// JavaScript Document

var d = new Date();

var curr_date = d.getDate();

var curr_month = d.getMonth();

var curr_year = d.getFullYear();


  document.write("<tr>");
    document.write("<td colspan='2' valign='middle' align='center' height='10'>&nbsp;</td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>"); 
      document.write("<a href='http://www.issa.com/' target='_blank'>");
	  document.write("<img src='http://carrollco.com/images/memissa_blue_nds_jpg.jpg' width='150' height='60' border='0'></a>");
	  document.write("<a href='http://carrollco.com/our_company/carroll.htm#cims'>");
      document.write("<img src='http://carrollco.com/images/cims_expert_sm.jpg' width='150' height='70' border='0'></a> ");
	document.write("</td>");
    document.write("<td align='right'> ");
      document.write("<a href='http://www.cello-online.com' target='_blank'>");
	  document.write("<img src='http://carrollco.com/images/cello-logo_sm.jpg' alt='CELLO homepage' width='75' height='75' vspace='2' border='0'></a> ");
      document.write("<a href='http://carrollco.com/enviropatrol/enviropatrol.html'>");
	  document.write("<img src='http://carrollco.com/images/ep_logo_sm.gif' alt='Enviro Patrol' width='155' height='75' vspace='2' border='0'></a> ");
      document.write("<a href='http://carrollco.com/contractorSOLUTIONS/index.htm'>");
	  document.write("<img src='http://carrollco.com/images/contractorSOLUTIONS_icon.jpg' alt='contractorSOLUTIONS' width='75' height='75' vspace='2' border='0'></a> ");
      document.write("<a href='http://www.cleanworks.net' target='_blank'>");
	  document.write("<img src='http://carrollco.com/images/cwlogo_sm.jpg' alt='cleanworks homepage' width='75' height='75' vspace='2' border='0'></a> ");
      document.write("<a href='http://www.tractionsolutions.com' target='_blank'>");
	  document.write("<img src='http://carrollco.com/images/ts-logo_sm.jpg' alt='TRACTION SOLUTIONS homepage' width='75' height='75' vspace='2' border='0'></a>");
    document.write("</td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td colspan='2' valign='middle' align='center' style='font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #999999;'>&copy; 2008-" + curr_year + ", Carroll&reg; Company</td>");
  document.write("</tr>");