﻿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;
}

function twitt_click() {
    u = location.href;
    t = document.title;
    window.open('http://twitter.com/login?redirect_after_login=/home?status=' + encodeURIComponent(u), 'sharer', 'toolbar=0,status=0,width=800,height=436'); return false;
}
