//FOR UPDATING THE PRESS REALEASES PLEASE GO TO SECTION 2

//THIS IS SECTION 1
var outputstr=''

function PressRelease(t,d,l) {
locate=document.location.href
	if (locate.indexOf("rb2_about_press.htm")!=-1){
	outputstr+='<table cellspacing="0" cellpadding="10" border="0" width="563" bgcolor="#f0effd">'
	outputstr+='<tr onmouseover="this.bgColor=\'#d0cfe9\'" onmouseout="this.bgColor=\'#f0effd\'" onclick="getLink(\'rb2_about_press_'+l+'\')">'
	} else {
	outputstr+='<table cellspacing="0" cellpadding="10" border="0" width="563" bgcolor="#f0effd">'
	outputstr+='<tr onmouseover="this.bgColor=\'#d0cfe9\'" onmouseout="this.bgColor=\'#f0effd\'" onclick="getLink(\'rb2_careers_us_press_'+l+'\')">'
	}
	outputstr+='<td><strong>'+t+' </strong><br />'+d+'</td>'
	if (locate.indexOf("rb2_about_press.htm")!=-1){
	outputstr+='<td align="right" valign="bottom"><a href="rb2_about_press_'+l+'"><img src="../rb2_images/rb2_images_careers/b_full_article.gif" width="67" height="13" alt="" border="0"></a></td>'
	} else {
	outputstr+='<td align="right" valign="bottom"><a href="rb2_careers_us_press_'+l+'"><img src="../rb2_images/rb2_images_careers/b_full_article.gif" width="67" height="13" alt="" border="0"></a></td>'
	}
	outputstr+='</tr>'
	outputstr+='</table>'
	outputstr+='<table cellspacing="0" cellpadding="0" border="0" width="563">'
	outputstr+='<tr>'
	outputstr+='<td><img src="../rb2_images/spacer.gif" width="2" height="5" alt="" border="0" /></td>'
	outputstr+='</tr>'
	outputstr+='</table>'
}

function outputList() {
	document.write(outputstr)
}

function getLink(n){
	document.location.href=n
}

//THIS IS SECTION 2

//************************** PLEASE READ BEFORE UPDATING THIS PAGE **************************************
//* IF ANY PROBLEMS ARE ENCOUNTERED PLEASE CONTACT HENRY GOODBURN or ROSS TURPIE, CREATIVE, RBI, QUADRANT HOUSE
//* Each line below corresponds to a headline shown on the page. Delete the whole line where the press release is no longer required.
//* To add a new press release copy one of the lines and add it into the section at the top
//* location in the list where you want it to appear. 
//* To Change the html link at of the new Press Release you have created please do the following
//* 1. Paste in the name of the page to link to and then delete the prefix of the name (i.e rb2_about_press_ or rb2_careers_us_press_)
//*******************************************************************************************************

PressRelease("RBI acquires global data aircraft business","29 June 2011","300611.html")
PressRelease("Farmers Weekly makes crime pay","13 June 2011","130611.html")
PressRelease("Variety Group acquires TvTracker","10 June 2011","100611.html")
PressRelease("RBI's Conferences keep on growing","1 June 2011","010611.html")
PressRelease("Reed Construction helps rebuild homes","23 May 2011","230511.html")
PressRelease("Estates Gazette interviews Sir Michael Caine","18 May 2011","180511.html")
PressRelease("Totaljobs.com help unemployed","5 May 2011","050511.html")





//************************** THERE IS NO NEED TO EDIT BELOW HERE ****************************************
//*******************************************************************************************************
