// !!! PLEASE READ !!!
// Only ADD the following 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 == "accessories") {

	var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mophie Workbook Case For iPad2 - Black";
	product_array[x]["rcode"] 				= 8875;
	product_array[x]["rcode_plus"]			= 8876;	
	product_array[x]["rpoints"] 			= "11,200";
	product_array[x]["rpoints_plus"]		= "6,550pts + $25";
	product_array[x]["productDesc"]			= "The Mophie Workbook is a protective smart case, which doubles as a stand with infinite viewing angles. Its pass-through design ensures full access to all your ports, controls and cameras. The workbook also includes four interchangeable straps that allow you to pick the color that best matches your style. Now you'll have complete protection front to back, but the low-profile structure only adds minimal thickness to the iPad.";
	product_array[x]["image_src"] 			= "mophie_black";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mophie Workbook Case For iPad2 - Brown";
	product_array[x]["rcode"] 				= 8877;
	product_array[x]["rcode_plus"]			= 8878;	
	product_array[x]["rpoints"] 			= "11,200";
	product_array[x]["rpoints_plus"]		= "6,550pts + $25";
	product_array[x]["productDesc"]			= "The Mophie Workbook is a protective smart case, which doubles as a stand with infinite viewing angles. Its pass-through design ensures full access to all your ports, controls and cameras. The workbook also includes four interchangeable straps that allow you to pick the color that best matches your style. Now you'll have complete protection front to back, but the low-profile structure only adds minimal thickness to the iPad.";
	product_array[x]["image_src"] 			= "mophie_brown";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mophie Workbook Case For iPad2 - White";
	product_array[x]["rcode"] 				= 8879;
	product_array[x]["rcode_plus"]			= 8880;	
	product_array[x]["rpoints"] 			= "11,200";
	product_array[x]["rpoints_plus"]		= "6,550pts + $25";
	product_array[x]["productDesc"]			= "The Mophie Workbook is a protective smart case, which doubles as a stand with infinite viewing angles. Its pass-through design ensures full access to all your ports, controls and cameras. The workbook also includes four interchangeable straps that allow you to pick the color that best matches your style. Now you'll have complete protection front to back, but the low-profile structure only adds minimal thickness to the iPad.";
	product_array[x]["image_src"] 			= "mophie_white";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mophie Workbook Case For iPad2 - Purple";
	product_array[x]["rcode"] 				= 8881;
	product_array[x]["rcode_plus"]			= 8882;	
	product_array[x]["rpoints"] 			= "11,200";
	product_array[x]["rpoints_plus"]		= "6,550pts + $25";
	product_array[x]["productDesc"]			= "The Mophie Workbook is a protective smart case, which doubles as a stand with infinite viewing angles. Its pass-through design ensures full access to all your ports, controls and cameras. The workbook also includes four interchangeable straps that allow you to pick the color that best matches your style. Now you'll have complete protection front to back, but the low-profile structure only adds minimal thickness to the iPad.";
	product_array[x]["image_src"] 			= "mophie_purple";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Native Union Moshi Moshi Pop Retro Handset - Red";
	product_array[x]["rcode"] 				= 8885;
	product_array[x]["rcode_plus"]			= 8886;	
	product_array[x]["rpoints"] 			= "9,600";
	product_array[x]["rpoints_plus"]		= "5,750pts + $20";
	product_array[x]["productDesc"]			= "Designed by the French designer David Turpin the Pop Retro handset combines classic style with a contemporary edge and is finished with a luxurious soft-touch texture. Perfect fun while protecting your health! This product is fitted with a 3.5mm jack compatible with the iPhone and iPad and iPod Touch.";
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "retro_handset";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Native Union Moshi Moshi Pop Retro Handset - Black";
	product_array[x]["rcode"] 				= 8883;
	product_array[x]["rcode_plus"]			= 8884;
	product_array[x]["rpoints"] 			= "9,600";
	product_array[x]["rpoints_plus"]		= "5,750pts + $20";
	product_array[x]["productDesc"]			= "Designed by the French designer David Turpin the Pop Retro handset combines classic style with a contemporary edge and is finished with a luxurious soft-touch texture. Perfect fun while protecting your health! This product is fitted with a 3.5mm jack compatible with the iPhone and iPad and iPod Touch.";
	product_array[x]["multi_end"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Cosmolite 55cm Spinner - Black";
	product_array[x]["rcode"] 				= 9206;
	product_array[x]["rcode_plus"]			= 9207;
	product_array[x]["rpoints"] 			= "62,000";
	product_array[x]["rpoints_plus"]		= "40,000pts + $150";
	product_array[x]["productDesc"]			= "Cosmolite is a stylish suitcase that combines Samsonite's renowned strength with immense lightness. Specially molded shell-like ridges feature Curv&reg; technology - an advanced impact-resistant, lightweight material that provides unrivalled strength and lasting durability. Cosmolite is the lightest and strongest Samsonite ever.";
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "samsonite_cosmolite";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Cosmolite 55cm Spinner - Black";
	product_array[x]["rcode"] 				= 9208;
	product_array[x]["rpoints"] 			= "20,000pts + $250";
	product_array[x]["productDesc"]			= "Cosmolite is a stylish suitcase that combines Samsonite's renowned strength with immense lightness. Specially molded shell-like ridges feature Curv&reg; technology - an advanced impact-resistant, lightweight material that provides unrivalled strength and lasting durability. Cosmolite is the lightest and strongest Samsonite ever.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "samsonite_cosmolite";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Cosmolite 55cm Spinner - Silver";
	product_array[x]["rcode"] 				= 9209;
	product_array[x]["rcode_plus"]			= 9210;
	product_array[x]["rpoints"] 			= "62,000";
	product_array[x]["rpoints_plus"]		= "40,000pts + $150";
	product_array[x]["productDesc"]			= "Cosmolite is a stylish suitcase that combines Samsonite's renowned strength with immense lightness. Specially molded shell-like ridges feature Curv&reg; technology - an advanced impact-resistant, lightweight material that provides unrivalled strength and lasting durability. Cosmolite is the lightest and strongest Samsonite ever.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Cosmolite 55cm Spinner - Silver";
	product_array[x]["rcode"] 				= 9211;
	product_array[x]["rpoints"] 			= "20,000pts + $250";
	product_array[x]["productDesc"]			= "Cosmolite is a stylish suitcase that combines Samsonite's renowned strength with immense lightness. Specially molded shell-like ridges feature Curv&reg; technology - an advanced impact-resistant, lightweight material that provides unrivalled strength and lasting durability. Cosmolite is the lightest and strongest Samsonite ever.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Cosmolite 55cm Spinner - Red";
	product_array[x]["rcode"] 				= 9199;
	product_array[x]["rcode_plus"]			= 9200;
	product_array[x]["rpoints"] 			= "62,000";
	product_array[x]["rpoints_plus"]		= "40,000pts + $150";
	product_array[x]["productDesc"]			= "Cosmolite is a stylish suitcase that combines Samsonite's renowned strength with immense lightness. Specially molded shell-like ridges feature Curv&reg; technology - an advanced impact-resistant, lightweight material that provides unrivalled strength and lasting durability. Cosmolite is the lightest and strongest Samsonite ever.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Cosmolite 55cm Spinner - Red";
	product_array[x]["rcode"] 				= 9201;
	product_array[x]["rpoints"] 			= "20,000pts + $250";
	product_array[x]["productDesc"]			= "Cosmolite is a stylish suitcase that combines Samsonite's renowned strength with immense lightness. Specially molded shell-like ridges feature Curv&reg; technology - an advanced impact-resistant, lightweight material that provides unrivalled strength and lasting durability. Cosmolite is the lightest and strongest Samsonite ever.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 55cm - Sky Blue";
	product_array[x]["rcode"] 				= 9307;
	product_array[x]["rcode_plus"]			= 9308;
	product_array[x]["rpoints"]				= "37,800";
	product_array[x]["rpoints_plus"]		= "24,200pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";	
	
	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 66cm - Sky Blue";
	product_array[x]["rcode"] 				= 9309;
	product_array[x]["rcode_plus"]			= 9310;
	product_array[x]["rpoints"]				= "43,000";
	product_array[x]["rpoints_plus"]		= "29,500pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";	
	
	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 73cm - Sky Blue";
	product_array[x]["rcode"] 				= 9311;
	product_array[x]["rcode_plus"]			= 9312;
	product_array[x]["rpoints"]				= "47,800";
	product_array[x]["rpoints_plus"]		= "34,000pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";		

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 55cm - Red";
	product_array[x]["rcode"] 				= 9313;
	product_array[x]["rcode_plus"]			= 9314;
	product_array[x]["rpoints"]				= "37,800";
	product_array[x]["rpoints_plus"]		= "24,200pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";	

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 66cm - Red";
	product_array[x]["rcode"] 				= 9315;
	product_array[x]["rcode_plus"]			= 9316;
	product_array[x]["rpoints"]				= "43,000";
	product_array[x]["rpoints_plus"]		= "29,500pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";	

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 73cm - Red";
	product_array[x]["rcode"] 				= 9317;
	product_array[x]["rcode_plus"]			= 9318;
	product_array[x]["rpoints"]				= "47,800";
	product_array[x]["rpoints_plus"]		= "34,000pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";		

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 55cm - Apple Green";
	product_array[x]["rcode"] 				= 9319;
	product_array[x]["rcode_plus"]			= 9320;
	product_array[x]["rpoints"]				= "37,800";
	product_array[x]["rpoints_plus"]		= "24,200pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";	

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 66cm - Apple Green";
	product_array[x]["rcode"] 				= 9321;
	product_array[x]["rcode_plus"]			= 9322;
	product_array[x]["rpoints"]				= "43,000";
	product_array[x]["rpoints_plus"]		= "29,500pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";	

	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister Cube Alfa Spinners 73cm - Apple Green";
	product_array[x]["rcode"] 				= 9323;
	product_array[x]["rcode_plus"]			= 9324;
	product_array[x]["rpoints"]				= "47,800";
	product_array[x]["rpoints_plus"]		= "34,000pts + $100";
	product_array[x]["image_src"] 			= "american_tourister";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "360 degree multidirectional spinner wheels, fully lined interior, lightweight sturdy construction, TSA combination lock.";		

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Saxon Telescope F700 x 76";
	product_array[x]["rcode"] 				= 8402;
	product_array[x]["rcode_plus"]			= 8403;	
	product_array[x]["rpoints"] 			= "39,000";
	product_array[x]["rpoints_plus"]		= "23,400pts + $100";
	product_array[x]["image_src"] 			= "saxon_tele";
	product_array[x]["pClass"]				= new Array("dollarClass");
	
	x = x + 1;	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Rimowa 70cm Suitcase";
	product_array[x]["rcode"] 				= 8434;
	product_array[x]["rcode_plus"]			= 8435;
	product_array[x]["rpoints"]				= "180,000";
	product_array[x]["rpoints_plus"]		= "140,000pts + $200";
	product_array[x]["image_src"] 			= "rimowa";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["productDesc"]			= "Travel in style with this virtually indestructible polycarbonate hand finished suitcase from the renowned luggage experts Rimowa.";	
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Rimowa 70cm Suitcase";
	product_array[x]["rcode"] 				= 8436;
	product_array[x]["rcode_plus"]			= 8437;
	product_array[x]["rpoints"]				= "100,000pts + $400";
	product_array[x]["rpoints_plus"]		= "61,500pts + $600";
	product_array[x]["image_src"] 			= "rimowa";
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["productDesc"]			= "Travel in style with this virtually indestructible polycarbonate hand finished suitcase from the renowned luggage experts Rimowa.";		
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1; 

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister by Samsonite 3 Pce Luggage set";
	product_array[x]["rcode"] 				= 8727;
	product_array[x]["rcode_plus"]			= 8728;
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "44,400pts + $100";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "sams_tourister";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "American Tourister by Samsonite 3 Pce Luggage set";
	product_array[x]["rcode"] 				= 8729;
	product_array[x]["rpoints"] 			= "32,500pts + $200";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "sams_tourister";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Samsonite Leather Travel Wallet";
	product_array[x]["rcode"] 				= 8730;
	product_array[x]["rpoints"] 			= "12,000";
	product_array[x]["image_src"] 			= "sams_wallet";

}

else if (page == "jewellery") {
	
	var product_array = new Array();
	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Gents Swiss Quartz (black face)";
	product_array[x]["rcode"] 				= 9214;
	product_array[x]["rcode_plus"]			= 9215;
	product_array[x]["rpoints"]				= "57,800";
	product_array[x]["rpoints_plus"]		= "41,200pts + $100";
	product_array[x]["image_src"] 			= "mondaine_men_black";
	product_array[x]["productDesc"]			= "EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black or White Face.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Gents Swiss Quartz (black face)";
	product_array[x]["rcode"]				= 9216;
	product_array[x]["rpoints"]				= "24,400pts + $200";
	product_array[x]["image_src"] 			= "mondaine_men_black";
	product_array[x]["productDesc"]			= "EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black or White Face.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Gents Swiss Quartz (white face)";
	product_array[x]["rcode"] 				= 9217;
	product_array[x]["rcode_plus"]			= 9218;
	product_array[x]["rpoints"]				= "57,800";
	product_array[x]["rpoints_plus"]		= "41,200pts + $100";
	product_array[x]["image_src"] 			= "mondaine_men_white";
	product_array[x]["productDesc"]			= "EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black or White Face.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Gents Swiss Quartz (white face)";
	product_array[x]["rcode"]				= 9219;
	product_array[x]["rpoints"]				= "24,400pts + $200";
	product_array[x]["image_src"] 			= "mondaine_men_white";
	product_array[x]["productDesc"]			= "EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black or White Face.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Ladies Swiss Quartz (black band)";
	product_array[x]["rcode"] 				= 9220;
	product_array[x]["rcode_plus"]			= 9221;
	product_array[x]["rpoints"]				= "57,800";
	product_array[x]["rpoints_plus"]		= "41,200pts + $100";
	product_array[x]["image_src"] 			= "mondaine_women_black";
	product_array[x]["productDesc"]			= "Ladies sizes of the Evo line combined with high visibility and design. EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black, Red or Grey Band.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Ladies Swiss Quartz (black band)";
	product_array[x]["rcode"]				= 9222;
	product_array[x]["rpoints"]				= "24,400pts + $200";
	product_array[x]["image_src"] 			= "mondaine_women_black";
	product_array[x]["productDesc"]			= "Ladies sizes of the Evo line combined with high visibility and design. EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black, Red or Grey Band.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Ladies Swiss Quartz (red band)";
	product_array[x]["rcode"] 				= 9223;
	product_array[x]["rcode_plus"]			= 9224;
	product_array[x]["rpoints"]				= "57,800";
	product_array[x]["rpoints_plus"]		= "41,200pts + $100";
	product_array[x]["image_src"] 			= "mondaine_women_red";
	product_array[x]["productDesc"]			= "Ladies sizes of the Evo line combined with high visibility and design. EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black, Red or Grey Band.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Ladies Swiss Quartz (red band)";
	product_array[x]["rcode"]				= 9225;
	product_array[x]["rpoints"]				= "24,400pts + $200";
	product_array[x]["image_src"] 			= "mondaine_women_red";
	product_array[x]["productDesc"]			= "Ladies sizes of the Evo line combined with high visibility and design. EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black, Red or Grey Band.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Ladies Swiss Quartz (grey band)";
	product_array[x]["rcode"] 				= 9226;
	product_array[x]["rcode_plus"]			= 9227;
	product_array[x]["rpoints"]				= "57,800";
	product_array[x]["rpoints_plus"]		= "41,200pts + $100";
	product_array[x]["productDesc"]			= "Ladies sizes of the Evo line combined with high visibility and design. EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black, Red or Grey Band.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Mondaine Official Swiss Railways Watch Evo Ladies Swiss Quartz (grey band)";
	product_array[x]["rcode"]				= 9228;
	product_array[x]["rpoints"]				= "24,400pts + $200";
	product_array[x]["productDesc"]			= "Ladies sizes of the Evo line combined with high visibility and design. EVO watch line features a gently rounded stainless steel case topped by a slightly domed mineral glass with a magnifying effect. The larger dial with its sparing hour and minute lines, combined with the distinctive hands, produce a graphically clear and extremely legible overall effect. Black, Red or Grey Band.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Seiko Men's SNAE34P Coutura watch";
	product_array[x]["rcode"] 				= 9705;
	product_array[x]["rcode_plus"]			= 9706;
	product_array[x]["rpoints"]				= "118,000";
	product_array[x]["rpoints_plus"]		= "92,000pts + $200";
	product_array[x]["image_src"] 			= "seiko_men";
	product_array[x]["productDesc"]			= "Features a black hard coated stainless steel case with gold plated highlights, alarm chronograph function, date calendar, cabochon crown, sapphire glass and 100 meters water resistant.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Seiko Men's SNAE34P Coutura watch";
	product_array[x]["rcode"]				= 9707;
	product_array[x]["rpoints"]				= "65,200pts + $400";
	product_array[x]["image_src"] 			= "seiko_men";
	product_array[x]["productDesc"]			= "Features a black hard coated stainless steel case with gold plated highlights, alarm chronograph function, date calendar, cabochon crown, sapphire glass and 100 meters water resistant.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Seiko Ladies SXDA50P-9 Coutura watch";
	product_array[x]["rcode"] 				= 9708;
	product_array[x]["rcode_plus"]			= 9709;
	product_array[x]["rpoints"]				= "78,000";
	product_array[x]["rpoints_plus"]		= "51,600pts + $200";
	product_array[x]["image_src"] 			= "seiko_women";
	product_array[x]["productDesc"]			= "Features a black hard coated stainless steel case with gold plated highlights, date calendar, cabochon crown, sapphire glass and 100 meters water resistant.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Seiko Ladies SXDA50P-9 Coutura watch";
	product_array[x]["rcode"]				= 9710;
	product_array[x]["rpoints"]				= "38,600pts + $300";
	product_array[x]["image_src"] 			= "seiko_women";
	product_array[x]["productDesc"]			= "Features a black hard coated stainless steel case with gold plated highlights, date calendar, cabochon crown, sapphire glass and 100 meters water resistant.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

}

