$(function(){
    // add a "rel" attrib if Opera 7+
    if(window.opera) {
        if ($("a.prod_favoris").attr("rel") != ""){ // don't overwrite the rel attrib if already set
            $("a.prod_favoris").attr("rel","sidebar");
        }
    }
    

	

    

}); 

