function checkWallpaper() { 

if (typeof(adtype) != 'undefined') { 
if (adtype == 'wallpaper') { 
// Schiebe Skyscraper rechtsbündig an Leaderboard 
document.getElementById("adright").setAttribute("style", "top:15px; text-align:left;");
document.getElementById("adleft").setAttribute("style",  "right:200px; width:auto; text-align:right;");
} 
if (adtype == 'expwallpaper') { 
// Schiebe Sky rechts unter das Leaderboard 
//document.getElementById("adleft").setAttribute("style", "background:red; right:200px; text-align:right;");
//document.getElementById("adright").setAttribute("style", "top:15px; text-align:left;");
} 
} 
if (typeof(bgcolor) != 'undefined' && bgcolor != null) { 
// Färbe mögliche Bereiche ein 
} 
if (typeof(bgimage) != 'undefined' && bgimage != null) { 
// Setze Hintergrund Bild 
} 
if (typeof(adclick) != 'undefined' && adclick != null) { 
// Verlinke bei Klick auf Hintergrund auf adclick 
} 
} 
