//function show5(){
//	if (!document.layers&&!document.all&&!document.getElementById)
//		return
//	
//	 var Digital=new Date();
//	 var Day = Digital.getDay();
//	 var weekday=new Array(7);
//	weekday[0]="sunday ";
//	weekday[1]="monday ";
//	weekday[2]="tuesday ";
//	weekday[3]="wednesday ";
//	weekday[4]="thursday ";
//	weekday[5]="friday ";
//	weekday[6]="saturday ";
//	Day = weekday[Day];
//		
//	if (document.layers){
//		document.layers.liveclock.document.write(Day);
//		document.layers.liveclock.document.close();
//	} else if (document.all) {
//		liveclock.innerHTML=Day;
//	} else if (document.getElementById) {
//		document.getElementById("liveclock").innerHTML=Day;
//	}
//	
//	setTimeout("show5()",1000);
//}

function replaceT(obj){
var newO=document.createElement('input');
newO.setAttribute('type','password');
newO.setAttribute('name',obj.getAttribute('name'));
newO.setAttribute('id','PSWD');
newO.className = 'textbox';
obj.parentNode.replaceChild(newO,obj);
newO.focus();
setTimeout("document.getElementById('PSWD').focus();",100);
}


function text_returner(link_ref){

	var t_return = document.getElementById('text_returner');
	
	if(link_ref == 'career prospect'){
		t_return.innerHTML = 'our founding company, placing people in temporary or permanent work across all commercial and office based disciplines - click logo to launch';
	}
	if(link_ref == 'accountancy and finance'){
		t_return.innerHTML = 'Sourcing high quality Accountancy & Finance professionals';
	}
	if(link_ref == 'search and selection'){
		t_return.innerHTML = 'Our Executive Search &amp; Selection Division. Successfully Recruits Senior level candidates for a range of Blue Chip Companies';
	}
	if(link_ref == 'sales elite'){
		t_return.innerHTML = 'Sales Elite specialises in identifying the best in sales &amp; Marketing talent';
	}
	if(link_ref == 'financial services'){
		t_return.innerHTML = 'Established, successful specialists with years of experience, placing high calibre Financial Professionals with many of the UK\'s leading Financial Organisations';
	}
	if(link_ref == 'tomdunn'){
		t_return.innerHTML = 'Ethically led, environmentally responsible. the new name in HR';
	}
	if(link_ref == 'talentpool'){
		t_return.innerHTML = 'We work hard to source the very best Teacher Talent - so you don\'t have to!  - click logo to launch';
	}
	
}
		

