$(document).ready(function() {
	$('a').each(function () {
		if( $(this).attr('onclick') && $(this).attr('text') == '* Voir les détails' ) {
			$(this).attr('href', 'http://www.promobnc.ca/platine?utm_source=reseauclubvoyages&amp;utm_medium=Banniere&amp;utm_campaign=platine_transat');
			$(this).attr('target', '_blank');
		}
	});
	
	
	$('li.main').each(function() {
		if( $(this).children('a').text() == 'Travel Green' ) {
			$(this).children('a').text('Responsible Tourism');
		}
		if( $(this).children('a').text() == 'Voyager vert' ) {
			$(this).children('a').text('Tourisme responsable');
		}
		
	});
	
});

function changeTabs(targetTab){
	$('#travelSplashImage').attr('src','/portals/3/group_travel_europe_2011/images/splash.'+ targetTab +'.jpg');
}
