var gsTickerSwf_AN="http://www.web-parts.info/b_parts/dotWatch/indexYellow.swf";
var gsTickerId_AN="Ticker_AN";
	MakeTicker_AN();
function MakeTicker_AN(){
	var sTickerUrl=gsTickerSwf_AN;
	var sHtml="";
	sHtml+='<object data="'+sTickerUrl+'" width="144" height="34" id="'+gsTickerId_AN+'" type="application/x-shockwave-flash">';
	sHtml+='<param name="movie" value="'+sTickerUrl+'" />';
	sHtml+='<param name="wmode" value="transparent" />';
	sHtml+='</object>';
	document.write(sHtml);
	}
