插入流星背景
<script>
<!--
var useFlash = navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
if ((navigator.userAgent.indexOf("Win")!=-1) && (navigator.userAgent.indexOf("MSIE")!=-1)) {
document.writeln('<SCRIPT LANGUAGE="VBScript">');
document.writeln('On error resume next');
document.writeln('useFlash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))');
document.write('</SCR');
document.writeln('IPT>');
}
browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion);
if (browser_name == "Microsoft Internet Explorer" && browser_version == 4.0) {
if (useFlash) {
document.write('<object ID="SWFLASH"');
document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('STYLE="POSITION: absolute; HEIGHT:101%;WIDTH:100%;TOP:0;LEFT:0;VISIBILITY:VISIBLE; ZINDEX:1"');
document.write('width=1 height=1 ALIGN=right>');
document.write('<param name=movie value="http://home.kimo.com.tw/lucy3777/A/A01/A01-31.swf">');
document.write('<param name=wmode value="transparent">');
document.write('</OBJECT>');
}
}
//-->
</script>
|