// In-body share request for rimstar.org website - March 5, 2010

function insert_in_body_share_request_matter()
{
  <!-- start of in-body share request -->
  document.write("<HR>\n");
  document.write("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>  <TR><TD>\n");
  document.write("  <P>\n");
  document.write("  Do you have a project you'd like to share on rimstar.org too?\n");
  document.write("  You're more than welcome to. Click <A HREF=\"" + rs_dirs + "share.htm\">here</A> \n");
  document.write("  for details.\n");
  document.write("  <FONT COLOR=WHITE>@@@ this text is not visible and is here to\n");
  document.write("  make the text wider than the page so that the sharing_hands image\n");
  document.write("  is pushed against the right side.</FONT>\n");
  document.write("  </P>\n");
  document.write("</TD><TD WIDTH=20>\n");
  document.write("</TD><TD>\n");
  document.write("  <P ALIGN=RIGHT>\n");
  document.write("  <IMG SRC=\"" + rs_dirs + "images/sharing_hands.jpg\">\n");
  document.write("  </P>\n");
  document.write("</TD></TR>  </TABLE>\n");
  <!-- end of in-body share request -->
}

insert_in_body_share_request_matter();

