function adInBackground()
{
   document.getElementById('werbRight').style.zIndex = "0";
}


function adInForeground()
{
    document.getElementById('werbRight').style.zIndex = "601";
}