function sendStory() { var myFile = window.document.URL.match(/ -z\.shtml/)[0]; var myTitle = "Cookin With GMA Recipe"; var myDomain = window.document.domain; var popUpURL = 'http://' + myDomain + '/gmarecipes/email_recipe.html?title=' + escape(myTitle) + 'file=' + escape(myFile); day = new Date(); id = day.getTime(); eval("sendstory" + id + " = window.open(popUpURL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=320,height=400');");}