﻿// JScript 文件
<!--
if (top.location != self.location) {
top.location = self.location.href;}

function shl(n) {
var e=eval('loadinglayer');
if (n==1){
e.style.top=parseInt(document.body.scrollTop)+30;  
e.style.left = (n==1)?parseInt(document.body.clientWidth)-150:0;}
e.style.visibility = (n ==1)?'visible':'hidden';
}
//-->