<!--

function tell_a_friend()
{ 
  OpenWindow=window.open("","tell_a_friend", "height=270,width=270,toolbar=no,scrollbars='+scroll+',menubar=no");
  OpenWindow.document.write("<title>Tell a Friend About Troop 46</title>")
  OpenWindow.document.write("<body>")
  OpenWindow.document.write("<table border='0' cellpadding='1' cellspacing='1' width='250'>")
  OpenWindow.document.write("<tr><TD bgcolor='0000ff'>")
  OpenWindow.document.write("<font face='Arial' size='-1' COLOR='FFFFFF'>")
  OpenWindow.document.write("<center><b>Tell A Friend About Troop 46</b></center></font>")
  OpenWindow.document.write("</td></tr><tr><td>")
  OpenWindow.document.write("<table bgcolor='FFFFFF' border='0' cellpadding='2' cellspacing='0' width='100%'>")
  OpenWindow.document.write("<tr><td><br><center>")
  OpenWindow.document.write("<table border='0' cellpadding='1' cellspacing='0' bgcolor='FFFFFF'>")
  OpenWindow.document.write("<form action='http://pubAZ.onehead.com/Utl-TellAFriend.cfm?ID=AZ686267860&level=1' method='post'>")
  OpenWindow.document.write("<tr><td><font face='Arial' size='-1'>")
  OpenWindow.document.write("<b>Your</b> email:</font></td>")
  OpenWindow.document.write("<td><input type='Text' name='femail' value='your@email.here' size='15'>")
  OpenWindow.document.write("</td></tr><tr><td><font face='Arial' size='-1'>")
  OpenWindow.document.write("<b>Friends</b> email:")
  OpenWindow.document.write("</font></td><td>")
  OpenWindow.document.write("<input type='Text' name='temail' value='yourfriends@email.here' size='15'>")
  OpenWindow.document.write("</td></tr><tr><td colspan='2'><font face='Arial' size='-1'>")
  OpenWindow.document.write("<b>Personal message:</b></font></td></tr><tr>")
  OpenWindow.document.write("<td colspan='2' align='center'>")
  OpenWindow.document.write("<textarea cols='25' ROWS='4' name='message'>")
  OpenWindow.document.write("</textarea>")
  OpenWindow.document.write("</td></tr><tr><td colspan='2' align='center'>")
  OpenWindow.document.write("<input type='checkbox' name='copy' value='1'>")
  OpenWindow.document.write("<font face='Arial' size='-1'>Send a copy to yourself</font>")
  OpenWindow.document.write("</td></tr><tr><td></td><td><br>")
  OpenWindow.document.write("<input type='submit' value='send'></td></tr>")
  OpenWindow.document.write("</form></table></center><br></td></tr></table>")
  OpenWindow.document.write("</td></tr><tr></tr>")
  OpenWindow.document.write("</table>")
  OpenWindow.document.write("</body>")
  OpenWindow.document.write("</html>")
  OpenWindow.document.close()
  self.name="main"
}

//-->

