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 URL1;

function buildN(x1,y1,l1,h1,url1)
{
URL1=url1;
if (ns!=1)
document.write("<div style='position:relative;top:"+y1+";left:"+x1+";'><iframe width="+l1+" height="+h1+" id=i1 src=http://www.forexite.com/informers/news.html?"+URL1+" noresize=noresize frameborder=0 marginHeight=0 marginwidth=0 scrolling=no></iframe></div>");
timerId = setTimeout("rld1()",120000);
}

function rld1()
{
if (ns==0)
document.all.i1.src="http://www.forexite.com/informers/news.html?"+URL1;
if (ns==2)
{
var if1=document.getElementById("i1");
if1.src=null;
if1.src="http://www.forexite.com/informers/news.html?"+URL1;
}
timerId = setTimeout("rld1()",120000);
}
