function facebook(u, t) { return popup('http://www.facebook.com/sharer.php?u=' + encodeURIComponent(u) + '&t=' + encodeURIComponent(t), 700, 450); }

function bebo(u, t) { return popup('http://www.bebo.com/c/share?Url=' + encodeURIComponent(u) + '&Title=' + encodeURIComponent(t) + '&MID=8974376238&TUUID=fc7850b8-964c-47bd-8a91-db1d2a5cad3c', 1000, 660); }

function twitter(u) { return popup('http://twitter.com/home?status=Check%20this%20video%20out%20' + encodeURIComponent(u), 820, 580); }

function myspace(t, u) { return popup('http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(t) + '&u=' + encodeURIComponent(u), 820, 580); }

function popup(t, w, h) {
    window.open(t,'share','toolbar=0,status=0,width=' + w + ',height=' + h);
    return false;
}

function submitComment() {
    var o = document.getElementById('commentform');
    o.submit();
    return false;
}
