var time=new Date();
var year=time.getYear();
if (year < 2000)    
year = year + 1900; 
var SpiceFooter = "";
SpiceFooter = SpiceFooter + "<table width=700 cellpadding=0 cellspacing=0 border=0 align=\"center\" bgcolor=\"#EFC144\"><tr><td colspan=2 bgcolor=\"#EFC144\"><img src=\"images/tagrule.jpg\" width=\"700\" height=\"32\" hspace=\"0\" vspace=\"0\" border=\"0\" alt=\"\"></td></tr><tr valign=\"top\"><td width=350 class=\"footer\"><a href=\"http://www.personalchef.com/\" target=\"_blank\"><img src=\"images/pcalogo.jpg\" width=\"45\" height=\"34\" hspace=\"5\" vspace=\"0\" border=\"0\" alt=\"Member-American Personal Chef Association\" align=\"left\"></a>Member-<br>American Personal Chef Association<br><br></td><td width=350 class=\"footer\" align=\"right\">Copyright &#169; " + year + " ...the Spice of Life<br>All Rights Reserved.<br><br><br></td></tr></table>"

document.write (SpiceFooter);
