function openNewWindow(URLtoOpen, windowName, windowFeatures) 
{
		newWindow=window.open(URLtoOpen, windowName, windowFeatures); 
}
document.write('<iframe src ="http://www.gnutrade.com/gnuTradeApp/worldmarkets_small_en/index.php" width="394" height="198" frameborder="0" scrolling="no" align="top"></iframe>');