﻿function WriteAd8() { var path = "/data/56/UYG/position/image/8_20100723222008.gif"; var url = "http://www.gulqi.biz"; var width = 270; var height = 80; var code = ""; if (code != "") { document.write(unescape(code)); } else { var dot = path.lastIndexOf("."); if (dot != -1 && path.substr(dot) == ".swf") { if(navigator.userAgent.indexOf("MSIE") != -1) { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + width + '" height="' + height + '">'); document.write('<param name="movie" value="' + path + '" />'); document.write('<param name="flashvars" value="URL=' + url + '" />'); document.write('</object>'); } else { document.write('<embed type="application/x-shockwave-flash" src="' + path + '" flashvars="URL=' + url + '" width="' + width + '" height="' + height + '" />'); } } else { document.write("<a href=\"" + url + "\" target=\"_blank\"><img src=\"" + path + "\" width=\"" + width + "\" height=\"" + height + "\" /></a>"); } } } WriteAd8();
