// JavaScript Document 
document.write ("<table class='tab-footer' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write ("<tr>");
document.write ("<td align='left' valign='top'>");
document.write ("<div id='callto' class='lowertextblk'>");
document.write ("Have Queries: <a href='http://www.rethinkyourink.ca/online_consultation.htm' target='_blank'>Request for a Consultation</a> or Call Us at: (866) 948-5952");
document.write ("</div>");
document.write ("</td>");
document.write ("<td align='left' valign='top'>");
document.write ("<div id='footer'>");
document.write ("<a href='http://www.rethinkyourink.ca/'>Home</a>");
document.write ("| <a href='sitemap.htm'>Sitemap</a>");
document.write ("</div>");
document.write ("</td>");
document.write ("</tr>");
document.write ("</table>");

     
  

