
document.write('<style type="text/css">\nA.ejsmenu { color:#FFFFFF;text-decoration:none }\n</style>')
document.write('<DIV id=menu_dep STYLE="position:absolute; top:28; left:2"><TABLE BORDER=0 CELLPADDING=1 CELLSPACING=2 WIDTH=100>')
document.write('<TR><TD BGCOLOR=#000000 onMouseDown="testClick()" onMouseUp="testClick2()" style="cursor:move"><FONT SIZE=2 face="Verdana" COLOR=#FF00FF><B>VIDEOS GRATIS</B></FONT></TD></TR>')
document.write('</TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.eros-argentina.com/php-bin/top100/in.php?id=gusa target=_blank CLASS=ejsmenu>Videos XXX</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.videosxl.com target=_blank CLASS=ejsmenu>Videos XL</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.sms-x.com target=_blank CLASS=ejsmenu>Videos X SMS</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.cuatrox.com target=_blank CLASS=ejsmenu>Cuatro X</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.videospornogratis.eu target=_blank CLASS=ejsmenu>Videos PORNO</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.videosxxxgratis.eu target=_blank CLASS=ejsmenu>Videos XXX</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.videoclipsx.com target=_blank CLASS=ejsmenu>Video Clips X</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.pornxmovie.com target=_blank CLASS=ejsmenu>Porn X movie</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.fotosxl.com/ target=_blank CLASS=ejsmenu>FOTOS XXX</A></B></FONT>&nbsp;</TD></TR><TR><TD BGCOLOR=#CC0000 NOWRAP><FONT SIZE=2 face="Verdana"><B>&nbsp;<A HREF=http://www.chatxl.com/ target=_blank CLASS=ejsmenu>VIDEO CHAT X</A></B></FONT>&nbsp;</TD></TR></TABLE></DIV>')

clickOui = false;
bloc_x = 2;
bloc_y = 28;

function testClick() {
		base_x = x-bloc_x;
		base_y = y-bloc_y;
		clickOui=true;
	}
function testClick2() {
		clickOui=false;
	}


function get_mouse(e)
	{
	x = (navigator.appName.substring(0,3) == "Net") ? e.pageX : event.x+document.body.scrollLeft;
	y = (navigator.appName.substring(0,3) == "Net") ? e.pageY : event.y+document.body.scrollTop;
	if(clickOui && document.getElementById)
		{
		bloc_x = x-base_x;
		bloc_y = y-base_y;
		}
	document.getElementById("menu_dep").style.left = bloc_x
  	document.getElementById("menu_dep").style.top = bloc_y
	}
if(navigator.appName.substring(0,3) == "Net")
	document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
