function on_rollN (imgName) {	if (document.images) {     	document[imgName].src = "http://www.psybersquare.com/images/nav_line_on.gif"	}}function off_rollN (imgName) {	if (document.images) {		document[imgName].src = "http://www.psybersquare.com/images/nav_line_off.gif";	}}                                function on_rollT (imgName) {	if (document.images) {     	document[imgName].src = "http://www.psybersquare.com/images/" + imgName + "_on.gif"	}}function off_rollT (imgName) {	if (document.images) {		document[imgName].src = "http://www.psybersquare.com/images/" + imgName + "_off.gif";	}}function mailpage() {	mail_str = "mailto:?subject= " + document.title;  	mail_str += "&body= I recommend checking this out -- " + document.title;  	mail_str += ". I think you will enjoy this article, " + location.href;   	location.href = mail_str;}function readArticle(the_article) {window.location = the_article;}