	var promoImgThumbs = new Array();
	//the following code is for rotating promo data.
	
	var objIds = new Array();
		objIds[0] = 'img1';
		objIds[1] = 'img2';
		objIds[2] = 'img3';
		objIds[3] = 'img4';
		objIds[4] = 'img5';
		objIds[5] = 'img6';
		objIds[6] = 'img7';
		objIds[7] = 'img8';
		objIds[8] = 'img9';
		objIds[9] = 'img10';
		//objIds[10] = 'img11';

	var promoImgThumbs = new Array();
		//promoImgThumbs[0] = '/images/banners/cashrebate50_small.jpg';
		promoImgThumbs[0] = '/images/banners/IB-carloan_small.jpg';
		promoImgThumbs[1] = '/images/banners/storepacific_small.jpg';
		promoImgThumbs[2] = '/images/banners/IB-homeloan_small.jpg';
		promoImgThumbs[3] = '/images/banners/welcom2010_small.jpg';
		promoImgThumbs[4] = '/images/banners/hotlink_small.jpg';
		promoImgThumbs[5] = '/images/banners/extramile_small.jpg';
		promoImgThumbs[6] = '/images/banners/FDangpow_small.jpg';
		promoImgThumbs[7] = '/images/banners/supercash_small.jpg';
		promoImgThumbs[8] = '/images/banners/saversgoplaces_small.jpg';
		promoImgThumbs[9] = '/images/banners/meps_transac_small.jpg';

	var promoImgs = new Array();
		//promoImgs[0] = '/images/banners/cashrebate50_big.jpg';
		promoImgs[0] = '/images/banners/IB-carloan_big.jpg';
		promoImgs[1] = '/images/banners/storepacific_big.jpg';
		promoImgs[2] = '/images/banners/IB-homeloan_big.jpg';
		promoImgs[3] = '/images/banners/welcom2010_big.jpg';
		promoImgs[4] = '/images/banners/hotlink_big.jpg';
		promoImgs[5] = '/images/banners/extramile_big.jpg';
		promoImgs[6] = '/images/banners/FDangpow_big.jpg';
		promoImgs[7] = '/images/banners/supercash_big.jpg';
		promoImgs[8] = '/images/banners/saversgoplaces_big.jpg';
		promoImgs[9] = '/images/banners/meps_transac_big.jpg';

	var promoLinks = new Array();
		//promoLinks[0] = '/promotions/ccards/cashrebate/rm50cashrebate.shtml';
		promoLinks[0] = '/consumer/internetbanking/interbank.shtml';
		promoLinks[1] = '/consumer/creditcards/thestore_cc_fnb.shtml';
		promoLinks[2] = '/consumer/internetbanking/interbank.shtml';
		promoLinks[3] = '/promotions/ccards/2010welcomegift/welcomegift.shtml';
		promoLinks[4] = '/consumer/internetbanking/mobile_prepaid.shtml';
		promoLinks[5] = '/promotions/ccards/extramile/mattafair.shtml';
		promoLinks[6] = '/promotions/loans/fdrangpow/fdrangpow.shtml';
		promoLinks[7] = '/consumer/loans/supercash/supercash_contest.shtml';
		promoLinks[8] = '/consumer/deposits/savergoplaces/savergoplaces.shtml';
		promoLinks[9] = '/consumer/deposits/meps_trans/meps.shtml';

	var promoLinkTargets = new Array();
		promoLinkTargets[0] = '_self';
		promoLinkTargets[1] = '_self';
		promoLinkTargets[2] = '_self';
		promoLinkTargets[3] = '_self';
		promoLinkTargets[4] = '_self';
		promoLinkTargets[5] = '_self';
		promoLinkTargets[6] = '_self';
		promoLinkTargets[7] = '_self';
		promoLinkTargets[8] = '_self';
		promoLinkTargets[9] = '_self';
		//promoLinkTargets[10] = '_self';