$(document).ready(function() {

	// ------------------------------------------------------------
	// Objectif : Afficher API Facebook
	// ------------------------------------------------------------
	
	$('div#blocReseauSociaux .bcFace').append('<iframe src="http://www.facebook.com/plugins/likebox.php?locale=fr_FR&href=www.facebook.com/pages/Destin%C3%A9es/176737628165?ref=nf&amp;width=296&amp;colorscheme=dark&amp;show_faces=false&amp;border_color=%23000000&amp;stream=true&amp;header=true&amp;height=422" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:296px; height:422px;" allowTransparency="true"></iframe>');
	
	// ------------------------------------------------------------
	// Objectif : Afichage Facebook et Twitter
	// ------------------------------------------------------------
	
	$('#btnFace').click(function() {
	  $('#blocReseauSociaux .bcFace').show();
	  $('#blocReseauSociaux .bcTwit').hide();
	});
	
	$('#btnTwit').click(function() {
	  $('#blocReseauSociaux .bcFace').hide();
	  $('#blocReseauSociaux .bcTwit').show();
	});
	
	
	/* POUR LES LIENS EXTERNES - rel="external" */
	$("a[href][rel='external']").click(function(){
		window.open(this.href);
		return false;
	});	
	
	if ($('#emissions_special3_pubs .special3_pub1 img').attr("src") != 'http://s0.2mdn.net/viewad/817-grey.gif' || $('#emissions_special3_pubs .special3_pub2 img').attr("src") != 'http://s0.2mdn.net/viewad/817-grey.gif') {
		$('#emissions_special3_pubs').show();
	} 
	
});	


function albumRedirect(id) {
	window.location.href = '/generated/emissions/destinees/album/'+id+'.html';
}

function changerPersonnage(id) {
	window.scroll(0,500);
	for (x=1; x<30; x++) {
		document.getElementById('perso' + x).style.display = "none";
		document.getElementById(id).style.display = "block";		
	}
	
}





