<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="home.html">Home </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="doctors.html">Doctors </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="staff.html">Staff Members </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="cancer.html">What is Cancer? </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="treatments.html">Treatments </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="cancertrials.html">Cancer Trials </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="appointments.html">Appointments </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="directions.html">Office Directions </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.html">Links </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://coainc.net/Mobile/index.html">Mobile Site </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.html">Contact Us </a>');




document.write('<br><br>All website content &copy;Copyright 2010: Columbus Oncology & Hematology Associates, Inc.  Website Powered by ');


// EDIT THE NEXT LINE


document.write('<a href="http://www.SteamboatMedia.net">Steamboat Media</a><br>');






var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">AllWebCo Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}





//  End -->