// Open in blank window using HREF
	document.write("<a href='sendpage.html?" + document.title + "' target='_blank'>")
	document.write("<img src='images/coolmail2.gif' width='45' height='52' alt='Send this page to a friend!' border='0' vspace='5'></a>");

// Open in the same window
//	document.write("<a href='sendpage.html?" + document.title + "'>")
//	document.write("<img src='http://216.169.149.53/images/coolmail2.gif' width='45' height='52' alt='Send this page to a friend!' border='0' vspace='5'></a>");


