document.write('<form action="ttLogin.php" method="post">');
document.write('<input name="user" type="text" value="username" class="inputtxt_login" onclick="this.value=\'\';"/>');
document.write('<input name="pass" type="password" value="password" class="inputtxt_login" onclick="this.value=\'\';"/>');
document.write('<input name="submit" type="submit" class="toploginbutton" value="" style="float:left;" />');
document.write('<a href="ttSignUp.php"><img src="img/btn_signup_up.gif" onmouseover="this.src=\'img/btn_signup_over.gif\';" onmouseout="this.src=\'img/btn_signup_up.gif\';" style="border:0; float:left; margin-left:4px;"/></a>');
document.write('</form>');
document.write('<div id="passwordreminder"><a href="ttPasswordReminder.php">Forgot password?</a></div>');