// * ************************************************************* *
// *                                                               *
// * JavaScript file with footer row information and copyright.    *
// * ************************************************************* *


document.write("<div align=\"center\">");
document.write("<table width=\"744\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td nowrap=\"nowrap\" valign=\"top\" height=\"22\" background=\"Images/footer-back.png\">");
document.write("<p class=\"copyright\"><nobr>&copy; 2010 Cloud-Rainosek &amp; Associates, LP;");
document.write(" all rights reserved.</nobr></p></td>");
document.write("<td nowrap=\"nowrap\" valign=\"top\" height=\"22\" ");
document.write("background=\"Images/footer-back.png\" width=\"100\" align=\"right\">");
document.write("<p class=\"copyright\"><a href=\"contact.htm\">Contact Us</A>&nbsp;&nbsp;</p>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");
