function msg()
{
alert("You forgot the password because your not admin");
};

function spamstopper()
{

var spi = prompt("Are you a bot/spammer or just being nosie?","");
if(spi=="jony41115")
{
alert("Hi me how you been?");
}
else
{
window.location = "http://www.google.com/";
}
};