
function switchto(q){
    if (q){
        document.getElementById('passwordtext').style.display="none";
        document.getElementById('password').style.display="inline";
        document.getElementById('password').focus();
    } else {
        document.getElementById('password').style.display="none";
        document.getElementById('passwordtext').style.display="inline";
    }
}
	document.write("<form action=\"http://www.dailyfreegames.com/js/loginlib.php\" method=post onsubmit=\"return fetchdoLogin(this);\" style=\"padding:0;width:396px;margin-left:3px;margin-top:9px;\">");document.write("<table border='0' width=396 align=left valign=top cellpadding=0 cellspacing=0 style=\"padding:0;margin:0;\"><tr valign=middle><td valign=middle align=left style=\"padding-left:3px;\"><input name=vb_login_username type=text id=navbar_username value=\"username\" onfocus=\"if (this.value == 'username') this.value = '';\" onblur=\"if (this.value=='') this.value='username'\" size=13 style=\"padding-left:3px;padding-top:6px;padding-bottom:6px;width:115px;\" /></td>");document.write("<td valign=middle align=left style=\"padding-left:5px;\"><input name=vb_login_password2 value='password' type=text id=passwordtext onfocus=\"switchto(1);\" size=13 style=\"padding-left:3px;padding-top:6px;padding-bottom:6px;width:115px;\" />");document.write("<input name=vb_login_password value='' type=password id=password onblur=\"if (this.value=='') switchto(0);\" size=13 style=\"display:none;padding-left:3px;padding-top:6px;padding-bottom:6px;width:115px;\" /></td>");document.write("<td valign=middle align=left style=\"padding-left:3px;\"><input type=submit title=\"enter username to login\" value=\"Login\" style=\"padding-top:4px;padding-bottom:4px;\" /></td><td align=left valign=middle style=\"padding-left:2px;\"><input name=cookieuser type=checkbox id=cb_cookieuser_navbar value=1 checked=checked />Save Login?<br/>&nbsp;<a href=\"http://forums.dailyfreegames.com/register.php?s=\" target=\"_parent\" onclick=\"showSignupForm(this); return false; \" style=\"font-weight:bold;text-spacing:4px;\">JOIN & WIN</a></td></tr></table></form>");getRem();