// friend.js

document.write('</td><td width="486" align="center"><form name="eMailer"><b><font face="arial"><font size="3">');
document.write('Send this page to a friend!</font><br><font size="2">');
document.write('Email Address: </font><input type="text" name="address" size="23">');
document.write('<input type="button" value=" Send " style="font-weight: bold; background: green; color: yellow" onClick="mailThisUrl();">');
document.write('<input type="reset" name="Reset" style="font-weight: bold; background: green; color: yellow" value=" Clear " ></form>');
document.write('</td><td width="120">')

// -->