// rotating ads for /ca/personal.html
// change the links below between the ' and '
// if you need more links just add a new ARotatingAds[] group, but don't forget to change the number

ARotatingAds[0] = new RotatingAd();
ARotatingAds[0].multi = false;
ARotatingAds[0].flash = false;
ARotatingAds[0].source = '/ca/img/ads/rotating-pb-tfsa-ie-en.gif';
ARotatingAds[0].uri = 'https://www.investorsedge.cibc.com/ie/tfsa/index.html';
ARotatingAds[0].alt = "Save twice with a TFSA from Investor's EdgeŽ. Learn more";
ARotatingAds[0].title = "Save twice with a TFSA from Investor's EdgeŽ. Learn more";;
ARotatingAds[0].newWin = true;

ARotatingAds[1] = new RotatingAd();
ARotatingAds[1].multi = false;
ARotatingAds[1].flash = false;
ARotatingAds[1].source = '/ca/img/ads/visa-chip-rotating-en.jpg';
ARotatingAds[1].uri = '/ca/how-to-bank/chipcard/index.html?WT.mc_id=CHIP09-100';
ARotatingAds[1].alt = 'Introducing a safer, more secure credit card. CIBC VISA Cards now use chip technology to further protect you from credit card fraud. Find out more';
ARotatingAds[1].title = 'Introducing a safer, more secure credit card. CIBC VISA Cards now use chip technology to further protect you from credit card fraud. Find out more';
ARotatingAds[1].newWin = false;

ARotatingAds[2] = new RotatingAd();
ARotatingAds[2].multi = false;
ARotatingAds[2].flash = false;
ARotatingAds[2].source = '/ca/img/ads/rotating-planning-to-renovate-en.gif';
ARotatingAds[2].uri = '/ca/focus/fall-lending-2009/index.html?WT.mc_id=FL09-105';
ARotatingAds[2].alt = 'Planning to renovate? Save with a CIBC Home Power line of credit. Plus, get a Federal tax credit of up to $1,350! Learn more';
ARotatingAds[2].title = 'Planning to renovate? Save with a CIBC Home Power line of credit. Plus, get a Federal tax credit of up to $1,350! Learn more';
ARotatingAds[2].newWin = false;

ARotatingAds[3] = new RotatingAd();
ARotatingAds[3].multi = false;
ARotatingAds[3].flash = false;
ARotatingAds[3].source = '/ca/img/ads/abm-40th-rotating-ad-en.jpg';
ARotatingAds[3].uri = '/ca/features/abm-40-years.html';
ARotatingAds[3].alt = 'Celebrating 40 years of convenience. CIBC introduced the first bank machine to Canada 40 years ago. Learn more';
ARotatingAds[3].title = 'Celebrating 40 years of convenience. CIBC introduced the first bank machine to Canada 40 years ago. Learn more';
ARotatingAds[3].newWin = false;

ARotatingAds[4] = new RotatingAd();
ARotatingAds[4].multi = false;
ARotatingAds[4].flash = false;
ARotatingAds[4].source = '/ca/img/ads/rotating-investment-signon-en.gif';
ARotatingAds[4].uri = '/ca/focus/fall-investment-2009/advice/index.html?WT.mc_id=FI09-126';
ARotatingAds[4].alt = 'How do we make the right investment decisions today? Work with an experienced CIBC advisor to develop a personalized plan. Learn more';
ARotatingAds[4].title = 'How do we make the right investment decisions today? Work with an experienced CIBC advisor to develop a personalized plan. Learn more';
ARotatingAds[4].newWin = false;

/*
Flash example
---------------------------------
ARotatingAds[6] = new RotatingAd();
ARotatingAds[6].multi = false;
ARotatingAds[6].flash = true;
ARotatingAds[6].source = '/ca/flash/moviename.swf';
ARotatingAds[6].uri = '/ca/apply.html?tab=accounts&WT.mc_id=NDAO-100';  // Target URI for non-Flash version
ARotatingAds[6].alt = '/ca/img/info/home/ndao-rotating-ad-en.gif';   // Image source for non-Flash version
ARotatingAds[6].title = 'Test Flash';   // Tooltip text for non-Flash version
ARotatingAds[6].newWin = false;
*/