function fbs_click(creatorName, title,stationId) {
    var u='http://www.soundtrckr.com/app/station/'+title+'/'+creatorName+'/'+stationId+'/ext?ts='+new Date().getTime();
    var t='Listen to the '+title+' Station on soundtrckr';
    window.open('http://www.facebook.com/sharer.php?u='+u+'&source=fbshare&t='+t,'sharer','toolbar=0,status=0,width=626,height=436'); return false;
}
