<!--
 
 var focus_width=230
 var focus_height=200
 var text_height=20
 var swf_height = focus_height+text_height
 
 var pics='';
 var links = '';
 var texts = '';
        var imgurl1 ='http://www.xianbear.net/web/geil/geil-images/g01.jpg|';
        var url1 = 'http://www.sdbear.com/2/lib/200608/23/20060823378.htm|';
        var zi1 = '高频双通道 金邦千禧DDR2-800套装上市';
        var imgurl2 = 'http://www.xianbear.net/web/geil/geil-images/g02.jpg|';
        var url2 = 'http://www.sdbear.com/2/lib/200610/12/20061012226.htm|';
        var zi2 = '1.1G达成 金邦CL3超频白金条512M版';
        var imgurl3 = 'http://www.xianbear.net/web/geil/geil-images/g03.jpg|';
        var url3 = 'http://www.sdbear.com/2/lib/200610/18/20061018189.htm|';
        var zi3 = '橙色风暴 金邦低延迟DDR2预订中';
pics = pics + imgurl1;
links = links + url1;
texts = texts + zi1.replace(/|/g,'') + '|';
pics = pics + imgurl2;
links = links + url2;
texts = texts + zi2.replace(/|/g,'') + '|';
pics = pics + imgurl3;
links = links + url3;
texts = texts + zi3.replace(/|/g,'') + '|';
 if (pics.length > 0)
 {
  pics = pics.substring(0,pics.length - 1);
 }
 if (links.length > 0)
 {
  links = links.substring(0,links.length - 1);
 }
 if (texts.length > 0)
 {
  texts = texts.substring(0,texts.length - 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_width +'" height="'+ swf_height +'">');
 document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.xianbear.net/web/geil/geil-images/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
 document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
 document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
 document.write('<embed src="http://www.xianbear.com/geil-images/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 document.write('</object>');
 
 //-->