function discount()
{ 
  var discountcode=prompt("Enter code");
  
  if(discountcode=="actguide")
   window.location="discount74993.html";
  else
   alert("Invalid Code");
 }

