	

	locations = "www.network.co.uk www.netrec.co.uk";
    var locStr = window.location + "";
	var start = locStr.indexOf("://")+3;
	var end = locStr.indexOf("/",start);
	if (end == -1)
	  domain = locStr.substring(start);
	else
		domain = locStr.substring(start,end);
//	alert("Domain is "+domain);
	if (locations.indexOf(domain) == -1 ) {
//		alert("not in list");
		
document.write('<!--Footer Logo -->');
document.write('<div style="position: relative; top:-10px">');
document.write('<table width="775" border="0" cellspacing="0" cellpadding="1">');
	document.write('<tr>');
		document.write('<td align="center" width="550>');
			//For some unknown reason the first of these links is being ignored, therefore a repeated entry has been added, with the first one being blank - James Hollis
			document.write('<a href="http://www.bespoke.co.im" target="_blank"><img src="/resource/gen/links/link_bespoke.gif" alt="Bespoke Isle of Man" width="0" height="0" border="0"></a>');
			document.write('<a href="http://www.bespoke.co.im" target="_blank"><img src="/resource/gen/links/link_bespoke.gif" alt="Bespoke Isle of Man" width="64" height="46" border="0"></a>');
			document.write('<img src="/resource/blank.gif" width="10" height="10">');
			document.write('<a href="http://www.rec.uk.com/rec/home/index.aspx" target="_blank"><img src="/resource/gen/links/REC.gif" alt="REC" width="40" height="40" border="0"></a>');
			document.write('<img src="/resource/blank.gif" width="10" height="10">');
			document.write('<a href="http://www.recruitmentmoves.net" target="_blank"><img src="/resource/gen/links/link_recmoves.gif" alt="Recruitment Moves" width="74" height="33" border="0"></a>');
			document.write('<img src="/resource/blank.gif" width="10" height="10">');
			document.write('<a href="http://www.contactiii.co.uk" target="_blank"><img src="/resource/gen/links/link_contactiii.gif" width="37" height="33" border="0"></a>');
			document.write('<a href="http://www.chandlermacleod.com/default.asp" target="_blank"><img src="/resource/gen/links/link_chandlerMacleod.gif" alt="chandlermacleod.com" border="0"></a>');
			document.write('<img src="/resource/blank.gif" width="10" height="10">');
			document.write('<a href="http://www.fpal.com/" target="_blank"><img src="/resource/gen/links/link_fpal.gif" alt="Recruitment Moves" border="0"></a>');
			document.write('<img src="/resource/blank.gif" width="10" height="10">');
			document.write('<a href="http://www.achilles.com/" target="_blank"><img src="/resource/gen/links/link_achilles.gif" alt="Recruitment Moves" border="0"></a>');
		document.write('</td>');
		document.write('<td>');
		document.write('<img src="/resource/gen/links/lowerRightLogos061114.gif" alt="links" border="0">');
		document.write('</td>');
	document.write('</tr>');
document.write('</table>');

document.write('<img src="/resource/blank.gif" width="10" height="10">');
document.write('<!--Footer Navigation -->');

document.write('<table width="775" border="0" cellpadding="4" cellspacing="0" background="/resource/gen/gen_foot_bottom_bk.gif" class="disclaimers">');
    document.write('<tr>');
		document.write('<td>&nbsp;<a href="http://www.360-systems.com" target="_blank" class="disclaimers">Site by 360 Systems Ltd</a></td>');
//	safe	document.write('<td width="350" class="disclaimers">Copyright Pertemps Ltd 2004 :: <a href="/contactus" alt="Contact Us" class="disclaimers">Contact Us</a> :: <a href="/branchsearch" alt="Branch Locator" class="disclaimers">Branch Locator</a> </td>');
		document.write('<td align="right" class="disclaimers">Copyright Pertemps Ltd 2004 :: <a href="/content/diversitystatement" alt="Diversity Statement" class="disclaimers">Diversity Statement</a> :: <a href="/content/termsandconditions" alt="Terms & Conditions" class="disclaimers">Terms & Conditions</a> :: <a href="/content/PrivacyStatement" alt="Privacy Statement" class="disclaimers">Privacy Statement</a>&nbsp;&nbsp; </td>');
    document.write('</tr>');
document.write('</table>');		
document.write('</div>');
    } else {
//		alert("in list");
	}
