function tabFoot () {

var footName = "Ritchie County West Virginia - Businesses";

var footEName = "Contact Us";

var footEmail = "rcbiz@ritchiecounty.biz";

// DO NOT CHANGE ANYTHING BELOW THIS LINE

footLine ="<td><p align='center'><font size='-1'> ";
footLine += footName;
footLine +="    -    Copyright © - 2008 ";
    today=new Date();
    y0=today.getFullYear();
    if(y0 != '2006') {
      footLine +=" -  ";
      footLine +=y0;
      footLine +="  ";
    }
footLine +="    -      ";
footLine +="<a href='mailto:";
footLine +=footEmail;
footLine +="'>";
footLine +=footEName;
footLine +="<\/a><\/font><\/p>";
footLine +="<\/td>";

document.write(footLine);

}


/****************************************************************
* MTWM 1-2-3 Simple Tab Template Dynamic Footer Definition script
* - © Martin Irvine
* This notice MUST stay intact for legal use
****************************************************************/
