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

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

function htmlBodyHeader() {
    // alert('bodyHeader()');
    document.write('<div class=\"divBodyHeader\">');
    document.write( '<table class=\"tableBodyHeader\">');
    document.write(  '<tr>');
    document.write(   '<td class=\"left\"><a href=\"http://secure.elitecompliance.com/tools\" target=\"_blank\">Secured Client Access<\/a><\/td>');
    document.write(   '<td class=\"center\"><img alt="Elite Compliance Group, Inc." src="' + baseurl + '/images/ECG-WebSiteLogo-600x185.jpg" height="98px"/><\/td>');
    document.write(   '<td class=\"right\">Elite Compliance Group, Inc.<br/>3010 LBJ Freeway, Suite 990<br/>Dallas, Texas 75234<br/>Telephone 214.736.7170<br/>Facsimile 214.389.4014<\/td>');
    document.write(  '<\/tr>');
    document.write(' <\/table>');
    document.write('<\/div>');
}
