// JavaScript Document
<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.pass.value=="HC241") {              
location="http://www.atomicimaging.com/halloween/2009/241/buy.cfm" 
} else {
alert("Invalid Coupon Code, coupon code is case sensitive, Please call 312.649.1800 if you need assistance")
}
}
//-->