function isset(variable_name) {
try {
if (typeof(eval(variable_name)) != 'undefined')
if (eval(variable_name) != null)
return true;
} catch(e) {}
return false;
}
if(!isset('width')) {
var width = 160;
}
document.write('<style type="text/css"></style>');
document.write('<form method="get" action="http://www.wixbot.com/suche.php" target="_blank"> \
<table style="background-color:#ffffff;border:2px outset #666666;"><tr align="left"><td> \
<a href="http://www.wixbot.com" target="_blank" title="Sex und Porno Suchmaschine"><img src="http://www.wixbot.com/wixbot160.gif" style="border: 0px; width:'+width+'px;" /></a> \
<br /> \
<input name="suche" type="text" id="suche" style="border: 1px double #3366cc; width:'+width+'px;" /> \
<br /> \
<input type="submit" name="Submit" value="Suchen" style="border: 1px double #3366cc;" /> \
</td></tr></table> \
</form> \
');