function addElement()
{
var my_div = null;
var newDiv = null;

  newDiv = document.createElement("div");
  newDiv.innerHTML = '<!--[if gte IE 4]><br><![endif]--><table border="0" width="100%" id="table9" bordercolor="#292116" cellspacing="0" cellpadding="0"><tr><td width="40" rowspan="5">&nbsp;</td><td height="40" valign="top">&nbsp;<div class="menu"><ul><li><a class="hide" href="default.htm">&nbsp; TRIFC</a><!--[if lte IE 6]><a href="default.htm">&nbsp; TRIFC<table cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]--><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a class="hide" href="mission.htm">&nbsp; About Us</a><!--[if lte IE 6]><a href="mission.htm">&nbsp; About Us<table cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]--><ul><li><a href="mission.htm" title="Misson">&nbsp; Mission Statement</a></li><li><a href="History.htm" title="History">&nbsp; History</a></li><li><a href="TheBoard.htm" title="Leadership">&nbsp; Leadership</a></li><li><a href="contact.htm" title="Contact">&nbsp; Contact</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a class="hide" href="projects.htm">&nbsp; What We Do</a><!--[if lte IE 6]><a href="projects.htm">&nbsp; What We Do<table cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]--><ul><li><a href="projects.htm" title="Current Projects">&nbsp; Current Projects</a></li><li><a href="AboutNepal.htm" title="About Nepal">&nbsp; About Nepal</a></li><li><a href="theNeed.htm" title="Why We Are Helping">&nbsp; The Need</a></li><li><a href="RobLetter.htm" title="Rob’s Letter to the Disabled in Nepal">&nbsp; Rob&#39s Letter</a></li><li><a href="Stats.htm" title="Disabled Statistics">&nbsp; Disabled Statistics</a></li><li><a href="Health.htm" title="Health Situation">&nbsp; Health Situation</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a class="hide" href="Donations.htm">&nbsp; How to Help</a><!--[if lte IE 6]><a href="Donations.htm">&nbsp; How to Help<table cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]--><ul><li><a href="Donations.htm" title="Make a Donation">&nbsp; Donations</a></li><li><a href="Sponsorship.htm" title="Sponsorship">&nbsp; Sponsorship</a></li><li><a href="InKind.htm" title="In-Kind Donations">&nbsp; In-Kind Donations</a></li><li><a href="Volunteering.htm" title="Volunteering">&nbsp; Volunteering</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a class="hide" href="newsletters.htm">&nbsp; News</a><!--[if lte IE 6]><a href="newsletters.htm">&nbsp; News<table cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]--><ul><li><a href="newsletters.htm" title="Newsletters">&nbsp; Newsletters</a></li><li><a href="subscribe.htm" title="Subscribe to e-newsletters">&nbsp; Subscribe</a></li><li><a href="articles.htm" title="Articles">&nbsp; Articles</a></li><li></a><a href="Archive.htm" title="Archive">&nbsp; Archive</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a class="hide" href="Donations.htm">&nbsp; Donate Now</a><!--[if lte IE 6]><a href="Donations.htm">&nbsp; Donate Now<table cellpadding="0" cellspacing="0" border="0"><tr><td><![endif]--><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul></div></td></tr><tr><td>&nbsp;</td></tr><tr><td>&nbsp;</td></tr></table>';
  
  my_div = document.getElementById("org_div1");
  document.body.insertBefore(newDiv, my_div);
}
