function writeJS(){
var str='';
str+='<div align=\'center\'>';
str+='<div id=\'footer\'>';
str+='<p><a href=\'index.html\' class=\'foot\'> <\/a><a href=\'index.html\' class=\'foot\'><\/a><a ';
str+='href=\'#\' class=\'foot\'> <\/a> &nbsp; | &nbsp; <a href=\'privacy.html\' class=\'foot\'>Privacy';
str+='    Policy <\/a> &nbsp; | &nbsp; <a href=\'terms.html\' class=\'foot\'>Terms';
str+='    of Service <\/a> &nbsp; | &nbsp;<\/p>';
str+='<p><img src="images\/cc.gif" width="401" height="40"><br>';
str+='	  <p>Copyright &copy; 2008 David J. Clark, DC PA. All rights reserved.<br>';
str+='	10233 E. NW Hwy Ste 508 Dallas, TX 75238<br>';
str+='	For appointments call:<strong> 214-341-3737<\/strong> .<\/p>';
str+='<p>Any use of this site constitues your agreement to our terms of service.<\/p>';
str+='<\/div><\/div>';
document.write(str);
}
writeJS();