function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


document.write('<DIV id=wm_pic style="height:33; width:50; POSITION:absolute; VISIBILITY:visible">');
document.write('<iframe onmouseout=onMouseOut() onmouseover=onMouseOver() src=http://www.rankav.net/show2.asp?account=sexhoo width=110 height=275 marginwidth=0 marginheight=0 scrolling=no frameborder=0></iframe></DIV>');

	var x_pos = document.body.clientWidth-150;	
	var y_pos = 0;	
	var wm_step = 1;	
	var wm_delay = 30;	
	var height = 0;	
	var offset = 0;	
	var y_up = 0;	
	var navi = navigator.appName;	

if (navi == "Microsoft Internet Explorer"){
	y_pos = 0;
	wm_pic.style.top = y_pos;
}
else{
	y_pos = 0;
	document.wm_pic.pageY = window.innerHeight;
	document.wm_pic.visibility = "hidden";
}

function positionChange(){
	if (y_up == 0){
		y_pos = y_pos - wm_step;
	}
	else{
		y_pos = y_pos + wm_step;
	}
	if (navi == "Microsoft Internet Explorer"){
		height = document.body.clientHeight;
		offset = wm_pic.offsetHeight;
	}
	else{
		height = window.innerHeight;
		offset = document.wm_pic.clip.height;
	}
	if (navi == "Microsoft Internet Explorer"){
		wm_pic.style.left = x_pos;
		wm_pic.style.top = y_pos + document.body.scrollTop;
	}
	else{
		document.wm_pic.pageX = x_pos;
		document.wm_pic.pageY = y_pos + window.pageYOffset;
	}
	if (y_pos < 0){
		y_up = 1;	
		y_pos = 0;
	}
	if (y_pos >= (height - offset)){
		y_up = 0;
		y_pos = (height - offset);
	}
}

function isLoading(){
   if (navi != "Microsoft Internet Explorer"){
      document.wm_pic.visibility = "visible";
   }
   isLooping();
}

function isLooping(){
   positionChange();
   wm_move = setTimeout("isLooping()",wm_delay);
}


ns4=  (document.layers) ? true : false;
ie4 = (document.all) ? true : false;

function onMouseOver(){
   

	clearTimeout(wm_move);
}

function onMouseOut(){
   
   wm_move = setTimeout("isLooping()",wm_delay);
}


isLoading();