<!--

function hidestatus(){
window.status='http://www.NatursektParty.info   Nass machts einfach noch mehr Spass ;-)'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus



if (top.frames.length==0)
      {
      top.location="http://www.natursektparty.info";
      }


// -->
