
document.write ("<div id=\"nav-left\" class=\"background\">");

document.write ("<table width=100% cellpadding=0 cellspacing=0>");
document.write ("<tr height=156>");
document.write ("<td width=220>");
document.write ("<img src=images/Funky_Young_People.jpg>");
document.write ("</td>");
document.write ("<td width=900>");
document.write ("<table width=100% cellpadding=0 cellspacing=0>");
document.write ("<tr height=103 class=\"primary\">");
document.write ("<td width=100% valign=bottom>");
document.write ("<h1 id=\"website-title\" class=\"primary\" style=\"padding-left: 15px;\">Spring Medical Clinic</h1>");
document.write ("</td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td width=100% class=\"secondary\">");
document.write ("<div class=contactUs><a href=#contact>Locations / Contact Us</a></div>")
document.write ("<h2 id=\"website-slogan\" class=\"secondary\">Spring into a new you!</h2>");
document.write ("</td>");
document.write ("</tr>");
document.write ("</table>");
document.write ("</tr>");
document.write ("</table>");


