// !!! PLEASE READ !!!
// Only ADD the follwoing categories if they ARE required. 
// Do NOT leave blank variables in this array. 

// productTitle = Product Title 
// rcode 		= Redemption Code
// rcode_plus	= Redemption Code for same product with points + $
// rpoints		= Points required for purchase
// rpoints_plus = Points + $ requred for purchase
// pClass 		= Product Class Category: "bonusClass", "goldClass", "dollarClass", "goldClass".
// productDesc	= Description
// image_src	= Image Source for Thumbnail 

// IF PAGE BREAKS, check:
// Are all { }, [ ], ; , and " " closed?
// Are there no empty or undefined elements?
// Is the product_array[NUMBER] correct? (No double up objects, no mixed numbers within an object.)

var page
var x = 0;

if (page == "home_away") {
	
	var product_array = new Array();
	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "ACP Magazines";
	product_array[x]["rcode"] 				= 1;
	product_array[x]["image_src"] 			= "acp";
	product_array[x]["productDesc"]			= "<strong>Save up to 30% off the cover price of all magazine subscriptions.</strong> <br /> <br /> ACP is Australia's leading magazine publisher. HSBC customers can enjoy huge savings on some of Australia's favourite titles. To order, visit <strong>www.hsbc.magshop.com.au</strong> or phone <strong>136 116</strong> and <strong>quote P07HSBC</strong>."
	product_array[x]["pClass"]				= new Array("bonusClass");	
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Alpine World Travel";
	product_array[x]["rcode"] 				= 2;
	product_array[x]["image_src"] 			= "alpineworld";
	product_array[x]["productDesc"]			= "<strong>Receive a 5% discount off all ski holiday packages (excluding airfares).</strong> <br /> <br /> Alpine World Travel is one of Australia's largest snow skiing companies, providing ski and snowboarding holidays as well as winter tours. Simply mention this offer and pay with your Credit Card from HSBC. For details of the latest ski packages visit <strong>www.alpineworld.com.au</strong> or call <strong>1300 138 311</strong>."
	product_array[x]["pClass"]				= new Array("bonusClass");	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Astra Limousines";
	product_array[x]["rcode"] 				= 3;
	product_array[x]["image_src"] 			= "astra";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off limousine hire.</strong> With over 110 years of service, Astra is one of Australia's oldest chauffeured limousine companies. Call <strong>1300 130 855</strong> to make your booking, mention this offer and pay with your Credit Card from HSBC."
	product_array[x]["pClass"]				= new Array("bonusClass", "premierClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Geographic";
	product_array[x]["rcode"] 				= 5;
	product_array[x]["image_src"] 			= "oz_geo";
	product_array[x]["productDesc"]			= "<strong>20% off! Take out a subscription to Australian Geographic and receive 20% off the RRP. </strong> <br /><br /> Receive this beautiful quarterly journal with a free map or poster in every issue. You'll also enjoy membership to the Australian Geographic Society, plus special discounts at Australian Geographic stores.<br /><br /> Simply call <stron>1300 555 176</strong> to subscribe. Mention this offer and <strong>quote reference AAH</strong> when purchasing."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Reptile Park (NSW)";
	product_array[x]["rcode"] 				= 6;
	product_array[x]["image_src"] 			= "reptile_park";
	product_array[x]["productDesc"]			= "<strong>Receive 20% off entry tickets to the Australian Reptile Park. </strong> <br /><br /> Visit Eric, Australia's most loved crocodile or explore the 'Lost World of Reptiles' and journey to ancient pasts. See platypus, koalas, kangaroos and so much more. <br /><br /> To receive your 20% discount off entry tickets, simply mention this offer at the time of purchase and pay with your HSBC Credit Card."
	product_array[x]["conditions"]			= "Not available with family or group tickets."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Balloon Aloft";
	product_array[x]["rcode"] 				= 7;
	product_array[x]["image_src"] 			= "balloon";
	product_array[x]["productDesc"]			= "Come fly with Australia's oldest and most experienced ballooning company. For more information, visit <strong>www.balloonaloft.com</strong> or call <strong> 1800 028 568 </strong>and book using your credit card from HSBC. <p>Only at Balloon Aloft Hunter Valley and Balloon Aloft Sydney.</p>"
	product_array[x]["conditions"]			= "Offer is not available on standby fares or in conjunction with any other offer."
	product_array[x]["pClass"]				= new Array("bonusClass");	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Captain Cook Cruises";
	product_array[x]["rcode"] 				= 8;
	product_array[x]["image_src"] 			= "ccook";
	product_array[x]["productDesc"]			= "<strong>Receive 15% off Sydney Harbour cruises. </strong> <br /><br /> Discover the grace and magic of Sydney Harbour onboard one of Captain Cook Cruises' luxury vessels. Book directly with Captain Cook Cruises on <strong>(02) 9206 1111 </strong>and receive your discount when you mention this offer and pay with your Credit Card from HSBC."
	product_array[x]["conditions"]			= "Offer not valid for special events or accommodated cruises."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Captain Cook Cruises: 3-Nights Free in Fiji";
	product_array[x]["rcode"] 				= 4;
	product_array[x]["image_src"] 			= "ccook";
	product_array[x]["productDesc"]			= "Cruise 7-Nights for the price of 4 staying in a top deck Tabua Stateroom. Call 1800 138 311 or visit www.captaincook.com.au"
	product_array[x]["conditions"]			= "Valid on full Tabua Stateroom brochure fares only. Not valid on special events. Valid until 30 June 2009."
	product_array[x]["pClass"]				= new Array("premierClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Captain Cook Cruises: Free Upgrade to Window seat";
	product_array[x]["rcode"] 				= 441;
	product_array[x]["image_src"] 			= "ccook";
	product_array[x]["productDesc"]			= "Cruise first class on Sydney Harbour enjoying 7-course degustation menu & wines on the Sky Deck Gold Dinner Cruise. Call 1800 138 311 or visit www.captaincook.com.au"
	product_array[x]["conditions"]			= "Not valid on special events. Valid until 30 June 2009."
	product_array[x]["pClass"]				= new Array("premierClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Cerrone Jewellers";
	product_array[x]["rcode"] 				= 9;
	product_array[x]["image_src"] 			= "cerrone";
	product_array[x]["productDesc"]			= "<strong>Spend $3,000 on jewellery in a single transaction and receive 20% off the RRP.</strong> <br /><br /> Cerrone Jeweller's designs have a distinctive individuality that has won worldwide acclaim. <br /> <br />Simply mention this offer and pay with your Credit Card from HSBC to take advantage of this great offer."
	product_array[x]["conditions"]			= "Offer excludes watches and does not apply to sale items. Cannot be used in conjunction with any other offer."
	product_array[x]["pClass"]				= new Array("premierClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Choice Hotels Australasia<sup>&trade;</sup>"
	product_array[x]["rcode"] 				= 10;
	product_array[x]["image_src"] 			= "choice_hotels";
	product_array[x]["productDesc"]			= "<strong>Receive a minimum of 5% of the Best Available Rate (BAR). </strong> <br /><br /> This special offer is available at all Choice Hotels across Australia, New Zealand and the Asia Pacific region. To take advantage of this offer, call 13 2400 and quote <strong>Client Id# 00059704</strong> and pay with your HSBC Credit Card. <br /> For location details visit www.choicehotels.com.au"
	product_array[x]["conditions"]			= "Bookings must be made through Choice Hotels on 13 2400 quoting the Client ID outlined above at the time of booking. Offer is subject to availability."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Currumbin Wildlife Sanctuary (QLD)";
	product_array[x]["rcode"] 				= 11;
	product_array[x]["image_src"] 			= "currumbin";
	product_array[x]["productDesc"]			= "Receive 20% off entry tickets - The Currumbin Wildlife Sanctuary is home to the world's largest collection of Australian native animals in natural surroundings. The Sanctuary is also recognised worldwide as a quality research and conservation facility. To receive your discount, simply mention this offer and pay with your Credit Card from HSBC.";
	product_array[x]["conditions"]			= "Discounts apply to normal daytime admissions only."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Currumbin Wildlife Sanctuary (QLD)";
	product_array[x]["rcode"] 				= 112;
	product_array[x]["image_src"] 			= "currumbin";
	product_array[x]["productDesc"]			= "Receive 25% off entry tickets - The Currumbin Wildlife Sanctuary is home to the world's largest collection of Australian native animals in natural surroundings. The Sanctuary is also recognised worldwide as a quality research and conservation facility. To receive your discount, simply mention this offer and pay with your Credit Card from HSBC.";
	product_array[x]["conditions"]			= "Discounts apply to normal daytime admissions only."
	product_array[x]["pClass"]				= new Array("premierClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Europcar";
	product_array[x]["rcode"] 				= 13;
	product_array[x]["image_src"] 			= "europcar";
	product_array[x]["productDesc"]		= "<strong>Receive special discounted rates on car hire including unlimited kilometres and GST.</strong> <br /><br /> Call 1300 555 242 or visit www.europcar.com.au and quote reference 'CCC03913' (for bookings within Australia). For International bookings quote 'Business Drive Rates'";
	product_array[x]["conditions"]			= "Rates are based on 'Best Rate of the day'. Unlimited kilometres only available for car hire from metropolitan locations. Car hire subject to availability and based on driver being over 21 years of age and fully licenced. Standard terms and conditions apply."
	product_array[x]["pClass"]				= new Array("bonusClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "News Magazines";
	product_array[x]["rcode"] 				= 14;
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["productDesc"]		= "<strong>Save up to 39% off the cover price of a 12 month subscription.</strong> <br /><br /> News magazines creates some of Australia's most outstanding consumer magazines, including Vogue Australia, delicious., Australian Golf Digest, Modern Fishing and Overlander 4WD.<br /><br /> Call <strong>1300 656 933</strong> to order your subscription and <strong>quote code LOY/HS0408</strong>";
	product_array[x]["conditions"]			= "Subscriptions commence with the next available issue. Offer available to Australian residents only.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Greenhills Adventure Park (SA)";
	product_array[x]["rcode"] 				= 15;
	product_array[x]["image_src"] 			= "greenhills";
	product_array[x]["productDesc"]		= "<strong>Receive 10% off entry tickets into the park.</strong> <br /><br /> A family fun park set in 30 picturesque acres, they have something for everyone. From golf to go-karts, waterslides to archery, it's easy to spend the whole day at Greenhills Adventure Park!<br /> To receive your discount simply mention this offer and pay with your Credit Card from HSBC. Visit <strong>www.greenhills.com.au</strong> for more information.";
	product_array[x]["conditions"]			= "Cannot be used in conjunction with any other offer or already discounted tickets."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Heavenly Group";
	product_array[x]["rcode"] 				= 17;
	product_array[x]["image_src"] 			= "heavenly";
	product_array[x]["productDesc"]			= "<strong> Receive 10% off the RRP of all gift hampers.</strong> <br /><br /> Visit www.heavenly.com.au and browse through their wonderful warehouse of gift ideas, or call <strong>1800 243 782</strong> to order and <strong>quote HSBC01</strong>. <br /><br />Mention this offer and pay with your Credit Card from HSBC to receive your discount.";
	product_array[x]["conditions"]			= "Discount not available on cost of freight.";
	product_array[x]["pClass"]				= new Array("bonusClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "IMAX Theatre Sydney / Melbourne";
	product_array[x]["rcode"] 				= 18;
	product_array[x]["image_src"] 			= "imax";
	product_array[x]["productDesc"]			= "<strong>Receive 20% off the purchase price of 2 or more IMAX admission tickets</strong> <br /><br /> IMAX is the largest and most exciting film format in the world. Crystal clear images, ten times larger than traditional cinema format, draw you in with pictures so real you want to touch them!<br /> To receive your discount simply mention this offer and pay using your Credit Card from HSBC.";
	product_array[x]["conditions"]			= "Cannot be used in conjunction with any other offer, family tickets or concessions."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "iVenture";
	product_array[x]["rcode"] 				= 19;
	product_array[x]["image_src"] 			= "iventure";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off the price of any attraction pass.</strong> <br /><br /> See Australia's top attractions with an iVenture Experiences pack. Great savings of up to 50% off the entry prices to leading attractions around the country. Visit <strong>http://www.iventure.com.au</strong><br /> Enter Coupon Code 'IV-HSBC' for your discount to be applied.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "National Zoo & Aquarium (ACT)";
	product_array[x]["rcode"] 				= 20;
	product_array[x]["image_src"] 			= "nat_aqua";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off entry tickets.</strong> <br /><br /> Australia's most modern zoo - with a diverse range of exotic and native animals, beautiful large open enclosures and the only zoo in Australia to include an aquarium! Visit <strong>www.nationalzoo.com.au</strong> for more information.<br /><br /> To receive your discount mention this offer and pay with your Credit Card from HSBC.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Oceanworld Manly (NSW)";
	product_array[x]["rcode"] 				= 21;
	product_array[x]["image_src"] 			= "ow_manly";
	product_array[x]["productDesc"]			= "<strong>Receive 20% off adult and child entry tickets into Oceanworld Manly.</strong> <br /><br /> Oceanworld is home to some of the largest sharks in captivity. Enjoy daily live shows and guided tours, or get up close and personal on one of their shark dives.";
	product_array[x]["conditions"]			= "Not valid in conjunction with any other offer including family or concession tickets. Discount is not available on Shark Dives."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Pro Dive";
	product_array[x]["rcode"] 				= 25;
	product_array[x]["image_src"] 			= "prodive";
	product_array[x]["productDesc"]			= "<strong>10% off all Pro Dive scuba diving activities and courses.</strong> <br /><br /> Pro Dive is Australia's largest chain of Scuba Diving Schools. They have been established for 39 years and deliver a safe yet thrilling experience based on internationally recognised best practices (PADI). To make a booking & receive your discount call <strong>1800 820 820</strong>.";
	product_array[x]["conditions"]			= "Offer excludes accommodation, travel and equipment purchases."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Quicksilver (Qld)";
	product_array[x]["rcode"] 				= 26;
	product_array[x]["image_src"] 			= "quicksilver";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off tickets for Quicksilver's Barrier Reef and Low Isles Wavedancer Sailing Cruises.</strong> <br /><br /> Modern wavepiercing catamarans take you to the edge of the Great Barrier Reef or to the amazing Low Isles. Experience the beauty of the reef! For bookings please contact Quicksilver direct on <strong>(07) 4087 2100</strong>, mention this offer and pay with your Credit Card from HSBC.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "R.M. Williams";
	product_array[x]["rcode"] 				= 27;
	product_array[x]["image_src"] 			= "rm_will";
	product_array[x]["productDesc"]			= "<strong> Receive a complimentary solid hide belt when you purchase a pair of R.M.Williams Boots.</strong> <br /><br /> R.M.Williams is the traditional Australian outback outfitter. They offer authentic clothing, footwear and accessories of the highest quality. Visit your nearest store to be professionally fitted in a pair of handcrafted leather boots and take advantage of this great offer.";
	product_array[x]["conditions"]			= "Solid hide belt (CB432) offer valid at R.M. Williams owned retails stores only. Not valid in conjunction with any other offer."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Rendezvous Hotels";
	product_array[x]["rcode"] 				= 271;
	product_array[x]["image_src"] 			= "rendezvous";
	product_array[x]["productDesc"]			= "<strong> 5% off \"Best Rate of the Day\" when booking online.</strong><br /><br />Must be booked via <a href=\"http://www.rendezvoushotels.com/hsbc\" target=\"_blank\">www.rendezvoushotels.com/hsbc</a><br />";
	product_array[x]["conditions"]			= "Subject to availability."

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sydney Aquarium (NSW)";
	product_array[x]["rcode"] 				= 30;
	product_array[x]["image_src"] 			= "syd_aqua";
	product_array[x]["productDesc"]			= "<strong>Receive 20% off adult and child admission tickets to Sydney Aquarium.</strong> <br /><br /> Sydney Aquarium is Australia's #1 attraction, and home to over 12,000 Australian aquatic inhabitants, the largest Great Barrier Reef display in the world and an extensive collection of huge sharks and rays.<br /> Simply mention this offer to receive your discount and pay using your Credit card from HSBC. For more information visit <strong>www.sydneyaquarium.com.au</strong>";
	product_array[x]["pClass"]				= new Array("bonusClass");
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sydney Tower + OzTrek (NSW)";
	product_array[x]["rcode"] 				= 31;
	product_array[x]["image_src"] 			= "oztrek";
	product_array[x]["productDesc"]			= "<strong>Receive 20% off entry tickets to Sydney Tower + OzTrek.</strong> <br /><br /> Sydney Tower + OzTrek takes you to the highest point above the city for a breathtaking 360-degree panorama of Sydney's beautiful harbour city.<br /><br /> Must <strong>quote reference SYDT0060</strong> to receive discount. Visit <strong>www.sydneytoweroztrek.com.au</strong> for more information.";
	product_array[x]["conditions"]			= "Not valid with any other offer or already discounted tickets.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Warner Bros. Movie World (Qld)";
	product_array[x]["rcode"] 				= 33;
	product_array[x]["image_src"] 			= "w_bros";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off the retail price of merchandise at the Move World Department Store</strong> <br /><br /> At Warner Bros. Movie World on Australia's Gold Coast, movie magic happens every day! Experience a fun-filled family adventure with all the glitz and glamour of Hollywood.<br /> <br /> Mention this offer and pay with your Credit card from HSBC.";
	product_array[x]["conditions"]			= "Not available in conjunction with any other offer. Discount does not apply to confectionery, convenience lines and already discounted items.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Wet 'n' Wild Water World (Qld)";
	product_array[x]["rcode"] 				= 34;
	product_array[x]["image_src"] 			= "w_n_w";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off the retail price of water ride photos.</strong> <br /><br /> Enjoy all the fun of the latest slide, pools and attractions at Wet 'n' Wild Water World. Experience a day of splashtacular fun for the whole family at Australia's premier water theme park. <br /><br /> Receive your discount when you mention this offer and pay with your Credit Card from HSBC.";
	product_array[x]["conditions"]			= "Not available in conjunction with any other offer.";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sydney Tower Skywalk (NSW)";
	product_array[x]["rcode"] 				= 36;
	product_array[x]["image_src"] 			= "skywalk";
	product_array[x]["productDesc"]			= "<strong>Minimum 20% off Skywalk</strong>. Enjoy 360&deg; open air views from the roof of Sydney Tower, double the height of the Sydney Harbour Bridge. Quote HSBC. Call <strong> (02) 9333 9200 or visit www.skywalk.com.au</strong>";
	product_array[x]["conditions"]			= "Not valid with any other offer or already discounted tickets.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sydney Wildlife World (NSW)";
	product_array[x]["rcode"] 				= 37;
	product_array[x]["image_src"] 			= "sydney_ww";
	product_array[x]["productDesc"]			= "<strong>20% off entry tickets</strong> <br /><br /> Sydney Wildlife World is a showcase of Australia's unique and bizarre flora and fauna, right in the heart of Sydney. <strong>Call (02) 9333 9288 or visit www.sydneywildlifeworld.com.au.</strong>";
	product_array[x]["conditions"]			= "Not valid with any other offer or already discounted tickets.";
	product_array[x]["pClass"]				= new Array("bonusClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "WhiteWater World (Qld)";
	product_array[x]["rcode"] 				= 38;
	product_array[x]["image_src"] 			= "whitewater";
	product_array[x]["productDesc"]			= "<strong>Receive 10% off merchandise purchases</strong> <br /><br /> From family friendly attractions to the most extreme waterslides, WhiteWater World is thrills for all ages. <strong>Call 1800 073 300 or visit www.whitewaterworld.com.au.</strong>";
	product_array[x]["conditions"]			= "Discount not available on confectionary, convenience lines and already discounted items.";

}
else {
	product_array = new Array();
	product_array[0] = new Object();
	product_array[0]["error"] = "<p>Visit back again soon for exciting new products.</p>";
	var errorMsg = product_array[0]["error"];
}

if (product_array) {
	var countArray = product_array.length -1;
}
