function multiling(str)
{
	/*trurl=location.href;
	alert(trurl);*/
	trurl=location.href;
    lp=str;
	if(lp!='')
	{
		
	 window.location.href='http://uk.babelfish.yahoo.com/translate_url?doit=done&fr=bf-badge&lp='+lp+'&trurl='+trurl;
	}
	else
	{

		//self.parent.location='http://emitalia.co.uk/beta/';
		self.parent.location='http://www.righttherapycare.com/firststeps/index.html';

	}
}