// Created by iWeb 2.0.4 local-build-20090131

setTransparentGifURL('Media/transparent.gif');function applyEffects()
{var registry=IWCreateEffectRegistry();registry.registerEffects({reflection_0:new IWReflection({opacity:0.50,offset:1.00})});registry.applyEffects();}
function hostedOnDM()
{return false;}
function onPageLoad()
{loadMozillaCSS('Home_files/HomeMoz.css')
adjustLineHeightIfTooBig('id1');adjustFontSizeIfTooBig('id1');adjustLineHeightIfTooBig('id2');adjustFontSizeIfTooBig('id2');adjustLineHeightIfTooBig('id3');adjustFontSizeIfTooBig('id3');adjustLineHeightIfTooBig('id4');adjustFontSizeIfTooBig('id4');adjustLineHeightIfTooBig('id5');adjustFontSizeIfTooBig('id5');adjustLineHeightIfTooBig('id6');adjustFontSizeIfTooBig('id6');fixAllIEPNGs('Media/transparent.gif');Widget.onload();applyEffects()}
function onPageUnload()
{Widget.onunload();}

function stopspam(user,domain,textausgabe){
     // wenn textausgabe = 0 wird der text nicht ausgegeben, z.B. weil ein Bild angezeigt werden soll
     // Achtung: </a> Tag muss dann per Hand geschlossen werden!

     document.write('<a href="mailto:' + user + '@' + domain + '">');
     if (textausgabe == 1)
         document.write(user + '@' + domain + '</a>');


     //window.location = mailstring;
    }

