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;
};

function informer_fat(x,y)
{
if (ns!=1)
document.write('<div style="position:relative;top:'+y+';left:'+x+';"}><iframe topmargin=0 marginwidth=0 marginheight=0 width='+w+' height='+h+' id=s src="http://www.realtrade.lv/informer/quotes.php" frameborder=0 border=0 scrolling=no></iframe></div>');

}

