
var scrollerwidth11="920px"
var scrollerheight11="95px"

var footer='<div id="footer" align="left"><span class="footerlinks"><a href="index.html">Home</a> | <a href="imedicine.html">Integrative Medicine</a> | <a href="chronic.html">Chronic Disorders</a>| <a href="autismspectrum.html">Autism Spectrum Disorders</a> | <a href="supplements.html">Supplements</a> | <a href="careers.html">Careers</a> | <a href="resources.html">Resources</a> | <a href="contactus.html">Contact Us</a></span><span class="copyright">Copyright 2007-2009. All rights reserved</span><div class="footerimg" style="display:inline-block;"></div></div>'


var cross_scroller1, ns_scroller1

with (document){

write('<div style="position:relative;width:'+scrollerwidth11+';height:'+scrollerheight11+';overflow:visible"')
write('<div id="foot" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}


cross_scroller1=document.getElementById('foot')
cross_scroller1.innerHTML=footer
