<!--
document.write('<style type="text/css">'
+ 'table.BBCTicker{font-family:verdana; font-size:11px;width:' + BBCTableWidth + 'px;background:#FFFFFF;font-weight:normal;color:#000099;text-decoration:none;}'
+ '#BBCLogo{padding:0px;}'
+ '#BBCswf{margin:0 4 0 4;}'
+ 'td.BBCDisclaimer{background:#D0D2DD;padding:0 4 0 4;}'
+ 'a.bbc:link,active {color:#000099;font-size:11px;text-decoration:none;font-weight:normal;}'
+ 'a.bbc:visited {color:#6666CC;font-size:11px;text-decoration:none;font-weight:normal;}'
+ 'a.bbc:hover {color:#000099;font-size:11px;text-decoration:underline;font-weight:normal;}'
+ '</style>');

if (typeof (BBCSite) == "undefined" ||  (BBCSite == "")) { var BBCSite = "news";}
if (typeof (BBCLogo) == "undefined" || (BBCLogo == "")) { var BBCLogo = "color";}

var BBCswfWidth = BBCTableWidth - 140;

if(BBCVersionOK) {
	    var BBCTickerContent = '<table cellpadding="0" cellspacing="0" border="0" class="BBCTicker" width="' + BBCTableWidth + '">'
		+ '<tr>'
		+ '<td id="BBCLogo"><a href="http://news.bbc.co.uk/" target="_BBC"><img src="http://www.theworld.org/newsonline_world_edition/bbc_ticker_logo.gif" border="0"></a></td>'
		+ '<td><div id="BBCswf">'
	    	+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + BBCswfWidth + '" height="22" id="BBCNewsTicker" align="center">'
		+ '<param name=movie value="'+ ServerPath + 'BBCNewsTicker.swf?conf=' + ServerPath + BBCTickerConfig +'"><param name=quality value=high><param name=bgcolor value=#FFFFFF><param name=scale value=noscale>'
		+ '<embed src="' + ServerPath +'BBCNewsTicker.swf?conf='+ ServerPath + BBCTickerConfig +'" quality=high bgcolor=#FFFFFF width="' + BBCswfWidth + '" height="22" name="BBCNewsTicker" align="center" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>'
		+ '</object>'
		+ '</div></td>'
		+ '<td class="BBCDisclaimer">&nbsp;&nbsp;<a href="http://news.bbc.co.uk/1/hi/help/3281849.stm" target="_BBC" class="bbc">&copy;</a>&nbsp;&nbsp;</td></tr></table>';
	    document.write(BBCTickerContent);  
	  } else {
	    var BBCTickerNoContent = '';
	    document.write(BBCTickerNoContent);  
	  }
-->
