<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	url="http://www.redundancyhelp.co.uk/legaladvice.htm";
	alt="Redundancy Help Legal Advice";
	banner="http://www.redundancyhelp.co.uk/Ads/Adani1.gif";
	width="468";
	height="60";
}
if (ad==2) {
	url="http://www.redundancyhelp.co.uk/understandingredundancy.htm";
	alt="Understanding Redundancy";
	banner="http://www.redundancyhelp.co.uk/Ads/understanding_red_ani.gif";
	width="468";
	height="60";
}
if (ad==3) {
	url="http://www.compromiseagreements.co.uk";
	alt="Request a Compromise Agreement";
	banner="http://www.redundancyhelp.co.uk/Ads/ca_ani.gif";
	width="468";
	height="60";
}
if (ad==4) {
	url="http://www.officechat.co.uk";
	alt="Office Chat";
	banner="http://www.redundancyhelp.co.uk/Ads/officechatani.gif";
	width="468";
	height="60";
}
if (ad==5) {
	url="http://www.samaritans.org";
	alt="The Samaritans";
	banner="http://www.redundancyhelp.co.uk/Ads/samaritansani_468x60.gif";
	width="468";
	height="60";
}
if (ad==6) {
	url="http://www.hospitalhelp.co.uk";
	alt="Help and Advice when going to Hospital";
	banner="../images/hh_banner.gif";
	width="468";
	height="60";
}
if (ad==7) {
	url="http://www.tutoronline.co.uk";
	alt="Online Tutorials";
	banner="http://www.tutoronline.co.uk/images/tutor_bannerad.gif";
	width="468";
	height="60";
}

if (ad==8) {
	url="http://www.hospitalhelp.co.uk/counselling.html";
	alt="talk to a counsellor";
	banner="http://www.redundancyhelp.co.uk/Ads/talktoadoctor/talktoacounsellorbannerad.gif";
	width="468";
	height="60";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_new\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('</center>');
// End -->

