jQuery.noConflict();
jQuery(document).ready(function() {
    if (jQuery(".popin-temoignage").size()>0) {
        jQuery(".popin-temoignage").each(function(i){
			jQuery(this).removeAttr('target');
			jQuery(this).popin({
				width:640,
				height:360,
				opacity: 0.8
			});
		});
	}
});
