<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "150"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="procedures.htm">Procedures</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="products.htm">Products</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="photos.htm">Gallery</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="faq.htm">FAQ</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="financing.htm">Financing</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');

document.write('<br><br>All contents &copy; copyright 2007 ');



// EDIT THE NEXT LINE


document.write('<a href="index.html">A. John Vander Zee, M.D., F.A.C.S.</a><br>');

document.write('<span class="phonetitle">');

document.write('Dr. A. John Vander Zee, F.A.C.S.');

document.write('</span><br>');

document.write('411 Tenth Street, SE, Suite 2100<br>');

document.write('Cedar Rapids, Iowa  52403<br>');

document.write('PHONE: <span class="phonetitle">(319) 366-1549<BR></span>');

document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:doctor@drvanderzee.com">doctor@drvanderzee.com</a><br>');

   if (allwebco == "no") {
document.write('Site Design &copy; 2007 All rights reserved <a href="http://www.andersenediting.com" target="_blank">Andersen Editing</a> & <a href="http://www.hubwest.com" target="_blank">Hosting provided by Hubwest</a><br>');
}

document.write('<br>');


//  End -->