/*das Script ist Eigentum von www.homepagesearcher.com - Christian Dober */var imgslist = new Array("http://www.homepagesearcher.com/12345_1/eselsohrmove.gif","http://www.homepagesearcher.com/12345_1/eselsohrback.gif","http://www.homepagesearcher.com/12345_1/werbeflaeche.gif");var killeselsohr = 80000;var springback   = 10000;var partnerlink  ="http://www.homepagesearcher.com/eselsohr.htm";var imgs=new Array();if (document.images){for (x=0; x<imgslist.length; x++){imgs[x]=new Image(); imgs[x].src = imgslist[x];}}document.writeln("<div id=\"stickymove\" onMouseover=\"hideit()\" style=\"position: absolute; top:0px; right: 0px; z-index: 500; width:125px; height:125px; visibility: visible\">");document.writeln("<img src=\""+imgslist[0]+"\" width=\"125\" height=\"125\" border=\"0\" ALT=\"besonders interessant !\"></div>");document.writeln("<div id=\"stickysmall\" onMouseover=\"hideit()\" style=\"position: absolute; top:0px; right: 0px; z-index: 499; width:125px; height:125px; visibility: visible\">");document.writeln("<img src=\""+imgslist[1]+"\" width=\"125\" height=\"125\" border=\"0\" ALT=\"besonders interessant !\"></div>");document.writeln("<div id=\"stickybig\" onMouseout=\"showit()\" style=\"position: absolute; top:0px; right: 0px; z-index: 498; width:500px; height:500px; visibility: hidden\">");document.writeln("<a href=\""+partnerlink+"\" target=\"_blank\"><img id=\"stickybigback\" src=\""+imgslist[2]+"\" width=\"500\" height=\"500\" border=\"0\"></a></div>");window.setTimeout("killit()", killeselsohr);function killit(){document.getElementById("stickymove").style.visibility = "hidden";document.getElementById("stickysmall").style.visibility = "hidden";document.getElementById("stickybig").style.visibility = "hidden";}function hideit(){document.getElementById("stickymove").style.visibility = "hidden";document.getElementById("stickysmall").style.visibility = "hidden";document.getElementById("stickybig").style.visibility = "visible";window.setTimeout("showit()", springback);}function showit(){window.setTimeout("showitsmall()", 1000);}function showitsmall(){document.getElementById("stickymove").style.visibility = "visible";document.getElementById("stickysmall").style.visibility = "visible";document.getElementById("stickybig").style.visibility = "hidden";}



