<p align="center">
<span id="theText" style="width:100%">
<font color="#9900CC" size="7" face="標楷體"><MARQUEE scrollAmount=1 direction=up>ㄍㄍ呀!偶在測試字典語法<p>嗯!粉美滴飄弦<p></MARQUEE> </font>
</span>
<script>
<!--
var from = 5;
var to = 50;
var delay = 5;
var glowColor = "#eac6ff";
var i = to;
var j = 0;
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
//-->
</script>
</p>