	//filename should be always .jpg. For promobox-01, the image file should always end -small.jpg
	
    var promonumber = 7;
	
	images = new Array;
	links = new Array;
	titles = new Array;
	texts = new Array;
	targets = new Array;

	/* example
    titles[x] = "Promox title";
	images[x] = img_path + "promox.jpg";
	links[x] = "http://promolinkx";
	texts[x] = "3Spend a week retracing the steps of the ancient Inca civilization, highlighted.";
	*/
	
	var img_path = "../rotating-promo-content/images/";
	var img_type = ".jpg";
	if (promo_small == 1) { img_type = "-small.jpg";}
	
	titles[1] = "CAA Panama Canal Cruise";
	images[1] = img_path + "promo-panama" + img_type;
	links[1] = "/jahia/content/cms/Home/Promotions/Current-Promotions/CAA-Panama-Canal-Cruise.html";
	texts[1] = "CAA Friendship Cruise - February 4-18, 2011";
	targets[1] = "_top";
	
	titles[2] = "Irish Pub and Folk Tour";
	images[2] = img_path + "promo-irishpub" + img_type;
	links[2] = "/jahia/content/cms/Home/Promotions/Current-Promotions/Irish-Pub-and-Folk-Tour.html";
	texts[2] = "Travel to Dublin this September and sample everything Ireland has to offer.";
	targets[2] = "_top";
	
	
	titles[3] = "Online Travel Insurance";
	images[3] = img_path + "promo-insurance-online" + img_type;
	links[3] = "/jahia/content/cms/Home/Insurance/Online-Travel-Insurance.html";
	texts[3] = "A 'snowbird' is often defined as a Canadian who flies &nbsp;&nbsp;south for a significant portion of the winter.";
	targets[3] = "_top";


	titles[4] = "Discovery Cove";
	images[4] = img_path + "promo-discovery-cove" + img_type;
	links[4] = "/jahia/content/cms/Home/Promotions/Current-Promotions/Discovery-Cove.html";
	texts[4] = "Swimming with dolphins, snorkeling among exotic fish and rays, hand-feeding exotic birds and more";
	targets[4] = "_top";

	
	titles[5] = "Kids Eat FREE Card";
	images[5] = img_path + "promo-kids" + img_type;
	links[5] = "/jahia/content/cms/Home/Promotions/Current-Promotions/Kids-Eat-Free.html";
	texts[5] = "Kids eat for FREE at over 125 restaurants throughout the Orlando area.";
	targets[5] = "_top";

	titles[6] = "Wonderland Packages";
	images[6] = img_path + "promo-wonderpack" + img_type;
	links[6] = "/jahia/content/cms/Home/Promotions/Current-Promotions/Wonderland-Packages.html";
	texts[6] = "Closest Full Service Hotels to Canada's Wonderland.";
	targets[6] = "_top";
	
	titles[7] = "Rocky Mountaineer";
	images[7] = img_path + "promo-rocky" + img_type;
	links[7] = "/jahia/content/cms/Home/Promotions/Current-Promotions/Rocky-Mountaineer-Free-Night-at-a-Fairmont-Hotel.html";
	texts[7] = "Free Night at a Fairmont Hotel";
	targets[7] = "_top";

