<!--
document.write("</td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td><hr></td>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td style='height:50px;' class='copyright'>");
var now = new Date();
document.write("<span style='font-family: sans-serif;'>&copy;</span>&nbsp;Copyright " + now.getFullYear() + " Taylor Farley and Blue Rock")
document.write("</td>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
//-->
