if ((navigator.appName.lastIndexOf("Netscape") != -1) & (navigator.appVersion.lastIndexOf("4") != -1))
{
ns=1;
}
else
{
if (navigator.appName.lastIndexOf("Microsoft") != -1)
ns=0;
else
ns=2;
};
var URL4;

function buildQ1(x4,y4,l4,h4,url4)
{
URL4=url4;
if (ns!=1)
document.write("<div style='position:relative;top:"+y4+";left:"+x4+";'}><iframe width="+l4+" height="+h4+" id=i4 src=http://www.forexite.com/informers/quote1.html?"+URL4+" noresize=noresize frameborder=0 border=0 marginHeight=0 marginwidth=0 scrolling=no></iframe></div>");
timerId = setTimeout("rld4()",120000);
}

function rld4()
{
if (ns==0)
document.all.i4.src="http://www.forexite.com/informers/quote1.html?"+URL4;
if (ns==2)
{
var if4=document.getElementById("i4");
if4.src=null;
if4.src="http://www.forexite.com/informers/quote1.html?"+URL4;
}
timerId = setTimeout("rld4()",120000);
}
