// tellothers.js
// Send the URL of the page to friends sidebar component.

function sendmail(){
urlString = "mailto:" + friend.addr.value + "?subject=Take a look at this page.&body=Hi! " + parent.location.href + " is an article from CenterWeb which I found and thought you might like to read."
parent.location.href=urlString;
}

nothing="";

document.write("<form class='box' name='friend'><font size='1' face='Arial, Helvetica, sans-serif'>Send this page to a friend!<br>&nbsp;&nbsp;&nbsp;<input class='smallDrop' type='text' size='12' name='addr' id='addr' onFocus='friend.addr.value=nothing' value='enter e-mail address'></input><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript: sendmail()'><image src='images/send.jpg' vspace='0' hspace='0' border='0'></a></font></form>");