var CurrentDate = new Date();
var ThisMonth = CurrentDate.getMonth() + 1;
var ThisDate = CurrentDate.getDate();
var end_its_msg = '               </td>';
end_its_msg += '            </tr>';
end_its_msg += '   <tr align="left" valign="top">';
end_its_msg += '      <td width="660">';
end_its_msg += '         <HR align="center" size="1" noshade color="#05437E">';
end_its_msg += '        <small> Last Updated:  ';


if (document.all)
{
   var ModDate = new Date(document.lastModified);
   end_its_msg += ModDate.toLocaleString();
} 
else
{
   if (( document.lastModified == "12/31/69 19:00:00" ) || ( document.lastModified == "Wednesday, December 31, 1969 19:00:00" ))
   {
      end_its_msg += '';
   }
   else
   {
      end_its_msg += document.lastModified;
   }
}

end_its_msg += '         </p></small>';
end_its_msg += ' <font size="-1"><CENTER><p>Site Designed by <b>JKS Enterprises</b></p></CENTER>	';
end_its_msg += '      </td>';
end_its_msg += '   </tr>';
end_its_msg += '   <tr>';
end_its_msg += '      <td>';
end_its_msg += ' <img src="http://sconyersbar-b-que.com/cgi-bin/fly_counter.pl">';
end_its_msg += '      </td>';
end_its_msg += '   </tr>';
end_its_msg += '</table>';

document.writeln(end_its_msg);
