/* This script is used to support the ad at the bottom of the right content area on CF CA */
/*
function drawAd(lang) {
	if (lang == 'fr') {
  		document.write("<a href=\"javascript:sponsorWindow();\" title=\"Spruce Meadows\"><img style=\"margin-top:10px\" src=\"/navigation/images/fr/home/spruce_meadows.jpg\" alt=\"Spruce Meadows\" border=\"0\" /></a>") 
  	}
  	else {
  		document.write("<a href=\"javascript:sponsorWindow();\" title=\"Spruce Meadows\"><img style=\"margin-top:10px\" src=\"/navigation/images/home/spruce_meadows.jpg\" alt=\"Spruce Meadows\" border=\"0\" /></a>")
  	}
} 
*/
function drawAd(lang) {
	if (lang == 'fr') {
  		document.write("<a href=\"/navigation/html/fr/creditCards.html\" title=\"La carte MasterCardMD Chrysler JeepMD Dodge\" target=\"_blank\"><img style=\"margin-top:15px\" src=\"/navigation/images/fr/home/credit_cards.jpg\" alt=\"La carte MasterCardMD Chrysler JeepMD Dodge\" border=\"0\" /></a>") 
  	}
  	else {
  		document.write("<a href=\"/navigation/html/en/creditCards.html\" title=\"The Chrysler, Dodge, Jeep&reg; MasterCard&reg;\" target=\"_blank\"><img style=\"margin-top:15px\" src=\"/navigation/images/home/credit_cards.jpg\" alt=\"The Chrysler, Dodge, Jeep&reg; MasterCard&reg;\" border=\"0\" /></a>")

  	}
}
