Shadowbox.loadSkin('classic', 'http://www.uqam.ca/commentaires/src/skin');
Shadowbox.loadLanguage('fr', 'http://www.uqam.ca/commentaires/src/lang');
Shadowbox.loadPlayer(['iframe'], 'http://www.uqam.ca/commentaires/src/player');
$(document).ready(function() {
	Shadowbox.init({displayNav: false,enableKeys:false,animSequence:'sync',modal: true, player: 'iframe', onClose:removehash});
}); 

function checkForMessages(){
	if(location.hash == "#fermer"){
		Shadowbox.close();
	}
}

function removehash() {
	location.hash = "#ok";
}
setInterval(checkForMessages, 200);
