// get containerURL
var containerURL = encodeURIComponent( location.href );

// footer
function writeFooter()
{
	document.write( "<div style=\"clear:both;border-top:1px #ccc solid;width:100%;padding-top:20px\">");
	document.write( "	<div style=\"float:left;text-align:left\">");
	document.write( "		<div style=\"float:left;margin-right:10px\">");
  document.write( "			<a href=\"http://www.JewishFederations.org/\" target=\"_blank\"><img border=\"0\" src=\"http://www.jewishfederations.org/local_includes/ujcfiles/images/logo_jfna_40x40.jpg\" width=\"40\" height=\"40\" align=\"middle\"></a>");
  document.write( "		</div>  ");
  document.write( "		<div style=\"float:left;text-align:left\">"); 
	document.write( "			Copyright &copy; 2009&#160;<a href=\"http://www.JewishFederations.org/\">The Jewish Federations of North America, Inc</a>. All Rights Reserved<br />");
	document.write( "			<a href=\"http://www.JewishFederations.org/privacy_policy.html\">Privacy Policy</a> &nbsp; | &nbsp; <a href=\"http://www.JewishFederations.org/terms_of_use.html\">Terms of Use</a>");
  document.write( "		</div>");
  document.write( "	</div>");  
  document.write( "<div style=\"float:right;vertical-align:middle;text-align:right\"><a href=\"http://www.fedweb.org/\" target=\"_blank\">Powered by <strong>FED</strong><em>WEB</em> ® Central</a></div>");
  document.write( "</div>");
}

// main nav
function writeMainNav()
{
	document.write( "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">" );
	document.write( "      	<tr>" );
	document.write( "        	<td><span class=\"siteTitle\">Jewish Federation Response</span></td>" );
	document.write( "          <td>" );
	document.write( "          	<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\">" );
	document.write( "        			<tr>" );
	document.write( "          			<td style=\"padding-top:12px\"><a href=\"index.aspx\" class=\"siteMenu\">Home</a></td>" );
	document.write( "                <td style=\"text-align:center;padding-top:12px\"><a href=\"about.aspx\" class=\"siteMenu\">About the Campaign</a></td>" );
	document.write( "                <td style=\"text-align:center;padding-top:12px\"><a href=\"stories_viewall.aspx\" class=\"siteMenu\">The Stories</a></td>" );
	document.write( "                <td style=\"text-align:right\"><a href=\"finder.html\" ><img src=\"image/dontate_button.gif\" alt=\"Donate Now\" title=\"Donate Now\" /></a></td>" );
	document.write( "          		</tr>" );
	document.write( "        		</table>" );
	document.write( "        	</td>" );    
	document.write( "       	</tr>" );
	document.write( "      </table>" );
}