function writeJS(){
var str='';
str+=' 		<div id="spacer">';
str+=' 		<\/div>';
str+=' 		<div id="footer">';
str+=' 			<p><a href="testimonials.html">Testimonials</a> | <a href="help.html">Help</a> | <a href="terms.html">Terms &amp; Conditions</a><\/p>';
str+='		<\/div>';
document.write(str);
}
writeJS();