/*
 * W3C Valid Facebook Share
 * Modified by: http://www.facebook.com/jan.damerau
 *
 * Instruction:
 *
 * 1. Add in your Header following information:
 * <script type="text/javascript" src="<YOURURL>/js/facebookshare.js"></script>
 *
 * 2. Add Facebook Share Link into your page:
 * <a rel="nofollow" href="http://www.facebook.com/share.php?u=<YOURURL>" onclick="return fbs_click()" target="_blank">Share on Facebook</a>
 */

 function fbs_click() {

        u=location.href;
        t=document.title;
        window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
        return false;
}
