/**
 * share this link with facebook 
 */
function fbs_click(baseURL) {
    var t=document.title;
    window.open(baseURL+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
    return false;
} //fbs_click()

/**
 * share this link with my space
 */
function myspace_click(content, baseURL, location) {
    // 'http://www.myspace.com/index.cfm?fuseaction=postto
    var T = document.title;
    var targetUrl = baseURL +'&t=' + encodeURIComponent(T) + '&c=' + encodeURIComponent(content) + '&l=' + location;
    window.open(targetUrl);
    return false;
} // GetThis()
