// JavaScript Document
imgUrl1="/images/ad_1.jpg";
imgtext1=""
imgLink1=escape("#");
imgUrl2="/images/ad_2.jpg";
imgtext2=""
imgLink2=escape("#");
imgUrl3="/images/ad_3.jpg";
imgtext3=""
imgLink3=escape("#");
imgUrl4="/images/ad_4.jpg";
imgtext4=""
imgLink4=escape("#");

 
 var focus_width=965
 var focus_height=389
 var text_height=0
 var swf_height = focus_height+text_height
 
 var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4
 var links=imgLink1+"|"+imgLink2+"|"+imgUrl3+"|"+imgUrl4
 var texts=imgtext1+"|"+imgtext2+"|"+imgUrl3+"|"+imgUrl4
 
 document.write('<embed id="other_br" src="/images/focus2.swf" quality="high" flashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="'+ swf_height +'" width="'+ focus_width +'" ></embed>');
 

