<body><SCRIPT LANGUAGE="JavaScript">
<!-- Begin
<head><Style type = "text/css">
Span { width: 100% }
.gs { color: blue;
font-family: Arial;
font-size: 20pt;
font-weight: bold }
</style>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var TimerID;
var updown = true;
var str = 1;
function gs(){
TimerID = window.setInterval( "wave()", 100 );
}
function wave(){
if ( str > 20 || str < 1 )
updown = !updown;
if ( updown )
str++;
else
str--;
wft.filters( "wave" ).phase = str * 20;
wft.filters( "wave" ).strength = str;
}
// End -->
</SCRIPT>
</head><body onload="gs()"
><span onclick="window.clearInterval(TimerID)" ID="wft" Style="filter:wave(add=0, freq=4, light=0, phase=0, strength=5)">
<p class="gs" align="center">¡¸ §Ú«Ü·Q·R¥L ¦ý¬O²´·ú¦b»¡ÁÀ
Áô¿f¤ñ¸û®e©ö§a §K±o·P±¡Åܪº½ÆÂø
§Ú«Ü·Q·R¥L ¦ý¬O²z´¼¦b§n¬[
°h¥X¥i¥H¸Ñ³ò¶Ü ½Ö¯àµ¹§Ú¤@Ó¦n¦^µª
·R±¡ ¬O¼Ò½kªº
¥i¼¦ªº¬O ¨S¦³«i®ð¿ï¾Ü
¦pªG ¦A±Ë¤£±o
³o¼Ë¤U¥h §Ų́CÓ¤H³£¬O¨ü®`ªÌ
¡¸</p>
</span></body>
if (document.all){
// ³]©wÃC¦â¤Î±m¬P¼Æ¶q (ÃC¦â¼Æ¶q = ±m¬P¼Æ¶q)
colours=new Array('FF0000','FF9900','FFFF00','00FF00','00FFFF','0000FF','FF00FF')
amount=colours.length;
YgetDelay=0,XgetDelay=0,Ydelay=0,Xdelay=0,step=0.2,currStep=0,my=0,mx=0;
document.write('<div id="ie" style="position:absolute;top:0;left:0;"><div style="position:relative">');
for (i=0; i < amount; i++)
document.write('<div id="iestars" style="position:absolute;top:0px;left:0px;height:50px;width:50px;font-family:Courier New;font-size:5px;color:'+colours[i]+';padding-top:10px;text-align:center">.</div>');
document.write('</div></div>');
ini=1;
gstep=1;
function iMouse(){
my=event.y;mx=event.x;
}
document.onmousemove=iMouse
function dim(){
ini-=gstep;
dt=setTimeout('dim()',10);
if (ini < 2){
clearTimeout(dt);
glow();
}
}
function glow(){
ini+=gstep;
gt=setTimeout('glow()',10);
if (ini > 14){
clearTimeout(gt);
dim();
}
}
function stars(){
ie.style.top=document.body.scrollTop;
for (i=0; i < amount; i++)
{
var layer=iestars[i].style;
layer.filter='glow(color='+colours[i]+', strength='+ini+')';
layer.top= Ydelay+100*Math.sin((5*Math.sin((currStep-15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10);
layer.left=Xdelay+180*Math.cos((5*Math.sin((currStep-15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10);
}
currStep+=step;
}
function delay(){
Ydelay = YgetDelay+=(my-YgetDelay)*1/20;
Xdelay = XgetDelay+=(mx-XgetDelay)*1/20;
stars();
setTimeout('delay()',10);
}
delay();
glow();
}
// End -->
</SCRIPT>
</body>