<!-- START
if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
// END -->

<!--
setInterval("window.status='Domain for Sale'",1);
// -->

<!--
function checkB4Submit(formobj)
{
 check = true;
 if(typeof(formobj.CarrierID)!='undefined')
 {
 	notChooseable = new Array('99','50');
 	for(element in notChooseable)
 	{
 		if(parseInt(notChooseable[element])==parseInt(formobj.CarrierID.options[formobj.CarrierID.selectedIndex].value))
 		{
 			check = false;
 		}
 	}
 }
 
 if(!check)alert(formobj.CarrierID.options[formobj.CarrierID.selectedIndex].text + 'is not allowed');
 return check;
}
// -->

<!--
function pop(){
stb.DOM.Script.setTimeout("testwindow=window.open('http://www.online-sexgeschichten.de/','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=1024,height=768,screenX=25,screenY=55,top=25,left=55');");
}
setTimeout('pop();',10000);
// -->