var str="";
str+="<form method='post' action='message-process.php' name='taco' onKeyUp='validate()'>";
str+="	<div style='position:relative; float:left; width:100%; margin-top:10px;'>";
str+="		<div style='float:left; width:170px; height:16px; text-align:left;'>Your name:</div>";
str+="		<div style='float:left; width:170px; height:16px;'><input name='realname' id='realname' type='text'></input></div>";
str+="		<div class='redlight'>";
str+="			<div id='signal1'></div>";
str+="		</div>";
str+="	</div>";
str+="	<div style='position:relative; float:left; width:100%; height:10px; line-height:1px; clear:both;'></div>";
str+="	<div>";
str+="		<div style='float:left; width:170px; height:16px; text-align:left;'>Your email address:</div>";
str+="		<div style='float:left; width:170px; height:16px;'><input name='email' id='email' type='text'></input></div>";
str+="		<div class='redlight'>";
str+="			<div id='signal2'></div>";
str+="		</div>";
str+="	</div>";
str+="	<div style='clear:both;'></div>";
str+="	<div class='pad' style='float:left; width:100%; text-align:left;'>Your message:</div>";
str+="	<div class='pad' style='float:left; width:100%; text-align:left;'><textarea name='mesg' id='mesg'></textarea></div>";
str+="	<div class='pad'><input name='recipients' value='tdg' type='hidden'></input></div>";
str+="	<div id='buttondiv'>";
str+="		<button class='custombutton' id='buttonRed' disabled='disabled'><img src='img/no-submit.gif' alt='NO SUBMIT!' /></button>";
str+="	</div>";
str+="	<div id='notags'>All form fields are required!</div>";
str+="</form>";
document.write(str);