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 URL2;

function buildQ(x2,y2,l2,h2,url2)
{
URL2=url2;
if (ns!=1)
document.write("<div style='position:relative;top:"+y2+";left:"+x2+";'><iframe width="+l2+" height="+h2+" id=i2 src=http://www.forexite.com/informers/quote.html?"+URL2+" noresize=noresize frameborder=0 border=0 marginHeight=0 marginwidth=0 scrolling=no></iframe></div>");
timerId = setTimeout("rld2()",120000);
}

function rld2()
{
if (ns==0)
document.all.i2.src="http://www.forexite.com/informers/quote.html?"+URL2;
if (ns==2)
{
var if2=document.getElementById("i2");
if2.src=null;
if2.src="http://www.forexite.com/informers/quote.html?"+URL2;
}
timerId = setTimeout("rld2()",120000);
}
