function testPromo(){
	var myTextField = document.getElementById('myText');
	if(myTextField.value == "BICLOYALTY" || myTextField.value == "bicloyalty")
		window.location = "http://store.pensrus.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=BICLOYALTY"
	else if(myTextField.value == "25free" || myTextField.value == "25FREE")
	        window.location = "http://store.pensrus.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=PRU-25FREE"
else if(myTextField.value == "q1loyalty" || myTextField.value == "Q1LOYALTY")
	        window.location = "http://store.pensrus.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Q1-2012"
        else
		alert("Invalid Promo Code - Sorry")
}
