function printMe() {  window.print();}function pathInfo(){	document.write(window.location.href);}function emailstory() {	var newWindow = window.open('http://www.medicalmoment.org/mmMail.asp?url=' + escape(window.location.href),'send','toolbar=0,menubar=0,scrolling=no,scrollbars=yes,resizable=yes,width=480,height=450');	if (newWindow.opener == null) {		newWindow.opener = self;	}}