function goURL(url){
	
	if(url=="")return false;
	
	if("undefined"!=typeof(window.external.NavigateIE)){
		window.external.NavigateIE(url);
	}else{
		window.open(url,"_blank");
	}

}

function GoURL(url){
	goURL(url);
}
document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" WIDTH=\"386\" HEIGHT=\"20\" id=\"fi1\" ALIGN=\"\">\
<PARAM NAME=movie VALUE=\"/RSSReader386.swf\">\
<PARAM NAME=loop VALUE=false>\
<PARAM NAME=quality VALUE=high>\
<PARAM NAME=wmode VALUE=transparent>\
<embed src=\"/RSSReader386.swf\" quality=\"high\" width=\"386\" height=\"20\">\
</OBJECT>");
