<!--
var msg = "Thank you for subscribing to the Hotel Magician newsletter!\n"

+ "\n"
+ "As a token of our thanks, please use the coupon code below* to save $20 off         \n"
+ "your next booking of more than $400 on a Save Rate hotel.  To ensure you \n"
+ "are booking a Save Rate hotel, please write down the coupon code below \n" 
+ "(you won\'t be able to retrieve it later!) and then use the link on the very \n" 
+ "top of our site labeled \"Save Rate Hotels\". \n\n"

+ "Your coupon code is: SPC024681 \n\n"

+ "*Terms and Conditions:\n"
+ "   - Special Offer Code must be used to book our preferred Save Rate hotels on \n"
+ "     HotelMagician.com April 27, 2010 - December 31, 2012 \n"
+ "   - Limit one (1) Special Offer Code per booking. \n"
+ "   - Not valid on package deals. \n"
+ "   - Special Offer Code may not be combined with or applied to other Special \n"
+ "     Offer Codes, promotions, or special offers.\n"
+ "   - Special Offer Code is not redeemable for cash. \n"
+ "   - Void where prohibited by law. \n\n"

+ "Please click \"OK\" to finish! \n" ;

var msg2 = "Extra Text Goes Here\n";

/***********************************************
* Email Validation script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i

function checkmail(e){
var returnval=emailfilter.test(e.value)
if (returnval==false){
alert("Please enter a valid email address.")
e.select()
}
else
alert(msg)
return returnval
}
// -->





 


