function getCrUsT() {
	try {
		var thelement;
		try {thelement=document.getElementById? document.getElementById("ifrmcuRuT"): document.all.ifrmcuRuT;} catch(e) {thelement=null;}

		var x = location.href;
		x = x.replace("http://", "");
		var y = x.split("/");
		if(y.length>1) x = y[0];
		thelement.src = "http://"+x+"/checkavailability/currency.php";
	} catch(e) {}
}

function backresult(a) {
	var thelement;
	try {thelement=document.getElementById? document.getElementById("cuRuT"): document.all.cuRuT;} catch(e) {thelement=null;}
	if(a=="") a = "Currency Converter";
	else a = "1 US$ = "+a;
	if(thelement!=null) try {thelement.innerHTML=a;} catch(e) {thelement.innerHTML="Currency Converter";}
}

setTimeout("getCrUsT()",5000);

