/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function htmlHeadFooter() {
    // alert('htmlHeadHeader()');
    document.write('<link href=\"/stylesheets/commonFooter.css\" rel=\"stylesheet\" type=\"text/css\"></link>');
}

function htmlBodyFooter() {
    // alert('bodyHeader()');
    document.write('<div class=\"divBodyFooter\">');
    document.write( '<table class=\"tableBodyFooter\">');
    document.write(  '<tr>');
    document.write(   '<td class=\"left\"><\/td>');
    document.write(   '<td class=\"center\">Copyright &#169; 2007 - 2010 Elite Compliance Group, Inc. All Rights Reserved.<br\/>Elite Compliance Group, Inc. is not responsible for the content of external sites.<\/td>');
    document.write(   '<td class=\"right\"><\/td>');
    document.write(  '<\/tr>');
    document.write(' <\/table>');
    document.write('<\/div>');
}
