function load_done()
 {
	if (document.getElementById("loadingDiv")!=null)
		document.getElementById("loadingDiv").style.visibility="hidden";
 }
function reload_rates()
 {
	document.getElementById("live_stats_fr").src="http://www.gmodules.com/ig/ifr?url=http://www.fxuniversal.com/quotesgadget.xml&rnd="+Math.floor(Math.random()*10000000);
 }