<!--
	function placeFlashHome(city){
   		if(!useFlash){
    	document.write('<a href="http://www.macromedia.com" target="_blank"><img src="images/imgNonFlash.jpg" width="373" height="460" alt="Non-Flash image" title="This content uses Flash technology which requires the latest version of the free Flash plug-in. Please click here to download"><\/a>');
    	 }
    	else{
   		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash/cabs/swflash.cab" width=373 height=460>')
    	document.write('<param name=movie value="flash/aChannelHome.swf">')
    	document.write('<param name=quality value=high>')
		document.write('<param name=menu value=false>')
		document.write('<param name=allowScriptAccess=sameDomain>')
    	document.write('<param name=loop value=false>')
    	document.write('<param name=bgcolor value=#ffffff>')
    	var ShockMode = 0;
  
    	if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
   
   		if (navigator.plugins && navigator.plugins["Shockwave Flash"])
     ShockMode = 1;
   		}
    	if ( ShockMode ) {
    	document.write(' <embed src="flash/aChannelHome.swf"');
    	document.write(' width=373 height=460');
    	document.write(' quality=high');
		document.write(' menu=false');
    	document.write(' bgcolor=#ffffff');
		document.write(' allowScriptAccess=sameDomain');
    	document.write(' loop=false');
    	document.write(' type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
    	document.write('<\/embed>');
   		}
    	else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
    	document.write('<a href="http://www.macromedia.com" target="_blank"><img src="images/imgNonFlash.jpg" width="373" height="460" alt="Non-Flash image" title="This content uses Flash technology which requires the latest version of the free Flash plug-in. Please click here to download"><\/a>');
    	}
   		document.write('<\/object>')
   		}
	}
   //-->
   

