// JavaScript Document
function index_01(){
var widths=900;//宽 
var heights=200; //高
var timeout=3000;//变换时间
var blank = '_self'; //打开方式
var img = '/uploadfile/ad/200810/1225074509_igy9.swf'; //flash地址
var url = 'http://realcoolbug.com'; //链接地址

var str='<embed src="'+img+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+widths+'" height="'+heights+'" wmode="transparent" wmode="opaque" ></embed>';
document.write(str);
}
index_01();