/*--Copyright (c):Layout von LPA Design, Inhalt: DSLab Team, Muenchen, Deutschland
last revised:16-Aprt-2009
*/ 

function Resize(evt) {top.location.reload();}
function createIframe(){
try{
if(document.getElementById){
var div=document.createElement('div');
div.className="pos";
div.innerHTML="<iframe src='blank.html' name='main' marginwidth='0' marginheight='0' frameborder='0' width='100%' scrolling='yes' height='100%' ><p>Your user agent does not support inline frames or is currently configured not to display frames.</p></iframe>";
document.body.appendChild(div);
return div;}
else{alert('Your browser does not support DOM features.');}
}
catch(e){
alert("Error:" + e.message);
top.location.replace('http://www.dslab.de/error.html');
}
}
//do it hier
top.onResize=self.Resize;
createIframe();

