<!--
document.write('<style type="text/css">'
+ 'table.BBCTicker{font-family:verdana; font-size:11px;border-top:1px solid #666666;border-bottom:1px solid #666666;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:#CCCCCC;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 - 212;

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://news.bbc.co.uk/syndication/external_ticker/img/bbc_' + BBCSite + '_' + BBCLogo + '.gif" height="22" width="112" border="" alt="BBC News"></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"><a class="bbc" href="javascript: void window.open(&#39;http://news.bbc.co.uk/syndication/external_ticker/html/disclaimer.stm&#39;, &#39;1058973881&#39;, &#39;toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=280,height=96,left=662,top=100&#39;);">Disclaimer</a> | <a href="http://news.bbc.co.uk/1/hi/help/3281849.stm" target="_BBC" class="bbc">&copy;</a></td></tr></table>';
	    document.write(BBCTickerContent);  
	  } else {
	    var BBCTickerNoContent = '';
	    document.write(BBCTickerNoContent);  
	  }
-->