function fnfooter(){
var str='';
	str+='<div id="footer_main">';
	str+='<div id="footer_cnt">';
	str+='<a href="about_us.html" class="footer_link">About Us</a>|<a href="testimonials.html" class="footer_link">Testimonials</a>|<a href="services.html" class="footer_link">Services</a>|<a href="pricing.html" class="footer_link">Pricing</a>|<a href="clinical_insights.html" class="footer_link">Clinical Insights</a>|<a href="publishedarticles.html" class="footer_link">Published Articles</a>|<a href="news.html" class="footer_link">News</a>|<a href="completedentures.html" class="footer_link">Complete Dentures</a>|<a href="partialdentures.html" class="footer_link">Partial Dentures</a><br>';
	str+='<a href="dental_prosthetics.html" class="footer_link">Dental Prosthetics</a>|<a href="appliances_devices.html" class="footer_link">Appliances & Devices</a>|<a href="tooth_selection.html" class="footer_link">Tooth Selection</a>|<a href="sr_ivocap_processing.html" class="footer_link">SR Ivocap Processing</a>|<a href="flexible_partials.html" class="footer_link">Flexible Partials</a>|<a href="temporary_partials.html" class="footer_link">Temporary Partials</a>|<a href="cad_cam_bars.html" class="footer_link">CAD/CAM Bars & Hybrids</a>|<a href="implants.html" class="footer_link">Implants</a>|<a href="mariusbridge.html" class="footer_link">Marius Bridge</a>|<a href="surgicalguides.html" class="footer_link">Surgical Guides</a>|<a href="case_scheduling.html" class="footer_link">Case Scheduling</a>|<a href="online_prescriptions.html" class="footer_link">Online Prescriptions</a>|<a href="visit_our_laboratory.html" class="footer_link">Visit Our Laboratory</a>|<a href="links.html" class="footer_link">Links</a>|<a href="contact_us.html" class="footer_link">Contact Us</a>';
	str+='<div align="center" id="copy_right">Copyright 2009, Deutsch Dental Arts. All Rights Reserved.</div>';
	str+='</div>';
document.write(str);	
}
