﻿

//<!-- Start Link SHARE ON FACEBOOK -->

function facebook_click(lien, titre) {
    u = location.href;
    t = document.title;
    window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent(lien) + '&t=' + encodeURIComponent(titre), 'sharer', 'toolbar=0,status=0,width=626,height=436');
    return false;
}

