// JavaScript Document

<!-- Begin


function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();
if (username=="ice" && password=="gk5987225") { window.location="gold-key-warranty-family-protection-package.html"; done=1; }
if (username=="ice" && password=="GK5987225") { window.location="gold-key-warranty-family-protection-package.html"; done=1; }
if (username=="ice" && password=="ds5997115") { window.location="gold-key-warranty-family-protection-package.html"; done=1; }
if (username=="ice" && password=="DS5997115") { window.location="gold-key-warranty-family-protection-package.html"; done=1; }
if (done==0) { alert("Invalid login!"); }
}



// End -->
