﻿function Digg_Click()
{
    u=location.href;
    t=document.title;
    //http://digg.com/submit?url="+url+"&amp;title=" + title
    window.open('http://digg.com/submit?phase=2&url'+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=536, scrollbars=1,resizable=1');
    return false;

}
function Delicous_Click()
{
    u=location.href;
    t=document.title;
    window.open('http://del.icio.us/post?url='+encodeURIComponent(u)+'&amp;title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436 scrollbars=1,resizable=1');
    return false;
}
function MySpace_Click()
{
    u=location.href;
    t=document.title;
    window.open('http://www.myspace.com/Modules/PostTo/Pages/?t='+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=626,height=536, scrollbars=1,resizable=1');
    return false;
}
function fbs_click() 
{
    u=location.href;
    t=document.title;
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&amp;t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436 scrollbars=1,resizable=1');
    return false;
}