Ê×Ò³ | DV¶¯Ì¬ | ÊýÂë²úÆ· | ÊÓƵ²É±à | ÍøÕ¾½¨Éè |
¡¾ÊÕ²ØDV¡¿
  ×î½ü3ÔÂÅÅÐÐ
¡¤³àÂí½Ù
¡¤¸ßÖÐÓ¢Óï-µ¥´Ê±í
¡¤³£ÓÃÍø¹ÜÈí¼þÏÂÔØ£¬³ÖÐø¸üÐÂÖÐ...
¡¤Æ·ÅÆVISÉè¼ÆÒÔ¼°CI¡¢VI¡¢VIS¡¢UI¡¢SIµÄº¬Òå
ÓÉСµ½´ó·ÉÈëÆÁÄ»ÌØЧ
2005/5/24 18:03:27 £Û´ó ÖРС£Ý
 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>¹«¸æ</title>
<link href="/df" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
-->
</style>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<SCRIPT>
window.scrollBy(0, 100)
window.resizeTo(0,0)
window.moveTo(0,0)
document.bgColor=0x000000
document.fgColor=0x000000
setTimeout("move()", 1);
var mxm=50
var mym=25
var mx=0
var my=0
var sv=50
var status=1
var szx=0
var szy=0
var c=255
var n=0
var sm=30
var cycle=2
var done=2
function move()
¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡if (status == 1)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡mxm=mxm/1.05
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡mym=mym/1.05
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡mx=mx+mxm
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡my=my-mym
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡mxm=mxm+(400-mx)/100
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡mym=mym-(300-my)/100
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡window.moveTo(mx,my)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡rmxm=Math.round(mxm/10)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡rmym=Math.round(mym/10)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (rmxm == 0)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (rmym == 0)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡status=2
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 2)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡sv=sv/1.1
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡scrratio=1+1/3
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡mx=mx-sv*scrratio/2
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡my=my-sv/2
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡szx=szx+sv*scrratio
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡szy=szy+sv
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡window.moveTo(mx,my)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡window.resizeTo(szx,szy)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (sv < 0.1)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡status=3
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 3)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.fgColor=0xffffFF
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡c=c-16
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.bgColor=0xffffFF
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (c<0)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{status=8}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 4)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡c=c+16
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.bgColor=c*65536
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.fgColor=(255-c)*65536
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (c > 239)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{status=5}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 5)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡c=c-16
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.bgColor=c*65536
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.fgColor=(255-c)*65536
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (c < 0)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡status=6
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡cycle=cycle-1
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (cycle > 0)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (done == 1)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{status=7}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡else
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{status=4}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 6)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.title = "¡ô¡ô¸ÃÌØЧʹÓá¶ÍøÒ³ÌØЧ¾«Áé¡·±àÒëÖÆ×÷¡ô¡ô"
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡alert("¡ô¡ô°ÂÌìÈí¼þÇãÇéÖÆ×÷£ºwww.aosky.net¡ô¡ô")
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡cycle=2
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡status=4
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡done=1
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 7)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡c=c+4
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.bgColor=c*65536
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡document.fgColor=(255-c)*65536
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡if (c > 128)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{status=8}
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡}
¡¡¡¡¡¡¡¡if (status == 8)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡{
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡window.moveTo(0,0)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡sx=screen.availWidth
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡sy=screen.availHeight
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡window.resizeTo(sx,sy)
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡status=9
}
¡¡¡¡¡¡¡¡var timer=setTimeout("move()",0.3)
¡¡¡¡¡¡¡¡}
</SCRIPT>
<table width="303" height="452" border="0" align="center" cellspacing="0" background="images/vv.jpg" class="df">
<tr>
¡¡¡¡<td width="10" height="403" bgcolor="#CC0033"> </td>
¡¡¡¡<td bgcolor="#CC0033">
¡¡¡¡ <p>  </p>
¡¡¡¡ <p align="center" class="style2">Æ»¹ûרҵÊÓƵ (ÍøÂç ¡¢ °ü×° )·¢²¼»á<br>
¡¡¡¡ <strong>»á Òé ÄÚ ÈÝ</strong></p>
¡¡¡¡ <p align="left" class="style2">6ÔÂ15ÈÕÉÏÎç:Ç©µ½<br>
¡¡¡¡ 6ÔÂ15ÈÕÏÂÎç:»áÒ鿪ʼ<br> </td>
¡¡¡¡<td width="10" bgcolor="#CC0033"> </td>
</tr>
<tr>
¡¡¡¡<td bgcolor="#CC0033">
¡¡¡¡<div align="right"> ¡¡¡¡</div></td>
¡¡¡¡<td bgcolor="#CC0033">
¡¡¡¡ <div align="right"><font color="#FFFFFF">ÖйúDVÔÚÏßÓÐÏÞ¹«Ë¾<br>
¡¡¡¡2005Äê5ÔÂ8ÈÕ</font></div></td>
¡¡¡¡<td bgcolor="#CC0033"> </td>
</tr>
</table>
</body>
</html>
(DVOL±¾ÎÄת×Ô£ºÖйúDV´«Ã½ http://www.dvol.cn)

»¶Ó­¹Øע΢ÐŹ«ÖÚÕ˺ţºÊÖ»úÑĮ̀(mYantai)

 

  ÉÏһƪ£ºÓÃASP¿ª·¢WEBÈÕÆÚÑ¡ÔñÆ÷
  ÏÂһƪ£º¶ÔÁª¹ã¸æ´úÂëЧ¹û´óÈ«
  ¡¡¡¡¡¡¡¡¸ü¶à...
£º£º´òÓ¡±¾Ò³ £º£º      £º£º¹Ø±Õ´°¿Ú£º£º


°æȨËùÓЩ ÊýÂëÔÚÏßÍøÕ¾ DV OnLine©  Â³ICP±¸12016322ºÅ-1