function clearfield(bit,initial) {
if (document.getElementById(bit).value == initial) {
document.getElementById(bit).value = '';
}
}
function we(bit1,bit2) {
	document.write('<');
	//anti-spam
	document.write('a hr');
	//because
	document.write('ef="mai');
	//you know
	document.write('lto:');
	//we
	document.write(bit1);
	//do
	document.write('@scot');
	//hate
	document.write('image.com"');
	//spammers
	if (bit2) {
	document.write(' style="');
	//that
	document.write('color:#');
	//take your
	document.write(bit2);
	//email addresses
	document.write('"');
	//from your
	}
	document.write('>');
	//site and
	document.write(bit1);
	//then add
	document.write('@sc');
	//them to lists
	document.write('otim');
	//that send you
	document.write('age.c');
	//needless
	document.write('om<');
	//spam
	document.write('/a');
	//emails
	document.write('>');
}
function submitenter(myfield,e)
{
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (e) keycode = e.which;
else return true;

if (keycode == 13)
   {
   gologin();
   return false;
   }
else
   return true;
}
