//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("MicroScope Awards recognise recession heroes","3 June 2010","030610.htm")
PressRelease("Community Care Live delivers record visitors","26 May 2010","260510.htm")
PressRelease("Totaljobs Group is a Great Place to Work - three years running","21 May 2010","210510.htm")
PressRelease("New Scientist users get it all on their Android","20 May 2010","200510.htm")
PressRelease("ICIS acquires benchmark sulphur market publications","12 April 2010","120410.htm")
PressRelease("Personnel Today reporter scoops top HR accolade","01 April 2010","010410.htm")

//************************** THERE IS NO NEED TO EDIT BELOW HERE ****************************************
//*******************************************************************************************************