
	
$(document).ready(function(){

	/** logo Twinner (toute page) **/
	/*if ($('#logo-twinner').size()>0){
		
		var so = new SWFObject("/images/logo_twinner.swf", "logo-twinner-flash", "300", "52", "7", "#FFFFFF");
		so.addParam("quality", "high");
		so.addParam("allowScriptAccess", "always");
		so.addParam("wmode", "transparent");
		so.write("logo-twinner");
	}*/




	
	$("img[src='']").each(function(i){
	   $(this).removeAttr('src');
	 });
			
	
	
	
		

		
	
});

function setCommentaires(html){
			$("#commentaires-enquete div").html(html);			
		}