

/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="club"||form.id.value=="paradise") { 
if (form.pass.value=="med"||form.pass.value=="island")

 {              
location="http://www.tvcrewards.com/points.html" 
} else {
alert("Invalid Password Please Register First")
}
} else {  alert("Please Register")
}
}
//-->



