﻿function WriteAd144()
{ var path = "/data/68/UYG/position/image/20110824011734023.gif"; var url = "http://www.uy114.com"; var width = 475; var height = 60; 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 if (dot != -1 && (path.substr(dot) == ".wmv" || path.substr(dot) == ".mpg")) { var type; if(navigator.userAgent.indexOf("MSIE") != -1) type = ' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"'; else type = ' type=\"application/x-ms-wmp"'; var player = '<object width="' + width + '" height="' + height + '"' + type + '>' + '<param name="url" value="' + path + '">' + '<param name="AutoStart" value="1">' + '<param name="EnableContextMenu" value="0">' + '<param name="CONTROLS" value="Imagewindow">' + '</object>'; document.write(player); } else { document.write("<a href=\"" + url + "\" target=\"_blank\"><img src=\"" + path + "\" width=\"" + width + "\" height=\"" + height + "\" /></a>"); } }
}
WriteAd144();
