$(document).ready(function (){
	setFrench();
})

function setFrench(){
	if ($("body.p_93").length > 0){
		
		$("a#mailing-link").attr('href','http://www.isstdrquebec2011.com/afficher.aspx?page=39&langue=fr');
		$("#top a").text("English");
		$("#top a").attr('href','http://www.isstdrquebec2011.com/welcome.aspx');
		$("#top a").attr('title','English Home');
		//alert("dfdfd");
	}
}

