<!-- Innentől kezdődik a SCRIPTED --> <SCRIPT LANGUAGE="JavaScript"> /*A Script itt készült: http://www.hitetlen .hu/index.php?option=com_content&task=view&id=75&Itemid=21
hitetlen homepage A Legjobb Scriptek Szállítója! http://www.hitetlen .hu */ var x = 0; var y = 0;
if (document.getElementById) { if(navigator.appName.substring(0,3) == "Net") document.captureEvents(Event.MOUSEMOVE); document.onmousemove = Pos_Souris; window.onload = Bouge_Image; }
function Pos_Souris(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; }
posX = 0; posY = 0; anim = true; oldpos = "http://natloz.znet.hu/rajzmenu/rajz/cartoon/babi10.gif";
function Bouge_Image() { if (document.getElementById && anim) { posX = posX+(((x-posX)+20)/15); posY = posY+(((y-posY)+20)/15); if(posX<x) newpos=''; else newpos='http://natloz.znet.hu/rajzmenu/rajz/cartoon/babi10.gif'; if(newpos!=oldpos) { document.tete.src=newpos; oldpos=newpos; } document.getElementById("teteronde").style.top = posY; document.getElementById("teteronde").style.left = posX; tempo = setTimeout("Bouge_Image()", 15) } }
if(document.getElementById) { document.write('<DIV ID=teteronde style="position: absolute">'); document.write('<A HREF="#" onClick="anim=false;document.getElementById(\'teteronde\').style.visibility = \'hidden\';return(false)">'); document.write('<IMG SRC="" BORDER=0 HSPACE=0 VSPACE=0 NAME=tete ALT="Rossz a kép URL-címe!">'); document.write('</A>'); document.write('</DIV>'); } </SCRIPT> <!-- A Scripted vége! --> |