
var thisLocation = new locations("scripts/locations.xml");

document.write ("<a name=\"contact\"></a>");
document.write ("<div align=center>\n");
document.write ("<hr width=\"80%\">\n");
document.write ("<p class=\"banner\">&#161;Se Habla Espa&ntilde;ol!</p>\n");
document.write ("<p class=\"footer\">Spring Medical Clinic is your convenient weight loss solution. ");
document.write ("<b>" + thisLocation.count() + " locations</b> to serve you.");
document.write ("<br><br>\n");

thisLocation.printFullAddress();
document.write ("<br><br\n");

document.write ("<p class=\"footer\"><font color=#cc3300>All " + thisLocation.count() + " Locations Open 6 Days a Week:</font>\n");
document.write ("&#9830; Monday - Friday: 9:30 a.m. to 5:30 p.m.\n");
document.write ("&#9830; Saturday: 8:30 a.m. to 2:00 p.m.\n");
document.write ("<br><br\n");

document.write ("<p class=\"footer\">Please note, all listed prices subject to change without notice. We do our best to keep our web site updated with current pricing, but to confirm you can always call ahead to confirm current pricing.\n");
document.write ("</div>\n");

for (i = 0; i < 20; ++i) {
	document.write ("<br>");
}

