function displayVCBanner()
{
	document.write("<tr>");
 	document.write("<td colspan='3' valign='top'>");
	document.write("<div style='margin-top:10px; margin-bottom:15px; text-align:center;'>");
	document.write("<a href='http://www.vetraceuticals.com' target='_blank'><img src='assets/pet_supplements_vetraceuticals.gif' border='0' width='670px' height='89px' alt='Vetraceuticals.com' title='Vetraceuticals.com' /></a>");
	document.write("</div>");
	document.write("</td>");
 	document.write("</tr>");
}

function displayFooter()
{
	var now = new Date;
	var date = now.getDate();
	var year = now.getYear();

	document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr>");
	document.write("<td width='809px' height='29px' valign='top' class='body' align='center'>");
	document.write("<span class='header'><a href='terms.html' class='header'>TERMS OF USE</a></span>");
	document.write("&nbsp;&nbsp;<span class='body'>&#149;</span>&nbsp;&nbsp;&nbsp;<span class='header><a href='mailto:vet@petsupplements.com' class='header'>CONTACT US: VET@PETSUPPLEMENTS.COM</a></span>");
	document.write("</td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top' height='86px' class='footer' align='center'>PetSupplements.com");
	document.write("is not intended to provide individual veterinary advice or diagnosis. You should consult your veterinarian with specific questions about, or for specific diagnosis of, your pet's health and behavior. Acting");
	document.write("on any information provided without first consulting a veterinarian is solely at the reader's risk.");
	document.write("<br/><br/>Copyright &copy; ");
	document.write("2000-" + year + " Dr. Christianne Schelling, Schelling Veterinary Services. All Rights Reserved.");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}
