//
// Freepages header/footer scripts
//

document.write('<link rel="stylesheet" href="http://images.rootsweb.com/css/hp.css" type="text/css">');

function writeHeaderHP() {
	document.write('<div id="hp_hdr">');
	document.write('<div id="acom_logo">');
	document.write('<a href="http://www.ancestry.com/s33216/t10989/grid1004/rd.ashx"><img src="http://images.rootsweb.com/new/an_ancestry_community2.gif" width="232" height="30"></a>');
	document.write('</div>');
	document.write('<a href="http://www.rootsweb.com"><img src="http://images.rootsweb.com/hosted_by_rootsweb.jpg" width="162" height="23"></a>');
	document.write('</div>');
        document.write('<div id=\"userContentHP\">');
}

function writeFooterHP() {
	document.write('</div>');
}
