function printADFlash(a,l,o){
 var focus_width869=485;
 var focus_height869=225;
 var text_height869=0;
 var swf_height869 = focus_height869+text_height869;
 var pics869="";
 var links869="";
 var texts869="";
 
 for(var f=1;f<a.length;f++){
	 pics869=pics869+("|"+a[f]);
	 links869=links869+("|"+l[f]);
	 texts869=texts869+("|"+o[f])
 }
 pics869=pics869.substring(1);
 links869=links869.substring(1);
 texts869=texts869.substring(1);
 
 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width869 +'" height="'+ swf_height869 +'">');
 document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="flash/flash.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff">');
 document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
 document.write('<param name="FlashVars" value="pics='+pics869+'&links='+links869+'&texts='+texts869+'&borderwidth='+focus_width869+'&borderheight='+focus_height869+'&textheight='+text_height869+'">');
 document.write('<embed src="flash/flash.swf" wmode="opaque" FlashVars="pics='+pics869+'&links='+links869+'&texts='+texts869+'&borderwidth='+focus_width869+'&borderheight='+focus_height869+'&textheight='+text_height869+'" menu="false" bgcolor="white" quality="high" width="'+ focus_width869 +'" height="'+ swf_height869 +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 document.write('</object>');
}
