
function sendStoryLink(headline)
{
	tmpURL = "sendStoryLink.asp?storyid=" + document.getElementById("hdnstoryid").value;
	window.open(tmpURL, null, "height=700,width=600,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
}


function storyPrint()
{
	tmpURL = "storyPrint.asp?storyid=" + document.getElementById("hdnstoryid").value;
	window.open(tmpURL, "null", "height=800,width=630,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes");
}