if(typeof imgBasePath == 'undefined')
	imgBasePath = ""

document.writeln('<table border=0 width=735 cellpadding=0 cellspacing=0>');
document.writeln('<tr><td align=left valign=top width=735 background="' + imgBasePath + 'images/header-main.jpg" height=168>');

document.writeln('<div class="headerlogintext">');

document.writeln('If you are a subscriber, please enter your username and password to access account.');

document.writeln('<P>');

document.writeln('<form method="POST" action="https://secure.alertmefirst.com/AMF/back/index.asp" id=form1 name=form1>');
document.writeln('Username: <INPUT TYPE="text" NAME="UserName" SIZE="9"> &nbsp; &nbsp; ');
document.writeln('Password: <INPUT TYPE="password" NAME="Password" SIZE="9"> &nbsp; &nbsp; ');
document.writeln('<input type="hidden" value="Login" name="LoginPage">');
document.writeln('<input type="image" src="' + imgBasePath + 'images/go.jpg" width=25 height=15 border=0>');
document.writeln('</div>');

document.writeln('</td></tr></table>');