function doLogin(){
if(document.loginForm.userName.value == "badgedealer"){
this.location.href="/_bdealer.html"
} else
{
alert('Sorry, that is not correct login. \nPlease contact us if you believe this to be in error.')
}

}