function SendPop(){
form = "http://services.theglobalist.com/fastSend.asp"
SendWnd = this.window.open(form+"?storyLink="+document.URL,"Signup","resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=480,height=440,top=5,left=5");
return false;
}
