function genFooterHtml(){
	
	var footer ='' ;


	footer +='<style>';
	footer +='.footer {';
	footer +='font-family:Arial, Helvetica, sans-serif;';
	footer +='color:#FFF;';
	footer +='text-decoration:none;';
	footer +='font-size:11px;';
	footer +='text-align:left;';
	footer +='}';
	footer +='.footer2 {';
	footer +='font-family:Arial, Helvetica, sans-serif;';
	footer +='color:#FFF;';
	footer +='text-decoration:none;';
	footer +='font-size:11px;';
	footer +='text-align:right;';
	footer +='}';
	footer +='.footer a {';
	footer +='color:#FFF;';
	footer +='text-decoration:none;';
	footer +='font-size:11px;';
	footer +='}';
	footer +='</style>';
	footer +='<div style="width:990px" >';
	footer +='<div style="float:left; width:70%;"  class="footer">'; 
	footer +='<a href="you_ad.html" title="Ad Network Statistics" >Ad Network Statistics</a> | ';
	footer +='<a href="rich_media.html"  title="Adsfactor Rich Media Suite" >Adsfactor Rich Media Suite</a> | ';
	footer +='<a href="news.php"  title="Newsletter Subscription">Newsletter Subscription</a> | ';
	footer +='<a href="resources.html"  title="Ad Specs">Ad Specs</a> | ';
	footer +='<a href="contact.html"  title="Contact Us">Contact Us</a> | ';
	footer +='<a href="index.html" title="Home" >Home</a> | <a href="Privacy_Policy.htm"  title="Privacy Policy & Opt-Out">Privacy Policy & Opt-Out</a>'; 
	footer +='</div>';
	footer +='<div style="float:right; width:30%;"  class="footer2">&copy;2008 adsfactor. All Right Reserved. </div>';
	footer +='</div>';
	
	 
	document.write(footer);

}