else if (page == "audio_visual") {

	var product_array = new Array();
	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "AV Labs 9\" Digital Photo Frame";
	product_array[x]["rcode"] 				= 8391;
	product_array[x]["rcode_plus"]			= 8392;	
	product_array[x]["rpoints"] 			= "18,400";
	product_array[x]["rpoints_plus"]		= "8,400pts + $50";
	product_array[x]["productDesc"]			= "AV Labs 9\" Digital Photo Frame - Black. Supports Photos. High Resolution: 1024*600. 3 in 1 card reader &amp; USB host. Remote Control included. Actual screen size 8.9\". Aspect ratio 16:9. Adjustable brightness and contrast. SD, MMC &amp; MS slots. Wall mountable. Easy to set up and operate. Play your favourite images as a slideshow.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "avlframe";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "iHome IP90 iPod/iPhone Clock Radio";
	product_array[x]["rcode"] 				= 8246;
	product_array[x]["rcode_plus"]			= 8247;
	product_array[x]["rpoints"]				= "31,800";
	product_array[x]["rpoints_plus"]		= "19,200pts + $75";
	product_array[x]["image_src"] 			= "ihome_clock";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "Dual Alarm Clock Radio for your iPhone & iPod with AM/FM Presets. Universal dock with inserts to charge and play iPhone and docking iPod models. Time sync button to sync unit with iPhone/iPod time. High fidelity stereo drivers in specially designed Reson8 speaker chambers deliver astounding clarity, depth, and power. EQ controls for bass, treble, 3D sound and balance. Weekday/weekend alarm settings. Programmable snooze times. Extra-large, backlit custom LCD Display with dimmer. DST switch for quick daylight-savings time adjustment. Gradual Wake and Gradual Sleep increase/decrease Alarm/Sleep volume so as not to startle the user. Backlit buttonsiPod with AM / FM Presets. Line-in jack to listen to other audio sources. Universal Voltage Adaptor 100 - 240V. 6 watts output.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "iRiver STORY";
	product_array[x]["rcode"] 				= 8393;
	product_array[x]["rcode_plus"]			= 8394;
	product_array[x]["rpoints"]				= "64,400";
	product_array[x]["rpoints_plus"]		= "46,000pts + $100";
	product_array[x]["image_src"] 			= "iriver_story";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "The iRiver Story is a portable e-book reader that utilises E-ink film display technology. It is designed to provide the same experience as reading on printed paper. You can use the iRiver Story to read your favorite books and printed material, listen to music, make voice recordings and plan ahead with the built-in diary function. iRiver Story features an award winning, sleek design with intuitive and simple navigation controls. Slim and stylish design with 6 inch screen. E-ink paper style display. Portrait/landscape views. Reads in sunlight with no glare. Adjustable text size. Built-in voice recorder. Built-in MP3 player. Built-in qwerty keyboard with diary function. Wide range of formats supported: - Book - epub (PDF, TXT) - Office (XLS, PPT, DOC) - Music (MP3, WMA, OGG). 2GB internal memory and SD memory card expansion slot. Up to 1600 books - 8GB expansion memory up to 6400 books. Long battery life - Book - 9000 pages - Music - 24 hours music playback - Voice - 5 hours of voice recording.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "iRiver STORY";
	product_array[x]["rcode"]				= 8395;
	product_array[x]["rcode_plus"]			= 8396;
	product_array[x]["rpoints"]				= "32,200pts + $175";
	product_array[x]["rpoints_plus"]		= "18,300 pts + $250";
	product_array[x]["image_src"] 			= "iriver_story";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "The iRiver Story is a portable e-book reader that utilises E-ink film display technology. It is designed to provide the same experience as reading on printed paper. You can use the iRiver Story to read your favorite books and printed material, listen to music, make voice recordings and plan ahead with the built-in diary function. iRiver Story features an award winning, sleek design with intuitive and simple navigation controls. Slim and stylish design with 6 inch screen. E-ink paper style display. Portrait/landscape views. Reads in sunlight with no glare. Adjustable text size. Built-in voice recorder. Built-in MP3 player. Built-in qwerty keyboard with diary function. Wide range of formats supported: - Book - epub (PDF, TXT) - Office (XLS, PPT, DOC) - Music (MP3, WMA, OGG). 2GB internal memory and SD memory card expansion slot. Up to 1600 books - 8GB expansion memory up to 6400 books. Long battery life - Book - 9000 pages - Music - 24 hours music playback - Voice - 5 hours of voice recording.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG 55cm 22\" LCD TV 22LH20D";
	product_array[x]["rcode"] 				= 8757;
	product_array[x]["rcode_plus"]			= 8758;
	product_array[x]["rpoints"]				= "98,600";
	product_array[x]["rpoints_plus"]		= "66,000pts + $200";
	product_array[x]["image_src"] 			= "22lh20d";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "Built in HD Tuner. XD Engine. 1366 x 768p Resolution. 15,000:1 Dynamic Contrast Ratio. 170&deg;/160&deg; Viewing Angle. 5ms Response Time. 2 x HDMI Inputs. Invisible Speaker. Tilt Stand.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG 55cm 22\" LCD TV 22LH20D";
	product_array[x]["rcode"] 				= 8759;
	product_array[x]["rpoints"]				= "32,800 + $400";
	product_array[x]["image_src"] 			= "22lh20d";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "Built in HD Tuner. XD Engine. 1366 x 768p Resolution. 15,000:1 Dynamic Contrast Ratio. 170&deg;/160&deg; Viewing Angle. 5ms Response Time. 2 x HDMI Inputs. Invisible Speaker. Tilt Stand.";	
	product_array[x]["multi_end"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG BlueRay Player BD370";
	product_array[x]["rcode"] 				= 8740;
	product_array[x]["rcode_plus"]			= 8741;
	product_array[x]["rpoints"]				= "78,200";
	product_array[x]["rpoints_plus"]		= "52,000pts + $150";
	product_array[x]["image_src"] 			= "bd370";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "The innovative technologies you need in an optimal disc player to achieve the premier home theatre experience are all included in the LG BD370 player. See for yourself how this player delivers the best in picture and sound capabilities. And behold an evolution in home entertainment.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG BlueRay Player BD370";
	product_array[x]["rcode"]				= 8742;
	product_array[x]["rpoints"]				= "34,600pts + $250";
	product_array[x]["image_src"] 			= "bd370";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "The innovative technologies you need in an optimal disc player to achieve the premier home theatre experience are all included in the LG BD370 player. See for yourself how this player delivers the best in picture and sound capabilities. And behold an evolution in home entertainment.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG DVD Home Theatre";
	product_array[x]["rcode"] 				= 8805;
	product_array[x]["rcode_plus"]			= 8806;
	product_array[x]["rpoints"]				= "51,500";
	product_array[x]["rpoints_plus"]		= "40,400pts + $75";
	product_array[x]["image_src"] 			= "lg_ht";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "Full HD 1080p resolution and inbuilt 250GB HDD, this recorder provides the ultimate in picture quality. You can also access online content directly to your TV.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG DVD Home Theatre";
	product_array[x]["rcode"]				= 8807;
	product_array[x]["rcode_plus"]			= 8808;
	product_array[x]["rpoints"]				= "29,100pts + $150";
	product_array[x]["rpoints_plus"]		= "21,600pts + $200";
	product_array[x]["image_src"] 			= "lg_ht";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "Full HD 1080p resolution and inbuilt 250GB HDD, this recorder provides the ultimate in picture quality. You can also access online content directly to your TV.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG FB163 Micro Hi-Fi";
	product_array[x]["rcode"] 				= 8743;
	product_array[x]["rcode_plus"]			= 8744;
	product_array[x]["rpoints"]				= "65,500";
	product_array[x]["rpoints_plus"]		= "35,800pts + $150";
	product_array[x]["image_src"] 			= "fb163";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "The FB163 offers VSMTM Pro technology to allow users to enjoy a virtual multi-channel surround sound experience like no other. It plays DVDs, CDs, MP3, WMA music, radio, JPEG files and even an iPod can be directly docked into this micro HiFi. With the touch of button, audio CDs can also be transferred to MP3 or USB allowing music to be enjoyed anywhere at anytime. Other attentive features include touch sensor navigation and even mood settings to create the desired ambience.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG FB163 Micro Hi-Fi";
	product_array[x]["rcode"] 				= 8745;
	product_array[x]["rpoints"]				= "21,500pts + $250";
	product_array[x]["image_src"] 			= "fb163";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "The FB163 offers VSMTM Pro technology to allow users to enjoy a virtual multi-channel surround sound experience like no other. It plays DVDs, CDs, MP3, WMA music, radio, JPEG files and even an iPod can be directly docked into this micro HiFi. With the touch of button, audio CDs can also be transferred to MP3 or USB allowing music to be enjoyed anywhere at anytime. Other attentive features include touch sensor navigation and even mood settings to create the desired ambience.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG DVD Player (DV550)";
	product_array[x]["rcode"] 				= 8197;
	product_array[x]["rcode_plus"]			= 8198;	
	product_array[x]["rpoints"] 			= "16,000";
	product_array[x]["rpoints_plus"]		= "6,000pts + $75";
	product_array[x]["productDesc"]			= "Whether you're putting your feet up this Christmas, entertaining the family or looking for the perfect present for those movie lovers, then look no further than this super slim design (35mm) DVD player. Offers multi-format playback, progressive scan and music photo album.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "dv380";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Muse Executive Headphones";
	product_array[x]["rcode"] 				= 8802;
	product_array[x]["rcode_plus"]			= 8803;	
	product_array[x]["rpoints"] 			= "8,800";
	product_array[x]["rpoints_plus"]		= "5,800pts + $20";
	product_array[x]["productDesc"]			= "The Executive's in-built microphone, compatible with Blackberry and iPhone. Features noise isolation reducing ambient noise. No batteries or switches to worry about.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "muse_hp";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Cordless Phone KXTG4392ALS";
	product_array[x]["rcode"] 				= 8702;
	product_array[x]["rcode_plus"]			= 8703;	
	product_array[x]["rpoints"] 			= "27,400";
	product_array[x]["rpoints_plus"]		= "13,600pts + $75";
	product_array[x]["productDesc"]			= "Panasonic's Digital Gigarange utilise digital radio technology providing high speech quality, longer battery life and greater coverage.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "8702";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Standard Definition SD Card Camcorder - Blue";
	product_array[x]["rcode"] 				= 8786;
	product_array[x]["rcode_plus"]			= 8787;	
	product_array[x]["rpoints"] 			= "75,000";
	product_array[x]["rpoints_plus"]		= "56,200pts + $100";
	product_array[x]["productDesc"]			= "Features Advanced Optical Zoom 78 x, Optical Image Stabilization with Active Mode, 33mm Wide-Angle Lens and Intelligent Auto Face Detection. Also available in red and blue.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sd_camcorder";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Standard Definition SD Card Camcorder - Blue";
	product_array[x]["rcode"] 				= 8788;
	product_array[x]["rcode_plus"]			= 8789;	
	product_array[x]["rpoints"] 			= "42,000pts + $175";
	product_array[x]["rpoints_plus"]		= "28,000pts + $250";
	product_array[x]["productDesc"]			= "Features Advanced Optical Zoom 78 x, Optical Image Stabilization with Active Mode, 33mm Wide-Angle Lens and Intelligent Auto Face Detection. Also available in red and blue.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sd_camcorder";
	product_array[x]["additional"]			= 1;
	product_array[x]["multi_end"]			= 1;

// ipad2 start	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8839;
	product_array[x]["rcode_plus"]			= 8840;	
	product_array[x]["rpoints"] 			= "115,800";
	product_array[x]["rpoints_plus"]		= "86,000pts + $150";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8841;
	product_array[x]["rpoints"] 			= "55,800pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi &amp; 3G - Black";
	product_array[x]["rcode"] 				= 8842;
	product_array[x]["rcode_plus"]			= 8843;	
	product_array[x]["rpoints"] 			= "145,800";
	product_array[x]["rpoints_plus"]		= "106,000pts + $200";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi &amp; 3G - Black";
	product_array[x]["rcode"] 				= 8844;
	product_array[x]["rpoints"] 			= "65,800pts + $400";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi - White";
	product_array[x]["rcode"] 				= 8845;
	product_array[x]["rcode_plus"]			= 8846;	
	product_array[x]["rpoints"] 			= "115,800";
	product_array[x]["rpoints_plus"]		= "86,000pts + $150";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi - White";
	product_array[x]["rcode"] 				= 8847;
	product_array[x]["rpoints"] 			= "55,800pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi &amp; 3G - White";
	product_array[x]["rcode"] 				= 8848;
	product_array[x]["rcode_plus"]			= 8849;	
	product_array[x]["rpoints"] 			= "145,800";
	product_array[x]["rpoints_plus"]		= "106,000pts + $200";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 16gb with WiFi &amp; 3G - White";
	product_array[x]["rcode"] 				= 8850;
	product_array[x]["rpoints"] 			= "65,800pts + $400";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8851;
	product_array[x]["rcode_plus"]			= 8852;	
	product_array[x]["rpoints"] 			= "137,800";
	product_array[x]["rpoints_plus"]		= "98,000pts + $150";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8853;
	product_array[x]["rpoints"] 			= "57,800pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi &amp; 3G - Black";
	product_array[x]["rcode"] 				= 8854;
	product_array[x]["rcode_plus"]			= 8855;	
	product_array[x]["rpoints"] 			= "167,800";
	product_array[x]["rpoints_plus"]		= "108,000pts + $200";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi &amp; 3G - Black";
	product_array[x]["rcode"] 				= 8856;
	product_array[x]["rpoints"] 			= "67,800pts + $400";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi - white";
	product_array[x]["rcode"] 				= 8857;
	product_array[x]["rcode_plus"]			= 8858;	
	product_array[x]["rpoints"] 			= "137,800";
	product_array[x]["rpoints_plus"]		= "98,000pts + $150";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi - white";
	product_array[x]["rcode"] 				= 8859;
	product_array[x]["rpoints"] 			= "57,800pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi &amp; 3G - white";
	product_array[x]["rcode"] 				= 8860;
	product_array[x]["rcode_plus"]			= 8861;	
	product_array[x]["rpoints"] 			= "167,800";
	product_array[x]["rpoints_plus"]		= "108,000pts + $200";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 32gb with WiFi &amp; 3G - white";
	product_array[x]["rcode"] 				= 8862;
	product_array[x]["rpoints"] 			= "67,800pts + $400";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8863;
	product_array[x]["rcode_plus"]			= 8864;	
	product_array[x]["rpoints"] 			= "159,800";
	product_array[x]["rpoints_plus"]		= "100,000pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8865;
	product_array[x]["rpoints"] 			= "59,800pts + $500";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi &amp; 3G - Black";
	product_array[x]["rcode"] 				= 8866;
	product_array[x]["rcode_plus"]			= 8867;	
	product_array[x]["rpoints"] 			= "189,800";
	product_array[x]["rpoints_plus"]		= "130,000pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi &amp; 3G - Black";
	product_array[x]["rcode"] 				= 8868;
	product_array[x]["rpoints"] 			= "89,800pts + $500";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_black";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi - White";
	product_array[x]["rcode"] 				= 8869;
	product_array[x]["rcode_plus"]			= 8870;	
	product_array[x]["rpoints"] 			= "159,800";
	product_array[x]["rpoints_plus"]		= "100,000pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi - Black";
	product_array[x]["rcode"] 				= 8871;
	product_array[x]["rpoints"] 			= "59,800pts + $500";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi &amp; 3G - White";
	product_array[x]["rcode"] 				= 8872;
	product_array[x]["rcode_plus"]			= 8873;	
	product_array[x]["rpoints"] 			= "189,800";
	product_array[x]["rpoints_plus"]		= "130,000pts + $300";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Apple iPad2 64gb with WiFi &amp; 3G - White";
	product_array[x]["rcode"] 				= 8874;
	product_array[x]["rpoints"] 			= "89,800pts + $500";
	product_array[x]["productDesc"]			= "Once you pick up iPad2, it'll be hard to put down. That's the idea behind the all-new design. It's 33 percent thinner and up to 15 percent lighter, so it feels even more comfortable in your hands. And it makes surfing the web, checking email, watching movies and reading books so natural, you might forget there's incredible technology under your fingers.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipad2_white";
	product_array[x]["additional"]			= 1;

// IPOD START 8GB

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#000000; font-weight:bold;\">Graphite</span>";
	product_array[x]["rcode"] 				= 8270;
	product_array[x]["rcode_plus"]			= 8271;	
	product_array[x]["rpoints"] 			= "39,800";
	product_array[x]["rpoints_plus"]		= "29,800pts + $50";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#000000; font-weight:bold;\">Graphite</span>";
	product_array[x]["rcode"] 				= 8272;
	product_array[x]["rpoints"] 			= "19,800pts + $100";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#CCCCCC; font-weight:bold;\">Silver</span>";
	product_array[x]["rcode"] 				= 8337;
	product_array[x]["rcode_plus"]			= 8338;	
	product_array[x]["rpoints"] 			= "39,800";
	product_array[x]["rpoints_plus"]		= "29,800pts + $50";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#CCCCCC; font-weight:bold;\">Silver</span>";
	product_array[x]["rcode"] 				= 8339;
	product_array[x]["rpoints"] 			= "19,800pts + $100";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#0066FF; font-weight:bold;\">Blue</span>";
	product_array[x]["rcode"] 				= 8343;
	product_array[x]["rcode_plus"]			= 8344;	
	product_array[x]["rpoints"] 			= "39,800";
	product_array[x]["rpoints_plus"]		= "29,800pts + $50";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#0066FF; font-weight:bold;\">Blue</span>";
	product_array[x]["rcode"] 				= 8345;
	product_array[x]["rpoints"] 			= "19,800pts + $100";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#00CC00; font-weight:bold;\">Green</span>";
	product_array[x]["rcode"] 				= 8346;
	product_array[x]["rcode_plus"]			= 8347;	
	product_array[x]["rpoints"] 			= "39,800";
	product_array[x]["rpoints_plus"]		= "29,800pts + $50";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#00CC00; font-weight:bold;\">Green</span>";
	product_array[x]["rcode"] 				= 8348;
	product_array[x]["rpoints"] 			= "19,800pts + $100";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#FF6600; font-weight:bold;\">Orange</span>";
	product_array[x]["rcode"] 				= 8352;
	product_array[x]["rcode_plus"]			= 8353;	
	product_array[x]["rpoints"] 			= "39,800";
	product_array[x]["rpoints_plus"]		= "29,800pts + $50";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#FF6600; font-weight:bold;\">Orange</span>";
	product_array[x]["rcode"] 				= 8354;
	product_array[x]["rpoints"] 			= "19,800pts + $100";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#FF00CC; font-weight:bold;\">Pink</span>";
	product_array[x]["rcode"] 				= 8355;
	product_array[x]["rcode_plus"]			= 8356;	
	product_array[x]["rpoints"] 			= "39,800";
	product_array[x]["rpoints_plus"]		= "29,800pts + $50";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod nano - <span style=\"color:#FF00CC; font-weight:bold;\">Pink</span>";
	product_array[x]["rcode"] 				= 8357;
	product_array[x]["rpoints"] 			= "19,800pts + $100";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#000000; font-weight:bold;\">Graphite</span>";
	product_array[x]["rcode"] 				= 8358;
	product_array[x]["rcode_plus"]			= 8359;	
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "40,800pts + $75";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
// IPOD 16GB	
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#000000; font-weight:bold;\">Graphite</span>";
	product_array[x]["rcode"] 				= 8360;
	product_array[x]["rpoints"] 			= "30,800pts + $125";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#CCCCCC; font-weight:bold;\">Silver</span>";
	product_array[x]["rcode"] 				= 8361;
	product_array[x]["rcode_plus"]			= 8362;	
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "40,800pts + $75";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#CCCCCC; font-weight:bold;\">Silver</span>";
	product_array[x]["rcode"] 				= 8363;
	product_array[x]["rpoints"] 			= "30,800pts + $125";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#0066FF; font-weight:bold;\">Blue</span>";
	product_array[x]["rcode"] 				= 8367;
	product_array[x]["rcode_plus"]			= 8368;	
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "40,800pts + $75";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#0066FF; font-weight:bold;\">Blue</span>";
	product_array[x]["rcode"] 				= 8369;
	product_array[x]["rpoints"] 			= "30,800pts + $125";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#00CC00; font-weight:bold;\">Green</span>";
	product_array[x]["rcode"] 				= 8370;
	product_array[x]["rcode_plus"]			= 8371;	
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "40,800pts + $75";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#00CC00; font-weight:bold;\">Green</span>";
	product_array[x]["rcode"] 				= 8372;
	product_array[x]["rpoints"] 			= "30,800pts + $125";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#FF6600; font-weight:bold;\">Orange</span>";
	product_array[x]["rcode"] 				= 8376;
	product_array[x]["rcode_plus"]			= 8377;	
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "40,800pts + $75";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#FF6600; font-weight:bold;\">Orange</span>";
	product_array[x]["rcode"] 				= 8378;
	product_array[x]["rpoints"] 			= "30,800pts + $125";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#FF00CC; font-weight:bold;\">Pink</span>";
	product_array[x]["rcode"] 				= 8379;
	product_array[x]["rcode_plus"]			= 8380;	
	product_array[x]["rpoints"] 			= "55,800";
	product_array[x]["rpoints_plus"]		= "40,800pts + $75";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "16GB iPod nano - <span style=\"color:#FF00CC; font-weight:bold;\">Pink</span>";
	product_array[x]["rcode"] 				= 8381;
	product_array[x]["rpoints"] 			= "30,800pts + $125";
	product_array[x]["productDesc"]			= "For those about to rock, we give you eight amazing colours. But that's only part of the story. Feel the curved, all-aluminium and glass design and you won't want to put iPod nano down";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "nano_chromatic";
	product_array[x]["additional"]			= 1;

// IPOD 160GB

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "160GB iPod classic - <span style=\"color:#000000; font-weight:bold;\">Black</span>";
	product_array[x]["rcode"] 				= 8382;
	product_array[x]["rcode_plus"]			= 8383;	
	product_array[x]["rpoints"] 			= "67,800";
	product_array[x]["rpoints_plus"]		= "47,800pts + $100";
	product_array[x]["productDesc"]			= "One size fits all. With 160GB of storage, iPod classic is the take-everything-everywhere iPod.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipod_classic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "160GB iPod classic - <span style=\"color:#000000; font-weight:bold;\">Black</span>";
	product_array[x]["rcode"] 				= 8384;
	product_array[x]["rpoints"] 			= "27,800pts + $200";
	product_array[x]["productDesc"]			= "One size fits all. With 160GB of storage, iPod classic is the take-everything-everywhere iPod.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipod_classic";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "160GB iPod classic - <span style=\"color:#CCCCCC; font-weight:bold;\">Silver</span>";
	product_array[x]["rcode"] 				= 8385;
	product_array[x]["rcode_plus"]			= 8386;	
	product_array[x]["rpoints"] 			= "67,800";
	product_array[x]["rpoints_plus"]		= "47,800pts + $100";
	product_array[x]["productDesc"]			= "One size fits all. With 160GB of storage, iPod classic is the take-everything-everywhere iPod.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipod_classic";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "160GB iPod classic - <span style=\"color:#CCCCCC; font-weight:bold;\">Silver</span>";
	product_array[x]["rcode"] 				= 8387;
	product_array[x]["rpoints"] 			= "27,800pts + $200";
	product_array[x]["productDesc"]			= "One size fits all. With 160GB of storage, iPod classic is the take-everything-everywhere iPod.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipod_classic";
	product_array[x]["additional"]			= 1;

// IPOD TOUCH 8GB + 16GB


	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod Touch";
	product_array[x]["rcode"] 				= 8278;
	product_array[x]["rcode_plus"]			= 8279;	
	product_array[x]["rpoints"] 			= "57,800";
	product_array[x]["rpoints_plus"]		= "37,800pts + $100";
	product_array[x]["productDesc"]			= "The funnest iPod ever. Millions of songs. Thousands of videos. Hundreds of games. The new iPod touch.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipod_touch";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "8GB iPod Touch";
	product_array[x]["rcode"] 				= 8280;
	product_array[x]["rcode_plus"] 			= 8281;
	product_array[x]["rpoints"] 			= "27,800pts + $150";
	product_array[x]["rpoints_plus"]		= "17,800pts + $200";
	product_array[x]["productDesc"]			= "The funnest iPod ever. Millions of songs. Thousands of videos. Hundreds of games. The new iPod touch.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipod_touch";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "32GB iPod Touch";
	product_array[x]["rcode"] 				= 8282;
	product_array[x]["rcode_plus"]			= 8283;	
	product_array[x]["rpoints"] 			= "75,600";
	product_array[x]["rpoints_plus"]		= "55,600pts + $100";
	product_array[x]["productDesc"]			= "The funnest iPod ever. Millions of songs. Thousands of videos. Hundreds of games. The new iPod touch.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipod_touch";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "32GB iPod Touch";
	product_array[x]["rcode"] 				= 8284;
	product_array[x]["rcode_plus"] 			= 8285;
	product_array[x]["rpoints"] 			= "35,600pts + $200";
	product_array[x]["rpoints_plus"]		= "15,600pts + $300";
	product_array[x]["productDesc"]			= "The funnest iPod ever. Millions of songs. Thousands of videos. Hundreds of games. The new iPod touch.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipod_touch";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "64GB iPod Touch";
	product_array[x]["rcode"] 				= 8286;
	product_array[x]["rcode_plus"]			= 8287;	
	product_array[x]["rpoints"] 			= "99,800";
	product_array[x]["rpoints_plus"]		= "69,800pts + $150";
	product_array[x]["productDesc"]			= "The funnest iPod ever. Millions of songs. Thousands of videos. Hundreds of games. The new iPod touch.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "ipod_touch";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "64GB iPod Touch";
	product_array[x]["rcode"] 				= 8288;
	product_array[x]["rcode_plus"] 			= 8289;
	product_array[x]["rpoints"] 			= "49,800pts + $250";
	product_array[x]["rpoints_plus"]		= "29,800pts + $350";
	product_array[x]["productDesc"]			= "The funnest iPod ever. Millions of songs. Thousands of videos. Hundreds of games. The new iPod touch.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "ipod_touch";
	product_array[x]["additional"]			= 1;
	
// IPOD END

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Full HD 16MP Waterproof Vertical Camcorder - Orange";
	product_array[x]["rcode"] 				= 8887;
	product_array[x]["rcode_plus"]			= 8888;	
	product_array[x]["rpoints"] 			= "91,600";
	product_array[x]["rpoints_plus"]		= "64,200pts + $150";
	product_array[x]["productDesc"]			= "Capture brilliant Full-HD movies with this waterproof vertical camcorder - Take the HX-WA10 underwater as deep as three metres for up to 60 minutes for clear, bright underwater photos and videos in the pool or ocean. Swim along with colourful tropical fish, capture the beauty of coral reefs or get action footage of friends diving and snorkeling. Of course, 'waterproof' also means problem-free shooting in the rain or snow.* Shoot dynamic, high resolution masterpieces - Despite its light weight and slim, stylish design, the HX-WA10 delivers images in breathtaking Full HD (1920x1080) beauty. BSI (back/side illumination) technology has improved the sensitivity of the CMOS sensor, so it's now possible to shoot images with high resolution, Full HD quality in dim light, like interiors and parties. In addition to an optical 5x zoom, the new, high quality Image Engine of the HX-WA10 offers a flexible shooting range, from wide angle to dynamic 12x zooming, without no degradation of image quality**. (Full HD video with 1920x1080 pixels in Panasonic Vertical camcorders refers to video recordings with 1920 pixels in the horizontal direction and 1080 pixels in the vertical direction).";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_orange";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Full HD 16MP Waterproof Vertical Camcorder - Orange";
	product_array[x]["rcode"] 				= 8889;
	product_array[x]["rcode_plus"] 			= 8890;
	product_array[x]["rpoints"] 			= "45,800pts + $250";
	product_array[x]["rpoints_plus"]		= "27,400pts + $350";
	product_array[x]["productDesc"]			= "Capture brilliant Full-HD movies with this waterproof vertical camcorder - Take the HX-WA10 underwater as deep as three metres for up to 60 minutes for clear, bright underwater photos and videos in the pool or ocean. Swim along with colourful tropical fish, capture the beauty of coral reefs or get action footage of friends diving and snorkeling. Of course, 'waterproof' also means problem-free shooting in the rain or snow.* Shoot dynamic, high resolution masterpieces - Despite its light weight and slim, stylish design, the HX-WA10 delivers images in breathtaking Full HD (1920x1080) beauty. BSI (back/side illumination) technology has improved the sensitivity of the CMOS sensor, so it's now possible to shoot images with high resolution, Full HD quality in dim light, like interiors and parties. In addition to an optical 5x zoom, the new, high quality Image Engine of the HX-WA10 offers a flexible shooting range, from wide angle to dynamic 12x zooming, without no degradation of image quality**. (Full HD video with 1920x1080 pixels in Panasonic Vertical camcorders refers to video recordings with 1920 pixels in the horizontal direction and 1080 pixels in the vertical direction).";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_orange";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Full HD 16MP Waterproof Vertical Camcorder - Black";
	product_array[x]["rcode"] 				= 9325;
	product_array[x]["rcode_plus"]			= 9326;	
	product_array[x]["rpoints"] 			= "91,600";
	product_array[x]["rpoints_plus"]		= "64,200pts + $150";
	product_array[x]["productDesc"]			= "Capture brilliant Full-HD movies with this waterproof vertical camcorder - Take the HX-WA10 underwater as deep as three metres for up to 60 minutes for clear, bright underwater photos and videos in the pool or ocean. Swim along with colourful tropical fish, capture the beauty of coral reefs or get action footage of friends diving and snorkeling. Of course, 'waterproof' also means problem-free shooting in the rain or snow.* Shoot dynamic, high resolution masterpieces - Despite its light weight and slim, stylish design, the HX-WA10 delivers images in breathtaking Full HD (1920x1080) beauty. BSI (back/side illumination) technology has improved the sensitivity of the CMOS sensor, so it's now possible to shoot images with high resolution, Full HD quality in dim light, like interiors and parties. In addition to an optical 5x zoom, the new, high quality Image Engine of the HX-WA10 offers a flexible shooting range, from wide angle to dynamic 12x zooming, without no degradation of image quality**. (Full HD video with 1920x1080 pixels in Panasonic Vertical camcorders refers to video recordings with 1920 pixels in the horizontal direction and 1080 pixels in the vertical direction).";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_black";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Full HD 16MP Waterproof Vertical Camcorder - Black";
	product_array[x]["rcode"] 				= 9327;
	product_array[x]["rcode_plus"] 			= 9328;
	product_array[x]["rpoints"] 			= "45,800pts + $250";
	product_array[x]["rpoints_plus"]		= "27,400pts + $350";
	product_array[x]["productDesc"]			= "Capture brilliant Full-HD movies with this waterproof vertical camcorder - Take the HX-WA10 underwater as deep as three metres for up to 60 minutes for clear, bright underwater photos and videos in the pool or ocean. Swim along with colourful tropical fish, capture the beauty of coral reefs or get action footage of friends diving and snorkeling. Of course, 'waterproof' also means problem-free shooting in the rain or snow.* Shoot dynamic, high resolution masterpieces - Despite its light weight and slim, stylish design, the HX-WA10 delivers images in breathtaking Full HD (1920x1080) beauty. BSI (back/side illumination) technology has improved the sensitivity of the CMOS sensor, so it's now possible to shoot images with high resolution, Full HD quality in dim light, like interiors and parties. In addition to an optical 5x zoom, the new, high quality Image Engine of the HX-WA10 offers a flexible shooting range, from wide angle to dynamic 12x zooming, without no degradation of image quality**. (Full HD video with 1920x1080 pixels in Panasonic Vertical camcorders refers to video recordings with 1920 pixels in the horizontal direction and 1080 pixels in the vertical direction).";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_black";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic 3D Blu Ray Home Theatre System";
	product_array[x]["rcode"] 				= 9202;
	product_array[x]["rcode_plus"]			= 9203;	
	product_array[x]["rpoints"] 			= "97,800";
	product_array[x]["rpoints_plus"]		= "70,000pts + $150";
	product_array[x]["productDesc"]			= "The surround sound cinema experience is even better with 3D Blu-ray and advanced audio technology - FULL HD 3D Blu-ray DiscTM Home Theatre System.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_system";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic 3D Blu Ray Home Theatre System";
	product_array[x]["rcode"] 				= 9204;
	product_array[x]["rcode_plus"] 			= 9205;
	product_array[x]["rpoints"] 			= "50,000pts + $250";
	product_array[x]["rpoints_plus"]		= "30,000pts + $350";
	product_array[x]["productDesc"]			= "The surround sound cinema experience is even better with 3D Blu-ray and advanced audio technology - FULL HD 3D Blu-ray DiscTM Home Theatre System.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_system";
	product_array[x]["additional"]			= 1;	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Black";
	product_array[x]["rcode"] 				= 9229;
	product_array[x]["rcode_plus"]			= 9230;	
	product_array[x]["rpoints"] 			= "33,000";
	product_array[x]["rpoints_plus"]		= "24,800pts + $50";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_lumix";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Black";
	product_array[x]["rcode"] 				= 9231;
	product_array[x]["rpoints"] 			= "16,400pts + $100";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "panasonic_lumix";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Pink";
	product_array[x]["rcode"] 				= 9232;
	product_array[x]["rcode_plus"]			= 9233;	
	product_array[x]["rpoints"] 			= "33,000";
	product_array[x]["rpoints_plus"]		= "24,800pts + $50";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_start"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Pink";
	product_array[x]["rcode"] 				= 9234;
	product_array[x]["rpoints"] 			= "16,400pts + $100";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Red";
	product_array[x]["rcode"] 				= 9235;
	product_array[x]["rcode_plus"]			= 9236;	
	product_array[x]["rpoints"] 			= "33,000";
	product_array[x]["rpoints_plus"]		= "24,800pts + $50";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_start"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Red";
	product_array[x]["rcode"] 				= 9237;
	product_array[x]["rpoints"] 			= "16,400pts + $100";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Blue";
	product_array[x]["rcode"] 				= 9238;
	product_array[x]["rcode_plus"]			= 9239;	
	product_array[x]["rpoints"] 			= "33,000";
	product_array[x]["rpoints_plus"]		= "24,800pts + $50";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_start"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Blue";
	product_array[x]["rcode"] 				= 9240;
	product_array[x]["rpoints"] 			= "16,400pts + $100";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Silver";
	product_array[x]["rcode"] 				= 9304;
	product_array[x]["rcode_plus"]			= 9305;	
	product_array[x]["rpoints"] 			= "33,000";
	product_array[x]["rpoints_plus"]		= "24,800pts + $50";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_start"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Panasonic Lumix 14.1MP Digital Camera - Silver";
	product_array[x]["rcode"] 				= 9306;
	product_array[x]["rpoints"] 			= "16,400pts + $100";
	product_array[x]["productDesc"]			= "The DMC-FH2 features a 28 mm wide-angle, 4x optical zoom Leica DC Vario-Elmar lens (35 mm camera equivalent: 28-112 mm). The lens lets you easily capture large groups of people indoors or expansive architectural structures. The 4x optical zoom lens captures beautiful shots of people or landscapes with 14.1 megapixel resolution. With the Intelligent Resolution technology, three areas (outlines, detailed texture areas and soft gradation areas) are automatically detected. Apart from the uniform enhancement of sharpness, this technology precisely performs signal processing pixel by pixel in the most effective way according to the area. As a result, images are clear and crisp. The Intelligent Zoom extends zoom ratio by approximately 1.3x, while the 4x zoom can virtually extend to 5x equivalent.";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "OXX Digital Breeze Radio";
	product_array[x]["rcode"] 				= 9700;
	product_array[x]["rcode_plus"]			= 9701;	
	product_array[x]["rpoints"] 			= "18,790";
	product_array[x]["rpoints_plus"]		= "8,800pts + $50";
	product_array[x]["productDesc"]			= "Offering DAB+ digital and FM radio and over 10 hours listening time when used with batteries, making it perfect for home or on the road.";	
	product_array[x]["image_src"] 			= "oxx_radio";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Logitech Squeezebox Touch";
	product_array[x]["rcode"] 				= 9702;
	product_array[x]["rcode_plus"]			= 9703;	
	product_array[x]["rpoints"] 			= "94,390";
	product_array[x]["rpoints_plus"]		= "75,500pts + $100";
	product_array[x]["productDesc"]			= "The Squeezebox&trade; Touch wirelessly streams what you want to hear - your digital music library, internet radio, and online music services, all through your existing stereo.";
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "logitech_touch";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Logitech Squeezebox Touch";
	product_array[x]["rcode"] 				= 9704;
	product_array[x]["rpoints"] 			= "37,800pts + $300";
	product_array[x]["productDesc"]			= "The Squeezebox&trade; Touch wirelessly streams what you want to hear - your digital music library, internet radio, and online music services, all through your existing stereo.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "logitech_touch";
	product_array[x]["additional"]			= 1;

}

else if (page == "books_magazines") {

	var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Masterchef Series 3 - end November release";
	product_array[x]["rcode"] 				= 9106;
	product_array[x]["rpoints"] 			= "7,600";
	product_array[x]["image_src"] 			= "masterchef_book";
	product_array[x]["productDesc"]			= "You've seen the blood, sweat, tears and trembles, now you can try out the fabulous recipes from all of your favourite MasterChef contestants and celebrity chefs - in the safety of your own kitchen.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delicious. Simply The Best by Valli Little";
	product_array[x]["rcode"] 				= 9107;
	product_array[x]["rpoints"] 			= "7,600";
	product_array[x]["image_src"] 			= "delicious_book";
	product_array[x]["productDesc"]			= "Simply the Best is a celebration of what delicious. does best - inspiring yet accessible recipes that are perfect for novice cooks as well as experienced foodies looking for new ideas. Featuring more than 120 all-new recipes, each beautifully photographed by Brett Stevens, you are sure to find dishes for every occasion.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Bill's Basics by Bill Granger (Hardback - October release)";
	product_array[x]["rcode"] 				= 9100;
	product_array[x]["rpoints"] 			= "9,000";
	product_array[x]["image_src"] 			= "bills_basics";
	product_array[x]["productDesc"]			= "Bill Granger works his magic on 100 classic dishes from across the globe. Hardback - October Release.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delicious. More Please by Valli Little (Paperback - November release)";
	product_array[x]["rcode"] 				= 9105;
	product_array[x]["rpoints"] 			= "7,600";
	product_array[x]["image_src"] 			= "delicious_more";
	product_array[x]["productDesc"]			= "Fabulous, all new seasonal recipes that will have everyone holding out their plates and asking for 'More, please!'";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Fast, Fresh, Simple by Donna Hay (Paperback - November release)";
	product_array[x]["rcode"] 				= 9103;
	product_array[x]["rpoints"] 			= "7,600";
	product_array[x]["image_src"] 			= "spacer";
	product_array[x]["productDesc"]			= "Fast, Fresh, Simple is the all-new book from Australia's number-one selling cookbook author, Donna Hay.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "French Kitchen by Serge Dansereau (Hardback - October release)";
	product_array[x]["rcode"] 				= 9104;
	product_array[x]["rpoints"] 			= "10,400";
	product_array[x]["image_src"] 			= "french_kitchen";
	product_array[x]["productDesc"]			= "French KIitchen is the essential cookbook for anyone who wants to cook French food with Australian produce at home.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Masterchef 2 (Paperback - December release)";
	product_array[x]["rcode"] 				= 9102;
	product_array[x]["rpoints"] 			= "7,600";
	product_array[x]["image_src"] 			= "masterchef2";
	product_array[x]["productDesc"]			= "All the best recipes from the top-rating show to inspire the MasterChef in you.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Poh's Kitchen by Poh Ling Yeow (Paperback - November release)";
	product_array[x]["rcode"] 				= 9101;
	product_array[x]["rpoints"] 			= "7,600";
	product_array[x]["image_src"] 			= "pohs_kitchen";
	product_array[x]["productDesc"]			= "Based on the ABC TV show, Poh takes you on a quest to learn more about the art of cooking. Paperback - November Release.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vogue Australia 12 Mths Subscription";
	product_array[x]["rcode"] 				= 6701;
	product_array[x]["rpoints"] 			= "14,400";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for a subscription to FPC Magazines. They create outstanding quality lifestyle magazines with an Australian perspective.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vogue Living 6 Bimonthly Issues";
	product_array[x]["rcode"] 				= 6702;
	product_array[x]["rpoints"] 			= "9,300";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Golf Digest 12 Mths Subscription";
	product_array[x]["rcode"] 				= 6704;
	product_array[x]["rpoints"] 			= "11,000";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Country Style";
	product_array[x]["rcode"] 				= 6705;
	product_array[x]["rpoints"] 			= "11,000";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delicious";
	product_array[x]["rcode"] 				= 6706;
	product_array[x]["rpoints"] 			= "10,000";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Donna Hay";
	product_array[x]["rcode"] 				= 6716;
	product_array[x]["rpoints"] 			= "7,400";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Gardening Australia";
	product_array[x]["rcode"] 				= 6707;
	product_array[x]["rpoints"] 			= "9,800";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "GQ";
	product_array[x]["rcode"] 				= 6708;
	product_array[x]["rpoints"] 			= "8,000";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Modern Fishing";
	product_array[x]["rcode"] 				= 6713;
	product_array[x]["rpoints"] 			= "9,800";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi"]				= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Overlander 4WD";
	product_array[x]["rcode"] 				= 6715;
	product_array[x]["rpoints"] 			= "13,800";
	product_array[x]["image_src"] 			= "fpc";
	product_array[x]["multi_end"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Gourmet Traveller 12 Monthly Issues";
	product_array[x]["rcode"] 				= 6750;
	product_array[x]["rpoints"] 			= "13,500";
	product_array[x]["image_src"] 			= "gourmet";
		
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Women's Weekly 12 Monthly Issue";
	product_array[x]["rcode"] 				= 6751;
	product_array[x]["rpoints"] 			= "12,600";
	product_array[x]["image_src"] 			= "wweekly";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Madison 12 Monthly Issues";
	product_array[x]["rcode"] 				= 6754;
	product_array[x]["rpoints"] 			= "14,400";
	product_array[x]["image_src"] 			= "madison";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian House & Garden 12 Monthly Issues";
	product_array[x]["rcode"] 				= 6756;
	product_array[x]["rpoints"] 			= "12,600";
	product_array[x]["image_src"] 			= "house_garden";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Australian Geographic Magazine 1 Year Subscription";
	product_array[x]["rcode"] 				= 6790;
	product_array[x]["rpoints"] 			= "9,600";
	product_array[x]["image_src"] 			= "australian_geo";

}

else if (page == "electrical") {
	var product_array = new Array();
	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG DVD/VCR V271";
	product_array[x]["rcode"] 				= 8223;
	product_array[x]["rcode_plus"]			= 8224;
	product_array[x]["rpoints"]				= "36,000";
	product_array[x]["rpoints_plus"]		= "22,500pts + $75";
	product_array[x]["image_src"] 			= "lgv271";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "DVD Player + 6 Head Hi-Fi VCR. Slim Design (78.5mm). Multi-Format Playback - DVD-Video/DVD&plusmn;R/DVD&plusmn;RW/SVCD/VCD/VHS - Audio CD/CD-R/CD-RW/MP3 CD/WMA  - JPEG. DivX Playback. Progressive Scan. Music Photo Album. Coaxial Digital Audio Output. S-Video/Component Video Output.";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "LG DVD/VCR V271";
	product_array[x]["rcode"]				= 8225;
	product_array[x]["rpoints"]				= "13,400pts + $125";
	product_array[x]["image_src"] 			= "lgv271";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["productDesc"]			= "DVD Player + 6 Head Hi-Fi VCR. Slim Design (78.5mm). Multi-Format Playback - DVD-Video/DVD&plusmn;R/DVD&plusmn;RW/SVCD/VCD/VHS - Audio CD/CD-R/CD-RW/MP3 CD/WMA  - JPEG. DivX Playback. Progressive Scan. Music Photo Album. Coaxial Digital Audio Output. S-Video/Component Video Output.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;
	
}

else if (page == "fragrances") {
	var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Daisy Eau So Fresh EDT Spray 125ml";
	product_array[x]["rcode"] 				= 8916;
	product_array[x]["rcode_plus"]			= 8917;
	product_array[x]["rpoints"] 			= "23,000";
	product_array[x]["rpoints_plus"] 		= "16,700pts + pay $40";
	product_array[x]["image_src"] 			= "daisy_eau";
	product_array[x]["productDesc"]			= "Daisy Eau So Fresh is a Fresh-Floral Fragrance by Marc Jacobs. Launched in 2011, a lighter, girlier sister to the original bestseller Daisy, with a lovely, discreet floral and a touch of underlying musk, this fragrance is just as gorgeous and whimsical. Described as fun and bubbly with a hint of raspberry fruit punch, this scent is truly stunning. A delicate blush pink with nude, white and yellow flowers. This fragrance will make you feel Oh So Fresh all day. Daisy Oh So Fresh throws Swirls of Apple Blossom with Romantic Wild Rose in the heart notes and a whisper of Caramel to finish.";
	product_array[x]["pClass"]				= new Array("dollarClass");	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Diesel Only The Brave 50ml EDT Spray";
	product_array[x]["rcode"] 				= 8918;
	product_array[x]["rcode_plus"]			= 8919;
	product_array[x]["rpoints"] 			= "14,200";
	product_array[x]["rpoints_plus"] 		= "8,800pts + pay $30";
	product_array[x]["image_src"] 			= "diesel_brave";
	product_array[x]["productDesc"]			= "House: Diesel, Year of Release: 2009, Gender: Masculine Fragrance, Type: Woody Oriental.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Bvlgari Rose Essentielle EDT Spray, 100ml";
	product_array[x]["rcode"] 				= 8900;
	product_array[x]["rcode_plus"]			= 8901;
	product_array[x]["rpoints"] 			= "16,000";
	product_array[x]["rpoints_plus"] 		= "9,000pts + pay $40";
	product_array[x]["image_src"] 			= "bvlgari_rose";
	product_array[x]["productDesc"]			= "House: Bvlgari<br />Year of Release: 2005<br />Gender: Feminine<br />Classification: Classical Mossy Woods";	
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Bvlgari Jasmin Noir EDT Spray, 50ml";
	product_array[x]["rcode"] 				= 8902;
	product_array[x]["rcode_plus"]			= 8903;	
	product_array[x]["rpoints"] 			= "12,200";
	product_array[x]["rpoints_plus"]		= "7,000pts + pay $30";
	product_array[x]["image_src"] 			= "bvlgari_jasmin";
	product_array[x]["productDesc"]			= "House: Bvlgari<br />Year of Release: 2008<br />Gender: Feminine<br />Classification: Crisp Woods (white flower)";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "A Scent EDT Spray, 50ml";
	product_array[x]["rcode"] 				= 8904;
	product_array[x]["rcode_plus"]			= 8905;	
	product_array[x]["rpoints"] 			= "17,600";
	product_array[x]["rpoints_plus"]		= "10,000pts + pay $40";
	product_array[x]["image_src"] 			= "a_scent";
	product_array[x]["productDesc"]			= "House: Issey Miyake<br />Year of Release: 2009<br />Gender: Feminine<br />Classification: Fresh Green";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Flower by Kenzo EDP Spray, 50ml";
	product_array[x]["rcode"] 				= 8906;
	product_array[x]["rcode_plus"]			= 8907;	
	product_array[x]["rpoints"] 			= "13,200";
	product_array[x]["rpoints_plus"]		= "8,000pts + pay $30";
	product_array[x]["image_src"] 			= "kenzo_flower";
	product_array[x]["productDesc"]			= "House: Kenzo<br />Year of Release: 2000<br />Gender: Feminine<br />Classification: Crisp Floral Oriental (citrus fruity)";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Gucci Flora EDP Spray, 50ml";
	product_array[x]["rcode"] 				= 8908;
	product_array[x]["rcode_plus"]			= 8909;	
	product_array[x]["rpoints"] 			= "17,600";
	product_array[x]["rpoints_plus"]		= "10,000pts + pay $40";
	product_array[x]["image_src"] 			= "gucci_flora";
	product_array[x]["productDesc"]			= "House: Gucci<br />Year of Release: 2009<br />Gender: Feminine<br />Classification: Crisp Mossy Woods (citrus fruity)";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "L'Eau d'Issey EDT Spray, 100ml";
	product_array[x]["rcode"] 				= 8910;
	product_array[x]["rcode_plus"]			= 8911;	
	product_array[x]["rpoints"] 			= "19,000";
	product_array[x]["rpoints_plus"]		= "12,000pts + pay $40";
	product_array[x]["image_src"] 			= "leau_dissey";
	product_array[x]["productDesc"]			= "House: Issey Miyake<br />Year of Release: 1992<br />Gender: Feminine<br />Classification: Crisp Water";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Acqua di Gio pour Homme EDT Spray, 100ml";
	product_array[x]["rcode"] 				= 8912;
	product_array[x]["rcode_plus"]			= 8913;	
	product_array[x]["rpoints"] 			= "18,000";
	product_array[x]["rpoints_plus"]		= "11,000pts + pay $40";
	product_array[x]["image_src"] 			= "armani_acqua";
	product_array[x]["productDesc"]			= "House: Giorgio Armani<br />Year of Release: 1996<br />Gender: Masculine<br />Classification: Crisp Water";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Euphoria Men EDT Spray, 100ml";
	product_array[x]["rcode"] 				= 8914;
	product_array[x]["rcode_plus"]			= 8915;
	product_array[x]["rpoints"] 			= "15,200";
	product_array[x]["rpoints_plus"]		= "10,000pts + pay $30";
	product_array[x]["image_src"] 			= "ck_euphoria";
	product_array[x]["productDesc"]			= "House: Calvin Klein<br />Year of Release: 2006<br />Gender: Masculine<br />Classification: Crisp Aromatic Fougere (green)";
	product_array[x]["pClass"]				= new Array("dollarClass");

}

else if (page == "homewares") {
	var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Tefal MasterChef 5 Piece Cookware Set";
	product_array[x]["rcode"] 				= 8895;
	product_array[x]["rcode_plus"]			= 8896;
	product_array[x]["rpoints"] 			= "77,600";
	product_array[x]["rpoints_plus"]		= "60,000pts + $100";
	product_array[x]["productDesc"]			= "Tefal MasterChef has been thought of and designed by Tefal to inspire you to create and enjoy food. A complete assortment of premium stainless steel products to enhance your cooking. Thick stainless steel induction compatible encapsulated base with aluminium core  for exceptional durability and even heat distribution. Stainless steel polished mirror exterior. Glass lids with riveted loop handles. Interior measuring marks Induction technology - suitable for all stovetops. Oven safe up to 170&deg;C. 5 piece set - Frypan 20cm Coated, Frypan 26cm Coated, 16cm/18cm Saucepans + Lids, Stewpot 24cm + Lid.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "tefal_set";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Tefal MasterChef 5 Piece Cookware Set";
	product_array[x]["rcode"] 				= 8897;
	product_array[x]["rcode_plus"]			= 8898;
	product_array[x]["rpoints"] 			= "51,800pts + $200";
	product_array[x]["rpoints_plus"]		= "34,500pts + $300";
	product_array[x]["productDesc"]			= "Tefal MasterChef has been thought of and designed by Tefal to inspire you to create and enjoy food. A complete assortment of premium stainless steel products to enhance your cooking. Thick stainless steel induction compatible encapsulated base with aluminium core  for exceptional durability and even heat distribution. Stainless steel polished mirror exterior. Glass lids with riveted loop handles. Interior measuring marks Induction technology - suitable for all stovetops. Oven safe up to 170&deg;C. 5 piece set - Frypan 20cm Coated, Frypan 26cm Coated, 16cm/18cm Saucepans + Lids, Stewpot 24cm + Lid.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "tefal_set";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Square Grill 26cm - Cherry Red";
	product_array[x]["rcode"] 				= 9256;
	product_array[x]["rcode_plus"]			= 9257;
	product_array[x]["rpoints"] 			= "30,600";
	product_array[x]["rpoints_plus"]		= "18,000pts + $75";
	product_array[x]["productDesc"]			= "Made in France from heavy enamelled cast iron. Dark enamel cooking surface is easy to keep clean and won't absorb stains or flavours. Energy efficient - low to medium heat required only. Oven safe. Suitable for all cooktops, including induction. Use only with wooden or plastic utensils. Hand wash recommended.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "le_creuset";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Square Grill 26cm - Cobalt Blue";
	product_array[x]["rcode"] 				= 9258;
	product_array[x]["rcode_plus"]			= 9259;
	product_array[x]["rpoints"] 			= "30,600";
	product_array[x]["rpoints_plus"]		= "18,000pts + $75";
	product_array[x]["productDesc"]			= "Made in France from heavy enamelled cast iron. Dark enamel cooking surface is easy to keep clean and won't absorb stains or flavours. Energy efficient - low to medium heat required only. Oven safe. Suitable for all cooktops, including induction. Use only with wooden or plastic utensils. Hand wash recommended.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]				= 1;
	product_array[x]["image_src"] 			= "le_creuset";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Square Grill 26cm - Flame";
	product_array[x]["rcode"] 				= 9260;
	product_array[x]["rcode_plus"]			= 9261;	
	product_array[x]["rpoints"] 			= "30,600";
	product_array[x]["rpoints_plus"]		= "18,000pts + $75";
	product_array[x]["productDesc"]			= "Made in France from heavy enamelled cast iron. Dark enamel cooking surface is easy to keep clean and won't absorb stains or flavours. Energy efficient - low to medium heat required only. Oven safe. Suitable for all cooktops, including induction. Use only with wooden or plastic utensils. Hand wash recommended.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]				= 1;
	product_array[x]["image_src"] 			= "le_creuset";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Square Grill 26cm - Rosemary Green";
	product_array[x]["rcode"] 				= 9262;
	product_array[x]["rcode_plus"]			= 9263;	
	product_array[x]["rpoints"] 			= "30,600";
	product_array[x]["rpoints_plus"]		= "18,000pts + $75";
	product_array[x]["productDesc"]			= "Made in France from heavy enamelled cast iron. Dark enamel cooking surface is easy to keep clean and won't absorb stains or flavours. Energy efficient - low to medium heat required only. Oven safe. Suitable for all cooktops, including induction. Use only with wooden or plastic utensils. Hand wash recommended.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]				= 1;
	product_array[x]["image_src"] 			= "le_creuset";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Square Grill 26cm - Dune";
	product_array[x]["rcode"] 				= 9264;
	product_array[x]["rcode_plus"]			= 9265;	
	product_array[x]["rpoints"] 			= "30,600";
	product_array[x]["rpoints_plus"]		= "18,000pts + $75";
	product_array[x]["productDesc"]			= "Made in France from heavy enamelled cast iron. Dark enamel cooking surface is easy to keep clean and won't absorb stains or flavours. Energy efficient - low to medium heat required only. Oven safe. Suitable for all cooktops, including induction. Use only with wooden or plastic utensils. Hand wash recommended.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]				= 1;
	product_array[x]["image_src"] 			= "le_creuset";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Square Grill 26cm - Cassis";
	product_array[x]["rcode"] 				= 9266;
	product_array[x]["rcode_plus"]			= 9267;	
	product_array[x]["rpoints"] 			= "30,600";
	product_array[x]["rpoints_plus"]		= "18,000pts + $75";
	product_array[x]["productDesc"]			= "Made in France from heavy enamelled cast iron. Dark enamel cooking surface is easy to keep clean and won't absorb stains or flavours. Energy efficient - low to medium heat required only. Oven safe. Suitable for all cooktops, including induction. Use only with wooden or plastic utensils. Hand wash recommended.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "le_creuset";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Lattissima";
	product_array[x]["rcode"] 				= 9241;
	product_array[x]["rcode_plus"]			= 9242;
	product_array[x]["rpoints"] 			= "124,200";
	product_array[x]["rpoints_plus"]		= "99,500pts + $150";
	product_array[x]["productDesc"]			= "Nespresso capsule system Exclusive IFD System (Instant Frothing Device): Two automatic milk functions; Cappuccino or Latte Removable milk jug; One finger 'clean' function; Programmable volume control; Energy saving function; Adjustable drip tray; Thermoblock water heating system; Starter pack of 12 capsules included; Backlit button controls Removable water tank 1.2 litre capacity.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "delonghi_lattissima";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Lattissima";
	product_array[x]["rcode"] 				= 9243;
	product_array[x]["rcode_plus"]			= 9244;	
	product_array[x]["rpoints"] 			= "83,000pts + $250";
	product_array[x]["rpoints_plus"]		= "66,200pts + $350";
	product_array[x]["productDesc"]			= "Nespresso capsule system Exclusive IFD System (Instant Frothing Device): Two automatic milk functions; Cappuccino or Latte Removable milk jug; One finger 'clean' function; Programmable volume control; Energy saving function; Adjustable drip tray; Thermoblock water heating system; Starter pack of 12 capsules included; Backlit button controls Removable water tank 1.2 litre capacity.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]				= 1;
	product_array[x]["image_src"] 			= "delonghi_lattissima";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Lattissima";
	product_array[x]["rcode"] 				= 9245;
	product_array[x]["rpoints"] 			= "49,600pts + $450";
	product_array[x]["productDesc"]			= "Nespresso capsule system Exclusive IFD System (Instant Frothing Device): Two automatic milk functions; Cappuccino or Latte Removable milk jug; One finger 'clean' function; Programmable volume control; Energy saving function; Adjustable drip tray; Thermoblock water heating system; Starter pack of 12 capsules included; Backlit button controls Removable water tank 1.2 litre capacity.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "delonghi_lattissima";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Dyson City HEPA Vac";
	product_array[x]["rcode"] 				= 9246;
	product_array[x]["rcode_plus"]			= 9247;	
	product_array[x]["rpoints"] 			= "103,600";
	product_array[x]["rpoints_plus"]		= "69,200pts + $200";
	product_array[x]["productDesc"]			= "The Dyson City&trade; vacuum is small and ultra-lightweight. But it performs like a big vacuum. DC26 HEPA weighs just 5.2kg and fits on an A4 sheet of paper, but with no compromise on performance. Dyson engineers have recalculated every dimension and angle to make a small cyclone that's as efficient as a large one. Ideal for studios and one bedroom flats, and suitable for all floor types.<br />Easy carrying and storage<br />Ultra-lightweight - just 5.2kg<br />Concentrated Radix Cyclone&trade; technology<br />Dual channel floor tool for every floor type<br />Lifetime washable HEPA filter traps microscopic pollen and allergens";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "dyson_vac";	
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Dyson City HEPA Vac";
	product_array[x]["rcode"] 				= 9248;
	product_array[x]["rcode_plus"]			= 9249;
	product_array[x]["rpoints"] 			= "51,800pts + $300";
	product_array[x]["rpoints_plus"]		= "34,500pts + $400";
	product_array[x]["productDesc"]			= "The Dyson City&trade; vacuum is small and ultra-lightweight. But it performs like a big vacuum. DC26 HEPA weighs just 5.2kg and fits on an A4 sheet of paper, but with no compromise on performance. Dyson engineers have recalculated every dimension and angle to make a small cyclone that's as efficient as a large one. Ideal for studios and one bedroom flats, and suitable for all floor types.<br />Easy carrying and storage<br />Ultra-lightweight - just 5.2kg<br />Concentrated Radix Cyclone&trade; technology<br />Dual channel floor tool for every floor type<br />Lifetime washable HEPA filter traps microscopic pollen and allergens";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "dyson_vac";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Kenwood kMix Triblade Stick Blender - red";
	product_array[x]["rcode"] 				= 9250;
	product_array[x]["rcode_plus"]			= 9251;	
	product_array[x]["rpoints"] 			= "37,600";
	product_array[x]["rpoints_plus"]		= "21,200pts + $100";
	product_array[x]["productDesc"]			= "The Triblade is the first stick mixer to market with reduced suction technology. Six specially designed blending ribs and castellation create a break in the natural vortex and help push food towards the blades. This reduces the suction area resulting in less operating effort. Unique Triblade: The Triblade system is fitted with durable stainless steel blades; each is angled to sweep through three different cutting paths giving optimum blending performance and efficient controllable results. 5 Speeds + Turbo: The variable speed settings allow you to blend soups, fruits, nuts and more, while the added pulse setting is ideal for coarser foods such as salsa and finely chopped onions. 700 Watt Motor: The powerful 700 watt motor delivers outstanding efficiency, perfect for blending chopping or blending any ingredient. Food Processor 1L capacity food processor with stainless steel reversible slicing/shredding disc and chopping blades.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kenwood_kmix";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Kenwood kMix Triblade Stick Blender - black";
	product_array[x]["rcode"] 				= 9252;
	product_array[x]["rcode_plus"]			= 9253;	
	product_array[x]["rpoints"] 			= "37,600";
	product_array[x]["rpoints_plus"]		= "21,000pts + $100";
	product_array[x]["productDesc"]			= "The Triblade is the first stick mixer to market with reduced suction technology. Six specially designed blending ribs and castellation create a break in the natural vortex and help push food towards the blades. This reduces the suction area resulting in less operating effort. Unique Triblade: The Triblade system is fitted with durable stainless steel blades; each is angled to sweep through three different cutting paths giving optimum blending performance and efficient controllable results. 5 Speeds + Turbo: The variable speed settings allow you to blend soups, fruits, nuts and more, while the added pulse setting is ideal for coarser foods such as salsa and finely chopped onions. 700 Watt Motor: The powerful 700 watt motor delivers outstanding efficiency, perfect for blending chopping or blending any ingredient. Food Processor 1L capacity food processor with stainless steel reversible slicing/shredding disc and chopping blades.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Kenwood kMix Triblade Stick Blender - white";
	product_array[x]["rcode"] 				= 9254;
	product_array[x]["rcode_plus"]			= 9255;	
	product_array[x]["rpoints"] 			= "37,600";
	product_array[x]["rpoints_plus"]		= "21,000pts + $100";
	product_array[x]["productDesc"]			= "The Triblade is the first stick mixer to market with reduced suction technology. Six specially designed blending ribs and castellation create a break in the natural vortex and help push food towards the blades. This reduces the suction area resulting in less operating effort. Unique Triblade: The Triblade system is fitted with durable stainless steel blades; each is angled to sweep through three different cutting paths giving optimum blending performance and efficient controllable results. 5 Speeds + Turbo: The variable speed settings allow you to blend soups, fruits, nuts and more, while the added pulse setting is ideal for coarser foods such as salsa and finely chopped onions. 700 Watt Motor: The powerful 700 watt motor delivers outstanding efficiency, perfect for blending chopping or blending any ingredient. Food Processor 1L capacity food processor with stainless steel reversible slicing/shredding disc and chopping blades.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Baccarat Capri Stainless Steel Cookset 3Pc";
	product_array[x]["rcode"] 				= 9717;
	product_array[x]["rcode_plus"]			= 9718;	
	product_array[x]["rpoints"] 			= "36,000";
	product_array[x]["rpoints_plus"]		= "26,000pts + $75";
	product_array[x]["productDesc"]			= "Features high quality stainless steel and flat glass lids for modern, stylish cookware. The 16cm, 18cm and 20cm saucepans are suitable for all cooktops.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "baccarat_cookset";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Peugeot Aromium Aerator Set";
	product_array[x]["rcode"] 				= 9719;
	product_array[x]["rcode_plus"]			= 9720;	
	product_array[x]["rpoints"] 			= "18,000";
	product_array[x]["rpoints_plus"]		= "11,500pts + $40";
	product_array[x]["productDesc"]			= "Made of hand blown glass, the Aromium Aeration set helps to oxygenate young wines so that you can enjoy them now, to the fullest.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "peugeot_aromium";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Royal Doulton Gordon Ramsay 16 Piece Set - taupe";
	product_array[x]["rcode"] 				= 9721;
	product_array[x]["rcode_plus"]			= 9722;	
	product_array[x]["rpoints"] 			= "20,000";
	product_array[x]["rpoints_plus"]		= "14,500pts + $40";
	product_array[x]["productDesc"]			= "World-renowned chef Gordon Ramsay exemplifies performance and presentation with this stylish tableware that is contempory and stylish, yet durable enough for everyday use.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "royal_doulton";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Breville Emporia Rice and Risotto maker";
	product_array[x]["rcode"] 				= 8706;
	product_array[x]["rcode_plus"]			= 8707;	
	product_array[x]["rpoints"] 			= "18,400";
	product_array[x]["rpoints_plus"]		= "11,050pts + $40";
	product_array[x]["productDesc"]			= "The Emporia Rice and Risotto Maker makes creamy risotto in minutes. Its dedicated saute and risotto functions allows you to saute and cook all in the same bowl.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "breville_emporia";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Breville iKon Blender";
	product_array[x]["rcode"] 				= 8239;
	product_array[x]["rcode_plus"]			= 8240;	
	product_array[x]["rpoints"] 			= "37,000";
	product_array[x]["rpoints_plus"]		= "27,800pts + $50";
	product_array[x]["image_src"] 			= "bbl550";
	product_array[x]["multi_start"]			= 1;
	product_array[x]["productDesc"]			= "The iKon&trade; blender delivers evenly blended results. The secret is the Kinetix&trade; Blade and Bowl System. The unique extra wide blades hug the bowl contour to minimise food traps.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Breville iKon Blender";
	product_array[x]["rcode"] 				= 8241;
	product_array[x]["rpoints"] 			= "18,500pts + $100";
	product_array[x]["image_src"] 			= "bbl550";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["productDesc"]			= "The iKon&trade; blender delivers evenly blended results. The secret is the Kinetix&trade; Blade and Bowl System. The unique extra wide blades hug the bowl contour to minimise food traps.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Essenza Coffee Maker - Red";
	product_array[x]["rcode"] 				= 8794;
	product_array[x]["rcode_plus"]			= 8795;
	product_array[x]["rpoints"] 			= "64,800";
	product_array[x]["rpoints_plus"] 		= "47,800pts + $100";
	product_array[x]["image_src"] 			= "delonghi_red";
	product_array[x]["productDesc"]			= "This elegant coffee maker features Flow Stop technology for automatic and programmable coffee quantity. Comes with an Aeroccino Plus milk frother and ample pack of 16 capsules. Also available in silver.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Essenza Coffee Maker - Red";
	product_array[x]["rcode"] 				= 8796;
	product_array[x]["rpoints"] 			= "30,600pts + $200";
	product_array[x]["image_src"] 			= "delonghi_red";
	product_array[x]["productDesc"]			= "This elegant coffee maker features Flow Stop technology for automatic and programmable coffee quantity. Comes with an Aeroccino Plus milk frother and ample pack of 16 capsules. Also available in silver.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Essenza Coffee Maker - Silver";
	product_array[x]["rcode"] 				= 8797;
	product_array[x]["rcode_plus"]			= 8798;
	product_array[x]["rpoints"] 			= "64,800";
	product_array[x]["rpoints_plus"] 		= "47,800pts + $100";
	product_array[x]["image_src"] 			= "delonghi_nespresso";
	product_array[x]["productDesc"]			= "This elegant coffee maker features Flow Stop technology for automatic and programmable coffee quantity. Comes with an Aeroccino Plus milk frother and ample pack of 16 capsules. Also available in red.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Delonghi Nespresso Essenza Coffee Maker - Silver";
	product_array[x]["rcode"] 				= 8799;
	product_array[x]["rpoints"] 			= "30,600pts + $200";
	product_array[x]["image_src"] 			= "delonghi_nespresso";
	product_array[x]["productDesc"]			= "This elegant coffee maker features Flow Stop technology for automatic and programmable coffee quantity. Comes with an Aeroccino Plus milk frother and ample pack of 16 capsules. Also available in red.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Dyson DC31DMMHPL Motorhead Handheld Vaccum";
	product_array[x]["rcode"] 				= 8724;
	product_array[x]["rcode_plus"]			= 8725;
	product_array[x]["rpoints"] 			= "59,800";
	product_array[x]["rpoints_plus"] 		= "42,500 + $100";
	product_array[x]["image_src"] 			= "dyson_dc16b";
	product_array[x]["productDesc"]			= "Radix Cyclone<sup>&trade;</sup> technology. Motorised brushbar. Up to 3 times faster re-charging. Hygienic bin emptying.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Dyson DC31DMMHPL Motorhead Handheld Vaccum";
	product_array[x]["rcode"] 				= 8726;
	product_array[x]["rpoints"] 			= "25,500 + $200";
	product_array[x]["image_src"] 			= "dyson_dc16b";
	product_array[x]["productDesc"]			= "Radix Cyclone<sup>&trade;</sup> technology. Motorised brushbar. Up to 3 times faster re-charging. Hygienic bin emptying.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "KitchenAid KFPM770 Food Processor - Empire Red";
	product_array[x]["rcode"] 				= 8668;
	product_array[x]["rcode_plus"]			= 8669;	
	product_array[x]["rpoints"] 			= "110,500";
	product_array[x]["rpoints_plus"]		= "81,400pts + $150";
	product_array[x]["productDesc"]			= "This iconic food processor features a high performance motor for demanding processing tasks while remaining quiet to operate. Includes three-bowl set and ini-blade. Also available in Almond Cream and Onyx Black.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_red";	
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "KitchenAid KFPM770 Food Processor - Empire Red";
	product_array[x]["rcode"] 				= 8670;
	product_array[x]["rcode_plus"]			= 8671;
	product_array[x]["rpoints"] 			= "52,800pts + $300";
	product_array[x]["rpoints_plus"]		= "24,000pts + $450";
	product_array[x]["productDesc"]			= "This iconic food processor features a high performance motor for demanding processing tasks while remaining quiet to operate. Includes three-bowl set and ini-blade. Also available in Almond Cream and Onyx Black.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_red";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "KitchenAid KFPM770 Food Processor - Almond Cream";
	product_array[x]["rcode"] 				= 8672;
	product_array[x]["rcode_plus"]			= 8673;	
	product_array[x]["rpoints"] 			= "110,500";
	product_array[x]["rpoints_plus"]		= "81,400pts + $150";
	product_array[x]["productDesc"]			= "This iconic food processor features a high performance motor for demanding processing tasks while remaining quiet to operate. Includes three-bowl set and ini-blade. Also available in Empire Red and Onyx Black.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_cream";	
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "KitchenAid KFPM770 Food Processor - Almond Cream";
	product_array[x]["rcode"] 				= 8674;
	product_array[x]["rcode_plus"]			= 8675;
	product_array[x]["rpoints"] 			= "52,800pts + $300";
	product_array[x]["rpoints_plus"]		= "24,000pts + $450";
	product_array[x]["productDesc"]			= "This iconic food processor features a high performance motor for demanding processing tasks while remaining quiet to operate. Includes three-bowl set and ini-blade. Also available in Empire Red and Onyx Black.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_cream";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "KitchenAid KFPM770 Food Processor - Onyx Black";
	product_array[x]["rcode"] 				= 8676;
	product_array[x]["rcode_plus"]			= 8677;	
	product_array[x]["rpoints"] 			= "110,500";
	product_array[x]["rpoints_plus"]		= "81,400pts + $150";
	product_array[x]["productDesc"]			= "This iconic food processor features a high performance motor for demanding processing tasks while remaining quiet to operate. Includes three-bowl set and ini-blade. Also available in Empire Red and Almond Cream.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_black";	
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "KitchenAid KFPM770 Food Processor - Onyx Black";
	product_array[x]["rcode"] 				= 8678;
	product_array[x]["rcode_plus"]			= 8679;
	product_array[x]["rpoints"] 			= "52,800pts + $300";
	product_array[x]["rpoints_plus"]		= "24,000pts + $450";
	product_array[x]["productDesc"]			= "This iconic food processor features a high performance motor for demanding processing tasks while remaining quiet to operate. Includes three-bowl set and ini-blade. Also available in Empire Red and Almond Cream.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_black";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Kitchenaid KSM 150 Mixer";
	product_array[x]["rcode"] 				= 8484;
	product_array[x]["rpoints"] 			= "150,000";
	product_array[x]["productDesc"]			= "The iconic KSM150 mixer features an energy efficient 300 watt motor, hub drive for optional attachments, full metal construction and a unique planetary mixing action.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kitchenaid_mixer";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Kitchenaid KSM 150 Mixer";
	product_array[x]["rcode"] 				= 8485;
	product_array[x]["rcode_plus"]			= 8486;	
	product_array[x]["rpoints"] 			= "112,800pts + $200";
	product_array[x]["rpoints_plus"]		= "94,000pts + $300";
	product_array[x]["productDesc"]			= "The iconic KSM150 mixer features an energy efficient 300 watt motor, hub drive for optional attachments, full metal construction and a unique planetary mixing action.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]			= 1;
	product_array[x]["image_src"] 			= "kitchenaid_mixer";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Kitchenaid KSM 150 Mixer";
	product_array[x]["rcode"] 				= 8487;
	product_array[x]["rcode_plus"]			= 8488;	
	product_array[x]["rpoints"] 			= "75,000pts + $400";
	product_array[x]["rpoints_plus"]		= "48,600pts + $500";
	product_array[x]["productDesc"]			= "The iconic KSM150 mixer features an energy efficient 300 watt motor, hub drive for optional attachments, full metal construction and a unique planetary mixing action.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "kitchenaid_mixer";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Buffet Casserole 30cm - Cobalt Blue";
	product_array[x]["rcode"] 				= 8753;
	product_array[x]["rcode_plus"]			= 8754;	
	product_array[x]["rpoints"] 			= "63,000";
	product_array[x]["rpoints_plus"]		= "44,800pts + $150";
	product_array[x]["productDesc"]			= "Everything you stew, braise or simmer in a Le Creuset Buffet Casserole will taste just as good as you intended. Your dishes will keep looking good from the stove to the oven, from the oven to the table.  The shallow, wide base of this versatile pot allows maximum contact between the food and the heat. A paella, couscous or simple seafood linguine cooked and then served at the table in the Buffet Casserole looks simply stunning! Bringing the good life home with Le Creuset. <br />Suitable for all heat sources ceramic, halogen, induction, gas, oil/wood. <br /> Size (diameter): 30cm.<br /> Capacity: 3.2L.<br />Portion Size : 4-6.<br /> Made in France.<br /> Lifetime guarantee.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "lecreuset_casserole_blue";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Le Creuset Buffet Casserole 30cm - Cobalt Blue";
	product_array[x]["rcode"] 				= 8755;
	product_array[x]["rcode_plus"]			= 8756;	
	product_array[x]["rpoints"] 			= "38,600pts + $200";
	product_array[x]["rpoints_plus"]		= "32,600pts + $250";
	product_array[x]["productDesc"]			= "Everything you stew, braise or simmer in a Le Creuset Buffet Casserole will taste just as good as you intended. Your dishes will keep looking good from the stove to the oven, from the oven to the table.  The shallow, wide base of this versatile pot allows maximum contact between the food and the heat. A paella, couscous or simple seafood linguine cooked and then served at the table in the Buffet Casserole looks simply stunning! Bringing the good life home with Le Creuset. <br />Suitable for all heat sources ceramic, halogen, induction, gas, oil/wood. <br /> Size (diameter): 30cm.<br /> Capacity: 3.2L.<br />Portion Size : 4-6.<br /> Made in France.<br /> Lifetime guarantee.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "lecreuset_casserole_blue";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Morphy Richards Healthy Living Digital Slow Cooker";
	product_array[x]["rcode"] 				= 8409;
	product_array[x]["rcode_plus"]			= 8410;	
	product_array[x]["rpoints"] 			= "24,700";
	product_array[x]["rpoints_plus"]		= "14,400pts + $50";
	product_array[x]["productDesc"]			= "Perfect for healthy, winter cooking. This slow cooker features brushed stainless steel finish with removable ceramic pot, large 6.5L capacity, digital timer, keep warm function, wrap around heating element for even heating & comes with a 2 year guarantee.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "48730";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Scanpan impact 4 piece cookware set plus bonus 28cm saute pan";
	product_array[x]["rcode"] 				= 8489;
	product_array[x]["rcode_plus"]			= 8490;	
	product_array[x]["rpoints"] 			= "52,800";
	product_array[x]["rpoints_plus"]		= "31,400pts + $150";
	product_array[x]["productDesc"]			= "Constructed from 18/10 stainless steel with an aluminium core that provides even, steady heating. Set includes 16cm, 18cm and 20cm saucepans with lids and 20cm frypan.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "scanpan";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Scanpan impact 4 piece cookware set plus bonus 28cm saute pan";	
	product_array[x]["rcode"] 				= 8491;
	product_array[x]["rcode_plus"]			= 8492;	
	product_array[x]["rpoints"] 			= "24,200pts + $200";
	product_array[x]["rpoints_plus"]		= "17,000pts + $250";
	product_array[x]["productDesc"]			= "Constructed from 18/10 stainless steel with an aluminium core that provides even, steady heating. Set includes 16cm, 18cm and 20cm saucepans with lids and 20cm frypan.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "scanpan";
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam Breakfast Essentials";
	product_array[x]["rcode"] 				= 8800;
	product_array[x]["rcode_plus"]			= 8801;	
	product_array[x]["rpoints"] 			= "17,000";
	product_array[x]["rpoints_plus"]		= "9,450pts + $40";
	product_array[x]["productDesc"]			= "Includes the Quantum 2 slice toaster and Quantum Evo kettle. The ergonomically designed kettle and toaster are the perfect partners to complement any kitchen.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sunbeam_bfast";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam Stainless Steel Food Scales FS7800";
	product_array[x]["rcode"] 				= 8704;
	product_array[x]["rcode_plus"]			= 8705;	
	product_array[x]["rpoints"] 			= "14,200";
	product_array[x]["rpoints_plus"]		= "8,900pts + $30";
	product_array[x]["productDesc"]			= "Equipped with four high precision sensors and a large LCD display the ultra slim food scales will prove to be a helpful assistant for every kitchen.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "fs7800";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam SlushMagic SLS200";
	product_array[x]["rcode"] 				= 8708;
	product_array[x]["rcode_plus"]			= 8709;	
	product_array[x]["rpoints"] 			= "16,400";
	product_array[x]["rpoints_plus"]		= "9,100pts + $40";
	product_array[x]["productDesc"]			= "Create icy cold, slushie drinks in minutes by adding ice and rock salt and your favourite cool drink flavour";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sls200";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Tablekraft Elite 58 Piece Cutlery set";
	product_array[x]["rcode"] 				= 8493;
	product_array[x]["rcode_plus"]			= 8494;	
	product_array[x]["rpoints"] 			= "28,200";
	product_array[x]["rpoints_plus"]		= "19,500pts + $50";
	product_array[x]["productDesc"]			= "A blend of Traditional Continental, mirror polished overall, with a softly rounded end to the stem. Light, clean to the touch, an ideal classic style cutlery set. 18/10 Stainless Steel.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "tablekraft_58piece";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Tablekraft Elite 58 Piece Cutlery set";
	product_array[x]["rcode"] 				= 8495;
	product_array[x]["rpoints"]				= "13,000pts + $100";
	product_array[x]["productDesc"]			= "A blend of Traditional Continental, mirror polished overall, with a softly rounded end to the stem. Light, clean to the touch, an ideal classic style cutlery set. 18/10 Stainless Steel.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "tablekraft_58piece";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Tefal Toast and Egg ";
	product_array[x]["rcode"] 				= 8496;
	product_array[x]["rcode_plus"]			= 8497;	
	product_array[x]["rpoints"] 			= "18,000";
	product_array[x]["rpoints_plus"]		= "9,000pts + $40";
	product_array[x]["productDesc"]			= "With this toaster you can cook poached, scrambled or boiled eggs and toast two slices of bread, muffins or bagels at the same time.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "tefal_tne";
	
}
else if (page == "manchester") {
	 var galaxy_desc = "Egyptian Cotton 400 Thread Count Sheets. 40cm walls. Includes flat and fitted sheets and 2 pillowcases.";
	 var product_array = new Array();
	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Double Bed Sheet Set - White";
	product_array[x]["rcode"] 				= 8209;
	product_array[x]["rpoints"] 			= "17,800";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi_start"] 		= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Double Bed Sheet Set - Cream";
	product_array[x]["rcode"] 				= 8210;
	product_array[x]["rpoints"] 			= "17,800";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Double Bed Sheet Set - Ice Blue";
	product_array[x]["rcode"] 				= 8211;
	product_array[x]["rpoints"] 			= "17,800";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Double Bed Sheet Set - Chocolate";
	product_array[x]["rcode"] 				= 8212;
	product_array[x]["rpoints"] 			= "17,800";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Queen Bed Sheet Set - White";
	product_array[x]["rcode"] 				= 8213;
	product_array[x]["rpoints"] 			= "19,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Queen Bed Sheet Set - Cream";
	product_array[x]["rcode"] 				= 8214;
	product_array[x]["rpoints"] 			= "19,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Queen Bed Sheet Set - Ice Blue";
	product_array[x]["rcode"] 				= 8215;
	product_array[x]["rpoints"] 			= "19,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - Queen Bed Sheet Set - Chocolate";
	product_array[x]["rcode"] 				= 8216;
	product_array[x]["rpoints"] 			= "19,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - King Bed Sheet Set - White";
	product_array[x]["rcode"] 				= 8217;
	product_array[x]["rpoints"] 			= "20,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 		= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - King Bed Sheet Set - Cream";
	product_array[x]["rcode"] 				= 8218;
	product_array[x]["rpoints"] 			= "20,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - King Bed Sheet Set - Ice Blue";
	product_array[x]["rcode"] 				= 8219;
	product_array[x]["rpoints"] 			= "20,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi"] 				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Galaxy Bedlinen - King Bed Sheet Set - Chocolate";
	product_array[x]["rcode"] 				= 8220;
	product_array[x]["rpoints"] 			= "20,000";
	product_array[x]["image_src"] 			= "galaxy_bed";
	product_array[x]["productDesc"]			= galaxy_desc;	
	product_array[x]["multi_end"] 			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam Safe &amp; Sound Electric Blanket - large single";
	product_array[x]["rcode"] 				= 8761;
	product_array[x]["rcode_plus"]			= 8762;	
	product_array[x]["rpoints"] 			= "19,600";
	product_array[x]["rpoints_plus"]		= "10,600pts + $50";
	product_array[x]["productDesc"]			= "SleepPerfect<sup>&reg;</sup> Technology - exclusive to Sunbeam. Automatic temperature adjustment. Fast heat up - ready for bed in 10 minutes. Illuminated control with 9 heat settings. Easy countdown timer automatically turns off the blanket after 75 minutes or 12 hours. .9 levels of safety protection Dual controls for individual comfort. Cosy feet heating for extra warmth at your feet. Fully fitted blanket. Machine wash and tumble dry. Detachable controls. ";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sunbeam_eblanket";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam Safe &amp; Sound Electric Blanket - double";
	product_array[x]["rcode"] 				= 8763;
	product_array[x]["rcode_plus"]			= 8764;	
	product_array[x]["rpoints"] 			= "28,600";
	product_array[x]["rpoints_plus"]		= "15,100pts + $75";
	product_array[x]["productDesc"]			= "SleepPerfect<sup>&reg;</sup> Technology - exclusive to Sunbeam. Automatic temperature adjustment. Fast heat up - ready for bed in 10 minutes. Illuminated control with 9 heat settings. Easy countdown timer automatically turns off the blanket after 75 minutes or 12 hours. .9 levels of safety protection Dual controls for individual comfort. Cosy feet heating for extra warmth at your feet. Fully fitted blanket. Machine wash and tumble dry. Detachable controls. ";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sunbeam_eblanket";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam Safe &amp; Sound Electric Blanket - queen";
	product_array[x]["rcode"] 				= 8765;
	product_array[x]["rcode_plus"]			= 8766;	
	product_array[x]["rpoints"] 			= "34,000";
	product_array[x]["rpoints_plus"]		= "20,500pts + $75";
	product_array[x]["productDesc"]			= "SleepPerfect<sup>&reg;</sup> Technology - exclusive to Sunbeam. Automatic temperature adjustment. Fast heat up - ready for bed in 10 minutes. Illuminated control with 9 heat settings. Easy countdown timer automatically turns off the blanket after 75 minutes or 12 hours. .9 levels of safety protection Dual controls for individual comfort. Cosy feet heating for extra warmth at your feet. Fully fitted blanket. Machine wash and tumble dry. Detachable controls. ";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sunbeam_eblanket";	
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sunbeam Safe &amp; Sound Electric Blanket - king";
	product_array[x]["rcode"] 				= 8767;
	product_array[x]["rcode_plus"]			= 8768;	
	product_array[x]["rpoints"] 			= "39,400";
	product_array[x]["rpoints_plus"]		= "21,400pts + $75";
	product_array[x]["productDesc"]			= "SleepPerfect<sup>&reg;</sup> Technology - exclusive to Sunbeam. Automatic temperature adjustment. Fast heat up - ready for bed in 10 minutes. Illuminated control with 9 heat settings. Easy countdown timer automatically turns off the blanket after 75 minutes or 12 hours. .9 levels of safety protection Dual controls for individual comfort. Cosy feet heating for extra warmth at your feet. Fully fitted blanket. Machine wash and tumble dry. Detachable controls. ";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "sunbeam_eblanket";
	
}

else if (page == "outdoor") {
	var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Weber Family Q Q305 BBQ (LPG)";
	product_array[x]["rcode"] 				= 8891;
	product_array[x]["rcode_plus"]			= 8892;
	product_array[x]["rpoints"] 			= "133,800";
	product_array[x]["rpoints_plus"]		= "95,000pts + $200";
	product_array[x]["productDesc"]			= "The Weber&reg; Family Q&trade; was introduced in 2006. Its superior cooking system for both barbecues and roasts made 'old four burner' barbecues obsolete. The Family Q&trade; was rated the 'top overall performer' in the large barbecue category by Choice Magazine in their 2010 barbecues review. Sleek low lid styling; Single spark piezo ignition system; Up to 40 meals per 9kg bottle; Australian hose and regulator included; Full colour cookbook - handbook included; Approximate total grilling area: 2400cm2; Maximum poultry guide: 4.5kg whole turkey; Maximum height of roast: 14.5cm; Feeds up to 15 people.";
	product_array[x]["image_src"] 			= "weber_q305";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Weber Family Q Q305 BBQ (LPG)";
	product_array[x]["rcode"] 				= 8893;
	product_array[x]["rcode_plus"]			= 8894;
	product_array[x]["rpoints"] 			= "75,600pts + $300";
	product_array[x]["rpoints_plus"]		= "56,000pts + $400";
	product_array[x]["productDesc"]			= "The Weber&reg; Family Q&trade; was introduced in 2006. Its superior cooking system for both barbecues and roasts made 'old four burner' barbecues obsolete. The Family Q&trade; was rated the 'top overall performer' in the large barbecue category by Choice Magazine in their 2010 barbecues review. Sleek low lid styling; Single spark piezo ignition system; Up to 40 meals per 9kg bottle; Australian hose and regulator included; Full colour cookbook - handbook included; Approximate total grilling area: 2400cm2; Maximum poultry guide: 4.5kg whole turkey; Maximum height of roast: 14.5cm; Feeds up to 15 people.";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "weber_q305";
	product_array[x]["additional"]			= 1;
	
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Weber Family Q Q305 BBQ (Natural Gas)";
	product_array[x]["rcode"] 				= 9300;
	product_array[x]["rcode_plus"]			= 9301;
	product_array[x]["rpoints"] 			= "139,800";
	product_array[x]["rpoints_plus"]		= "100,500pts + $200";
	product_array[x]["productDesc"]			= "The Weber&reg; Family Q&trade; was introduced in 2006. Its superior cooking system for both barbecues and roasts made 'old four burner' barbecues obsolete. The Family Q&trade; was rated the 'top overall performer' in the large barbecue category by Choice Magazine in their 2010 barbecues review.<br /><br />Sleek low lid styling<br />Single spark piezo ignition system<br />Up to 40 meals per 9kg bottle<br />Australian hose and regulator included<br />Full colour cookbook - handbook included<br />Approximate total grilling area: 2400cm2<br />Maximum poultry guide: 4.5kg whole turkey<br />Maximum height of roast: 14.5cm<br />Feeds up to 15 people";
	product_array[x]["image_src"] 			= "weber_q305";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Weber Family Q Q305 BBQ (Natural Gas)";	
	product_array[x]["rcode"] 				= 9302;
	product_array[x]["rcode_plus"]			= 9303;	
	product_array[x]["rpoints"] 			= "81,200pts + $300";
	product_array[x]["rpoints_plus"]		= "62,000pts + $400";
	product_array[x]["productDesc"]			= "The Weber&reg; Family Q&trade; was introduced in 2006. Its superior cooking system for both barbecues and roasts made 'old four burner' barbecues obsolete. The Family Q&trade; was rated the 'top overall performer' in the large barbecue category by Choice Magazine in their 2010 barbecues review.<br /><br />Sleek low lid styling<br />Single spark piezo ignition system<br />Up to 40 meals per 9kg bottle<br />Australian hose and regulator included<br />Full colour cookbook - handbook included<br />Approximate total grilling area: 2400cm2<br />Maximum poultry guide: 4.5kg whole turkey<br />Maximum height of roast: 14.5cm<br />Feeds up to 15 people";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "weber_q305";
	product_array[x]["additional"]			= 1;	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Black &amp; Decker Alligator Lopper";
	product_array[x]["rcode"] 				= 9711;
	product_array[x]["rcode_plus"]			= 9712;	
	product_array[x]["rpoints"] 			= "35,000";
	product_array[x]["rpoints_plus"]		= "24,500pts + $50";
	product_array[x]["productDesc"]			= "This is a lightweight alternative to more traditional chainsaws. The 550W motor has plenty of power with 100mm cutting capacity and clamping jaws enables better control.";	
	product_array[x]["image_src"] 			= "alligator_lopper";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Black &amp; Decker Alligator Lopper";
	product_array[x]["rcode"] 				= 9713;
	product_array[x]["rpoints"]				= "13,900pts + $100";
	product_array[x]["productDesc"]			= "This is a lightweight alternative to more traditional chainsaws. The 550W motor has plenty of power with 100mm cutting capacity and clamping jaws enables better control.";	
	product_array[x]["image_src"] 			= "alligator_lopper";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Gerni 110.2 High Pressure Washer";
	product_array[x]["rcode"] 				= 9714;
	product_array[x]["rcode_plus"]			= 9715;	
	product_array[x]["rpoints"] 			= "45,000";
	product_array[x]["rpoints_plus"]		= "29,500pts + $75";
	product_array[x]["productDesc"]			= "Useful for typical domestic tasks like cleaning of patios, stairways and vehicles. Easy to use and includes a built-in trolley for easy transport.";
	product_array[x]["image_src"] 			= "gerni_washer";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Gerni 110.2 High Pressure Washer";
	product_array[x]["rcode"] 				= 9716;
	product_array[x]["rpoints"]				= "14,150pts + $150";
	product_array[x]["productDesc"]			= "Useful for typical domestic tasks like cleaning of patios, stairways and vehicles. Easy to use and includes a built-in trolley for easy transport.";	
	product_array[x]["image_src"] 			= "gerni_washer";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Shelta Beach Shelta UPF 50+";
	product_array[x]["rcode"] 				= 8821;
	product_array[x]["rcode_plus"]			= 8822;	
	product_array[x]["rpoints"] 			= "13,200";
	product_array[x]["rpoints_plus"]		= "8,550pts + pay $30";
	product_array[x]["productDesc"]			= "There isn't an easier or more convenient product on the market. Both opening and folding takes less than 10 seconds. The Beach Shelta offers UPF 50+ protection. A zippered carry bag is included. Length 230cm, width 135cm, height 130cm. Colour is royal/yellow trim.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "shelta_beach";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Shelta Super UV Protector UPF 50+";
	product_array[x]["rcode"] 				= 8823;
	product_array[x]["rcode_plus"]			= 8824;	
	product_array[x]["rpoints"] 			= "21,600";
	product_array[x]["rpoints_plus"]		= "14,400pts + pay $50";
	product_array[x]["productDesc"]			= "The Super UV Protector UPF 50+ is absolutely the best protection from sun and wind on the beach for larger families. Main features: Size: 4.2 sq. metres. 280 x 150cm (135cm high). Frame: fibreglass tube with moulded hinges. Covering: silver lined nylon to give UPF 50+ protection. Ventilation: 2 rear screened windows. Floor: lightweight breathable nylon. Securing: sand pockets and tent pegs. Carry bag: included, with a heavy duty full length zip and handles. Colours: aqua/navy trim.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "shelta_protector";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Shelta Super UV Foldabrella UPF 50+";
	product_array[x]["rcode"] 				= 8825;
	product_array[x]["rcode_plus"]			= 8826;	
	product_array[x]["rpoints"] 			= "9,200";
	product_array[x]["rpoints_plus"]		= "5,650pts + pay $20";
	product_array[x]["productDesc"]			= "Foldabrella is a completely new beach umbrella from Shelta, and a new concept in compactness. About as easy to carry and put up as a rain umbrella! U.V. Foldabrella is only 75cm long when folded yet opens to a full size 180cm beach umbrella. Foldabrella has a tough white steel frame and UPF 50+ silver lined fabric. It comes in a handy matching carry bag.<br />&nbsp;<br />Colour supplied is not necessarily the image colour.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "shelta_foldabrella";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Gerni Classic 100.2 High Pressure Washer";
	product_array[x]["rcode"] 				= 8411;
	product_array[x]["rcode_plus"]			= 8412;	
	product_array[x]["rpoints"] 			= "31,500";
	product_array[x]["rpoints_plus"]		= "21,100pts + $50";
	product_array[x]["productDesc"]			= "Gerni Classic Compact 100.2 High Pressure washer is for everyone who takes pleasure in a basic job well done. The low weight makes it easy to handle and its just as easy to stow away. For all types of low frequency cleaning tasks.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "gerni_c100s";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Weber Baby Q100";
	product_array[x]["rcode"] 				= 8731;
	product_array[x]["rcode_plus"]			= 8732;	
	product_array[x]["rpoints"] 			= "57,000";
	product_array[x]["rpoints_plus"]		= "38,000pts + $100";
	product_array[x]["productDesc"]			= "Unique stainless steel Q burner rated at 8500 BTUs. Porcelain-enamelled cast iron cooking grill. Durable cast aluminium lid and body.Easy to clean drip tray system.Virtually factory assembled. Cooks for up to 6 people. Over 80 barbecues from a 9kg gas bottle.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "weber_q100";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Weber Baby Q100";
	product_array[x]["rcode"] 				= 8733;
	product_array[x]["rpoints"] 			= "18,900pts + $200";
	product_array[x]["productDesc"]			= "Unique stainless steel Q burner rated at 8500 BTUs. Porcelain-enamelled cast iron cooking grill. Durable cast aluminium lid and body.Easy to clean drip tray system.Virtually factory assembled. Cooks for up to 6 people. Over 80 barbecues from a 9kg gas bottle.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "weber_q100";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;
	

}
else if (page == "sporting") {
var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Titleist ProV1 1 Dozen Golf Balls";
	product_array[x]["rcode"] 				= 9212;
	product_array[x]["rcode_plus"]			= 9213;	
	product_array[x]["rpoints"] 			= "13,400";
	product_array[x]["rpoints_plus"]		= "7,680pts + $30";
	product_array[x]["productDesc"]			= "The new Pro V1 provides the exceptional distance and durability golfers have counted on, and now also delivers increased spin control and a more consistent flight. This advanced performance results from a new innovative ZG process core technology, responsive ionomeric casing layer, Urethane Elastomer cover and spherically tiled 352 tetrahedral dimple design. And with 3 axes of symmetry, our new aerodynamics deliver a penetrating ball flight that holds its line in the wind.";
	product_array[x]["image_src"] 			= "titleist_1";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Titleist Pro V1x 1 Dozen Golf Balls";
	product_array[x]["rcode"] 				= 9197;
	product_array[x]["rcode_plus"]			= 9198;	
	product_array[x]["rpoints"] 			= "13,400";
	product_array[x]["rpoints_plus"]		= "7,680pts + $30";
	product_array[x]["productDesc"]			= "The new Pro V1 provides the exceptional distance and durability golfers have counted on, and now also delivers increased spin control and a more consistent flight. This advanced performance results from a new innovative ZG process core technology, responsive ionomeric casing layer, Urethane Elastomer cover and spherically tiled 352 tetrahedral dimple design. And with 3 axes of symmetry, our new aerodynamics deliver a penetrating ball flight that holds its line in the wind.";
	product_array[x]["image_src"] 			= "titleist_1x1";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "2010 HSBC Waratahs short sleeve jersey (medium &amp; large)";
	product_array[x]["rcode"] 				= 7021;
	product_array[x]["rcode_plus"]			= 7022;	
	product_array[x]["rpoints"] 			= "23,800";
	product_array[x]["rpoints_plus"]		= "23,800pts";
	product_array[x]["productDesc"]			= "Show your support for the HSBC Waratahs - redeem points today for an HSBC Waratahs jersey.<br /><br /> Medium (Code 7021)<br /> Large (Code 7022).";	
	product_array[x]["image_src"] 			= "tahs-jersey";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "2010 HSBC Waratahs short sleeve jersey (x-large)";
	product_array[x]["rcode"] 				= 7023;
	product_array[x]["rpoints"] 			= "23,800";
	product_array[x]["productDesc"]			= "Show your support for the HSBC Waratahs - redeem points today for an HSBC Waratahs jersey.";	
	product_array[x]["image_src"] 			= "tahs-jersey";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Everlast Fitness Pack 1";
	product_array[x]["rcode"] 				= 8835;
	product_array[x]["rcode_plus"]			= 8836;	
	product_array[x]["rpoints"] 			= "33,800";
	product_array[x]["rpoints_plus"]		= "22,000pts + $75";
	product_array[x]["productDesc"]			= "ALI 12oz Training glove<br /> ALI Old School Medicine Ball<br /> ALI 108 inch Cotton Handwraps<br /> H&amp;J Pad / Curved Mitt Combo<br /> 9FT PVC Skipping Rope";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "everlast-fit-1";	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Everlast Fitness Pack 2";
	product_array[x]["rcode"] 				= 8837;
	product_array[x]["rcode_plus"]			= 8838;	
	product_array[x]["rpoints"] 			= "29,400";
	product_array[x]["rpoints_plus"]		= "16,600pts + $75";
	product_array[x]["productDesc"]			= "Yoga Mat Champ<br /> Gym Ball 65CM<br /> Pilates Resist Stretch Tubin<br /> Chinning &amp; Sit Up Bar<br /> Material Grappling Gloves L/XL";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "everlast-fit-2";	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Suunto M5 Training Watch";
	product_array[x]["rcode"] 				= 8250;
	product_array[x]["rcode_plus"]			= 8251;	
	product_array[x]["rpoints"] 			= "31,800";
	product_array[x]["rpoints_plus"]		= "19,800pts + $75";
	product_array[x]["productDesc"]			= "The Suunto M5 has all the features of the Suunto M4 with additional features including a recovery time recommendation after exercise. There is also the potential to track speed and distance with optional Suunto Foot, Bike and GPS Pods.";	
	product_array[x]["image_src"] 			= "suunto-watch";
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Suunto M5 Training Watch";
	product_array[x]["rcode"] 				= 8252;
	product_array[x]["rpoints"] 			= "15,800pts + $100";
	product_array[x]["productDesc"]			= "The Suunto M5 has all the features of the Suunto M4 with additional features including a recovery time recommendation after exercise. There is also the potential to track speed and distance with optional Suunto Foot, Bike and GPS Pods.";	
	product_array[x]["image_src"] 			= "suunto-watch";
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sureshot GPS";
	product_array[x]["rcode"] 				= 8710;
	product_array[x]["rcode_plus"]			= 8711;	
	product_array[x]["rpoints"] 			= "73,600";
	product_array[x]["rpoints_plus"]		= "58,600pts + $100";
	product_array[x]["productDesc"]			= "Wherever in the world you play golf, the sureshotgps will allow you to obtain distances from tee to green";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	product_array[x]["image_src"] 			= "sureshotgps";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sureshot GPS";
	product_array[x]["rcode"] 				= 8712;
	product_array[x]["rcode_plus"]			= 8713;	
	product_array[x]["rpoints"] 			= "44,000pts + $200";
	product_array[x]["rpoints_plus"]		= "29,200pts + $300";
	product_array[x]["productDesc"]			= "Wherever in the world you play golf, the sureshotgps will allow you to obtain distances from tee to green";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["image_src"] 			= "no_pic";
	product_array[x]["additional"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Wilson Harmonised Putter with Wilson Golf balls";
	product_array[x]["rcode"] 				= 8714;
	product_array[x]["rcode_plus"]			= 8715;	
	product_array[x]["rpoints"] 			= "19,600";
	product_array[x]["rpoints_plus"]		= "11,400pts + $50";
	product_array[x]["productDesc"]			= "Putter Coupled with 1 Dozen Wilson Staff Dx2 Soft Golf Balls.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "wilson_dx2";	
	
}

else if (page == "toys") {

	var product_array = new Array();

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Nintendo Wii - white";
	product_array[x]["rcode"] 				= 8296;
	product_array[x]["rcode_plus"]			= 8297;	
	product_array[x]["rpoints"] 			= "42,200";
	product_array[x]["rpoints_plus"]		= "27,200pts + $75";
	product_array[x]["productDesc"]			= "Wii is a unique games system from Nintendo that allows everyone to play. This bundle includes Mario Kart Wii + Wii Wheel - Black or White.";
	product_array[x]["image_src"] 			= "wii_black";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Nintendo Wii - white";
	product_array[x]["rcode"] 				= 8298;
	product_array[x]["rpoints"] 			= "17,200pts + $125";
	product_array[x]["productDesc"]			= "Wii is a unique games system from Nintendo that allows everyone to play. This bundle includes Mario Kart Wii + Wii Wheel - Black or White.";	
	product_array[x]["image_src"] 			= "wii_black";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Nintendo Wii - black";
	product_array[x]["rcode"] 				= 8827;
	product_array[x]["rcode_plus"]			= 8828;	
	product_array[x]["rpoints"] 			= "42,200";
	product_array[x]["rpoints_plus"]		= "27,200pts + $75";
	product_array[x]["productDesc"]			= "Wii is a unique games system from Nintendo that allows everyone to play. This bundle includes Mario Kart Wii + Wii Wheel - Black or White.";
	product_array[x]["image_src"] 			= "wii_black";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Nintendo Wii - black";
	product_array[x]["rcode"] 				= 8829;
	product_array[x]["rpoints"] 			= "17,200pts + $125";
	product_array[x]["productDesc"]			= "Wii is a unique games system from Nintendo that allows everyone to play. This bundle includes Mario Kart Wii + Wii Wheel - Black or White.";	
	product_array[x]["image_src"] 			= "wii_black";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Baby Rachelle Kids Trampoline - Pink";
	product_array[x]["rcode"] 				= 8769;
	product_array[x]["rcode_plus"]			= 8770;	
	product_array[x]["rpoints"] 			= "21,800";
	product_array[x]["rpoints_plus"]		= "14,500pts + $50";
	product_array[x]["productDesc"]			= " This great kid's trampoline is easy to assemble and suitable for indoor/outdoor play. The size is 90 x 90 x 83cm and can carry a maximum weight of 35kg. Recommended for ages 3 years +.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kids_trampoline";	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Baby Rachelle Kids Trampoline - Blue";
	product_array[x]["rcode"] 				= 8771;
	product_array[x]["rcode_plus"]			= 8772;	
	product_array[x]["rpoints"] 			= "21,800";
	product_array[x]["rpoints_plus"]		= "14,500pts + $50";
	product_array[x]["productDesc"]			= " This great kid's trampoline is easy to assemble and suitable for indoor/outdoor play. The size is 90 x 90 x 83cm and can carry a maximum weight of 35kg. Recommended for ages 3 years +.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "kids_trampoline";		
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vtech New My Laptop";
	product_array[x]["rcode"] 				= 8424;
	product_array[x]["rcode_plus"]			= 8425;	
	product_array[x]["rpoints"] 			= "16,200";
	product_array[x]["rpoints_plus"]		= "6,100pts + $50";
	product_array[x]["productDesc"]			= "Preschoolers will love this laptop which features 8 directional mouse &amp; 30 educational activities that teach early computer skills &amp; age appropriate curriculum. Activities include Forest Phonics, Number Order, Puzzle Pieces &amp; Musical Fun. Ages 3-6 years.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "vtech_laptop";	
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vtech Advance Extra Notebook";
	product_array[x]["rcode"] 				= 8481;
	product_array[x]["rcode_plus"]			= 8482;	
	product_array[x]["rpoints"] 			= "31,800";
	product_array[x]["rpoints_plus"]		= "19,200pts + $75";
	product_array[x]["productDesc"]			= "This versatile children's laptop has 80 amazing activities, QWERTY keyboard and real mouse. Recommended for ages 5 - 8. Also available in pink.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "vt65000";	
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vtech Advance Extra Notebook";
	product_array[x]["rcode"] 				= 8483;
	product_array[x]["rpoints"] 			= "10,850pts + $125";
	product_array[x]["productDesc"]			= "This versatile children's laptop has 80 amazing activities, QWERTY keyboard and real mouse. Recommended for ages 5 - 8. Also available in pink.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "no_pic";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;	

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vtech Advance Extra Notebook - Pink";
	product_array[x]["rcode"] 				= 8663;
	product_array[x]["rcode_plus"]			= 8664;	
	product_array[x]["rpoints"] 			= "31,800";
	product_array[x]["rpoints_plus"]		= "19,200pts + $75";
	product_array[x]["productDesc"]			= "This versatile children's laptop has 80 amazing activities, QWERTY keyboard and real mouse. Recommended for ages 5 - 8. Also available in pink.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "VT65053";	
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Vtech Advance Extra Notebook - Pink";
	product_array[x]["rcode"] 				= 8665;
	product_array[x]["rpoints"] 			= "10,850pts + $125";
	product_array[x]["productDesc"]			= "This versatile children's laptop has 80 amazing activities, QWERTY keyboard and real mouse. Recommended for ages 5 - 8. Also available in pink.";	
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["image_src"] 			= "VT65053";	
	product_array[x]["multi_end"]			= 1;
	product_array[x]["additional"]			= 1;	

}

else if (page == "wine") {
	
	var product_array = new Array();	

	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Wine Direct $50 gift voucher";
	product_array[x]["rcode"] 				= 6883;
	product_array[x]["rpoints"] 			= "9,000";
	product_array[x]["productDesc"]			= "Wine Direct $50 gift voucher.";	
	product_array[x]["image_src"] 			= "wine_50";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Wine Direct $100 gift voucher";
	product_array[x]["rcode"] 				= 6884;
	product_array[x]["rpoints"] 			= "18,000pts";
	product_array[x]["productDesc"]			= "Wine Direct $100 gift voucher.";	
	product_array[x]["image_src"] 			= "wine_100";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Currency Creek with twin flutes pack";
	product_array[x]["rcode"] 				= 7738;
	product_array[x]["rpoints"] 			= "6,400pts";
	product_array[x]["productDesc"]			= "1 x Currency Creek with a gift box, includes 2 champagne flutes.";
	product_array[x]["image_src"] 			= "currency_creek";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Christmas Collection with bonus 4 sparkling wines";
	product_array[x]["rcode"] 				= 7739;
	product_array[x]["rcode_plus"]			= 7740;
	product_array[x]["rpoints"] 			= "29,000";
	product_array[x]["rpoints_plus"] 		= "17,900pts + $75";
	product_array[x]["image_src"] 			= "christmas_collection";
	product_array[x]["productDesc"]			= "3 x Jeanneret Big Girl Riesling, 3 x Deakin Estate Sauvignon Blanc, 3 x Tim Adams Cabernet Merlot, 3 x  Lost Valley Merlot, 4 bonus Hardy's sparkling wines.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Sparkling Celebration";
	product_array[x]["rcode"] 				= 7741;
	product_array[x]["rcode_plus"]			= 7742;
	product_array[x]["rpoints"] 			= "21,400";
	product_array[x]["rpoints_plus"] 		= "13,200pts + $50";
	product_array[x]["image_src"] 			= "sparkling_celebration";
	product_array[x]["productDesc"]			= "2 x Moet Hennessy 750ml.";

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Red Wine Gourmet Gift Pack";
	product_array[x]["rcode"] 				= 7743;
	product_array[x]["rpoints"] 			= "14,600";
	product_array[x]["productDesc"]			= "1 x Turkey Flat The Turk Red, 1 fruit and nut 100g, 1 muscatels 100g, 1 roasted pistachios 100g, 1 chilli almonds 100g.";
	product_array[x]["image_src"] 			= "red_wine";
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Entertainers Red with bonus Port";
	product_array[x]["rcode"] 				= 7736;
	product_array[x]["rcode_plus"]			= 7737;
	product_array[x]["rpoints"] 			= "29,000";
	product_array[x]["rpoints_plus"] 		= "16,700pts + $75";
	product_array[x]["image_src"] 			= "red_port";
	product_array[x]["productDesc"]			= "3 x Woven Leaf Shiraz, 3 x Turkey Flat the Turk red, 3 x Brookfield Petit Verdot, 3 x Tim Adams Cab Merlot, 1 x Bonus Debortoli 8 Year Old Port.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Christmas twin pack with bonus Riedel glasses";
	product_array[x]["rcode"] 				= 7730;
	product_array[x]["rcode_plus"]			= 7731;
	product_array[x]["rpoints"] 			= "14,000";
	product_array[x]["rpoints_plus"] 		= "6,550pts + $40";
	product_array[x]["image_src"] 			= "wine_twin";
	product_array[x]["productDesc"]			= "1 x Turkey Flat Rose, 1 x Zontes Viognier, 1 x Twin set of Riedel stemless Chardonnay glasses.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Entertainers Red with bonus Port";
	product_array[x]["rcode"] 				= 7736;
	product_array[x]["rcode_plus"]			= 7737;
	product_array[x]["rpoints"] 			= "29,000";
	product_array[x]["rpoints_plus"] 		= "16,700pts + $75";
	product_array[x]["image_src"] 			= "red_port";
	product_array[x]["productDesc"]			= "3 x Woven Leaf Shiraz, 3 x Turkey Flat the Turk red, 3 x Brookfield Petit Verdot, 3 x Tim Adams Cab Merlot, 1 x Bonus Debortoli 8 Year Old Port.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Festive Whites + Bonus Rose";
	product_array[x]["rcode"] 				= 7734;
	product_array[x]["rcode_plus"]			= 7735;
	product_array[x]["rpoints"] 			= "18,000";
	product_array[x]["rpoints_plus"] 		= "11,100pts + $40";
	product_array[x]["image_src"] 			= "festive_wine";
	product_array[x]["productDesc"]			= "2 x Jeanneret Riesling, 2 x Pike and Joyce Sauvignon Blanc, 2 x Madelines Viognier, 1 x bonus Turkey Flat Rose.";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Perrier Jouet Grand Brut";
	product_array[x]["rcode"] 				= 7732;
	product_array[x]["rcode_plus"]			= 7733;
	product_array[x]["rpoints"] 			= "18,200";
	product_array[x]["rpoints_plus"] 		= "8,650pts + $50";
	product_array[x]["image_src"] 			= "perrier_jouet";
	product_array[x]["productDesc"]			= "White flowers, pineapple and grapefruit. This delicate drop offers a range of flavours. Soft and creamy on the palate with refreshing acidity on the finish.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Lifestyle White Dozen";
	product_array[x]["rcode"] 				= 6991;
	product_array[x]["rcode_plus"]			= 6992;
	product_array[x]["rpoints"] 			= "25,800";
	product_array[x]["rpoints_plus"] 		= "14,400pts + $75<sup>1</sup>";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_start"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Lifestyle Mixed Dozen";
	product_array[x]["rcode"] 				= 6993;
	product_array[x]["rcode_plus"]			= 6994;
	product_array[x]["rpoints"] 			= "27,800";
	product_array[x]["rpoints_plus"] 		= "17,000pts + $75<sup>1</sup>";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi"]				= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Lifestyle Red Dozen";
	product_array[x]["rcode"] 				= 6995;
	product_array[x]["rcode_plus"]			= 6996;
	product_array[x]["rpoints"] 			= "29,800";
	product_array[x]["rpoints_plus"] 		= "19,200pts + $75<sup>1</sup>";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";
	product_array[x]["pClass"]				= new Array("dollarClass");
	product_array[x]["multi_end"]			= 1;
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Deluxe White Dozen";
	product_array[x]["rcode"] 				= 6929;
	product_array[x]["rpoints"] 			= "30,000";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";	
	product_array[x]["pClass"]				= new Array("goldClass", "premierClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Deluxe Mixed Dozen";
	product_array[x]["rcode"] 				= 6930;
	product_array[x]["rpoints"] 			= "33,000";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";	
	product_array[x]["pClass"]				= new Array("goldClass", "premierClass");
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Deluxe Red Dozen";
	product_array[x]["rcode"] 				= 6931;
	product_array[x]["rpoints"] 			= "35,000";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";	
	product_array[x]["pClass"]				= new Array("goldClass", "premierClass");
	product_array[x]["multi_end"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Prestige White Dozen";
	product_array[x]["rcode"] 				= 6941;
	product_array[x]["rpoints"] 			= "32,000";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";	
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["multi_start"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Prestige Mixed Dozen";
	product_array[x]["rcode"] 				= 6942;
	product_array[x]["rpoints"] 			= "36,000";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";	
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["multi"]				= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Premium Wines - Prestige Red Dozen";
	product_array[x]["rcode"] 				= 6943;
	product_array[x]["rpoints"] 			= "38,000";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "Redeem your Rewards Points for beverages from Premium Wines Direct<sup>1</sup>, or purchase directly by calling 1800 64 WINE (9463) and receive double Rewards Points. Buy online at <strong>www.winedirect.com.au</strong>";
	product_array[x]["conditions"]			= "Note: All wine bottles are 750ml. Premium Wines Direct reserves the right to substitute wines included in packaged offers for others of equal or greater value. Redemption includes delivery to most areas in Australia by Australia Post. Products will not be delivered to persons under 18 years of age. <br /><br /><sup>1</sup> Payment will be deducted from your account, will appear on your next statement and will not earn Rewards Points.";	
	product_array[x]["pClass"]				= new Array("premierClass");
	product_array[x]["multi_end"]			= 1;

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "6 Festive wines with bonus glasses";
	product_array[x]["rcode"] 				= 7722;
	product_array[x]["rcode_plus"]			= 7723;
	product_array[x]["rpoints"] 			= "15,600";
	product_array[x]["rpoints_plus"] 		= "8,650pts + $40";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "1 x Yellowbird Cabernet <br /> 1 x Gemtree Tadpole Shiraz Cabernet<br /> 1 x Tim Adams Bayes Block Shiraz<br /> 1 x Pillarbox White <br /> 1 x Bird In hand Sparkling<br /> 1 x McWilliams Semillon Sauvignon Blanc<br /> 1 bonus set of 6 large wine glasses";
	product_array[x]["pClass"]				= new Array("dollarClass");

	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Celebration Pack: 6 wines, 6 pack of beer and 2 sparkling";
	product_array[x]["rcode"] 				= 7724;
	product_array[x]["rcode_plus"]			= 7725;
	product_array[x]["rpoints"] 			= "15,600";
	product_array[x]["rpoints_plus"] 		= "8,650pts + $40";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= "1 x Gemtree Tadpole Shiraz Cabernet<br /> 2 x Yellowbird Cabernet <br /> 1 x Pikes Clare Hill Chardonnay<br /> 2 x Zontes Footsteps Viognier<br /> 2 x Bird In hand Sparkling<br /> 1 x Coopers pale ale 6 pack<br /> ";
	product_array[x]["pClass"]				= new Array("dollarClass");
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "Christmas Mixed pack with bonus 6 wines";
	product_array[x]["rcode"] 				= 7726;
	product_array[x]["rcode_plus"]			= 7727;
	product_array[x]["rpoints"] 			= "24,600";
	product_array[x]["rpoints_plus"] 		= "11,600pts + $75";
	product_array[x]["image_src"] 			= "premium_wines";
	product_array[x]["productDesc"]			= " 3 x Yellowbird Cabernet<br /> 4 x Tim Adams Bayes Block Shiraz<br /> 2 x Zontes Rose<br /> 3 x Pillarbox White<br /> 3 x McWilliams Semillon Sauvignon Blanc<br /> 3 x Zontes Footstep Viognier<br />";
	product_array[x]["pClass"]				= new Array("dollarClass");
	
	x = x + 1;
	product_array[x] = new Object();
	product_array[x]["productTitle"] 		= "G.H.Mumm champagne with cannister";
	product_array[x]["rcode"] 				= 7728;
	product_array[x]["rcode_plus"]			= 7729;
	product_array[x]["rpoints"] 			= "13,200";
	product_array[x]["rpoints_plus"] 		= "8,000pts + $30";
	product_array[x]["image_src"] 			= "mumm_cannister";
	product_array[x]["productDesc"]			= "Mumm Cordon Rouge is a distinctively, fresh, full-bodied champagne with impeccable consistency of taste. 750ml.";
	product_array[x]["pClass"]				= new Array("premierClass");

}
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;
}
