/*
document.writeln('<form name="form1" id="form1" method="post" action="">');
document.writeln('<input type="text" name="textfield" value="Search..." />');
document.writeln('<input class=" button" type="submit" name="Submit" value="GO" />');
document.writeln('</form>');
*/