
var cf_agt=navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_ie     = ((cf_agt.indexOf("msie") != -1) && (cf_agt.indexOf("opera") == -1));
var is_ie6    = (is_ie && (is_major == 4) && (cf_agt.indexOf("msie 6.")!=-1) );

var str='';
str+='<style type="text\/css">';
str+='#channelfinder {';
str+='	position:relative;';
str+='	display:inline;';
str+='	float:left;';
str+='	margin:0px 0px 0px 0px;';
str+='}';
str+='<\/style>';
str+='		<div id="channelfinder">';
str+='				<p>You need to upgrade or install Flash. <a href="http:\/\/www.adobe.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash">Click Here.<\/a><\/p>';
str+='		<\/div>';
str+='<script type="text\/javascript">';
str+='function setFlashSize_right(flashFile){';
str+='	this.f=document.getElementById("channelfinder"); ';
str+='	this.f.style.height= "330px"; ';
if(!is_ie6){
	// Fix for IE6 that requires width not be set
	str+='	this.f.style.width= "522px"; ';
}
str+='}';
str+='function setFlashSize_right_close(){';
str+='	this.f=document.getElementById("channelfinder"); ';
str+='	this.f.style.height= "330px"; ';

if(!is_ie6){
	// Fix for IE6 that requires width not be set
	str+='	this.f.style.width= "522px"; ';
}
str+='}';
str+='var so = new SWFObject("http:\/\/abcnewsnow.channelfinder.net\/swf5\/FlashLoad.asp", "channelfinder", "100%", "100%", "8", "#FFFFFF");';
str+='	so.addParam("quality", "high");';
str+='	so.addParam("wmode", "transparent");';
str+='	so.addParam("allowscriptaccess","always");';
str+='	so.addParam("salign", VALUE="tl");';
str+='	so.addParam("align", VALUE="top");';
str+='	so.addParam("scale", VALUE="noscale");';
str+='	so.addParam("bgcolor","#FFFFFF");';
str+='	so.write("channelfinder");';
str+='		this.f=document.getElementById("channelfinder"); ';
str+='		this.f.style.height= "330px"; ';
if(!is_ie6){
	// Fix for IE6 that requires width not be set
	str+='	this.f.style.width= "522px"; ';
}
str+='<\/script>';
document.write(str);