function faa(url,wid,hei){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="');
document.write(wid);
document.write('" height="');
document.write(hei);
document.write('" title="flash">');
document.write('<param name="movie" value="');
document.write(url);
document.write('" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="');
document.write(url);
document.write('" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="');
document.write(wid);
document.write('" height="'+hei+'"></embed>');
document.write('</object>');
}

        function ggs5(hei,wih,url,sr){
document.write('<div><a href="'+url+'" target="_blank"><img src="'+sr+'" width="'+wih+'" height="'+hei+'" border="0" /></a></div>');
document.write('<div class="bianju"></div>');
};


faa("/banner/20090806.swf","950","80");
