<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL
var email_2 		= "yes"     // SHOW 2ND E-MAIL
var email_3 		= "yes"     // SHOW 3RD E-MAIL
var email_4 		= "no"     // SHOW 4TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('<span class="subtitle">Infant Swimming Resource</span><br><br>Click either name below for information or questions about ISR lessons in the Austin area. Let us know if you are interested in bringing ISR lessons to your area.<br><br>');


document.write('For morning lessons, contact <A HREF="mailto:j.loomis@infantswim.com" class="link"><b>Wren</b></a>.<br><br>');

document.write('For afternoon lessons, contact <A HREF="mailto:r.bates@infantswim.com" class="link"><b>Robin</b></a>.<br><br><br>');

}



// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('<span class="subtitle">Swimming Pool Safety</span><br><br>Contact us below about pool safety fences, alarms, or covers for your pool, or to schedule a free home pool safety review and estimate.<br><br>');

document.write('Click <A HREF="http://www.safepoolsofaustin.com" class="link" target="blank"><b>Safe Pools of Austin</b></a> to go to our website.<br><br>');


document.write('Write us at <A HREF="mailto:info@safepoolsofaustin.com" class="link"><b>Safe Pools of Austin</b></a>.<br><br>');


}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('<span class="subtitle">Infant Swimming Resource National Website</span><br><br>Click the link below to go to the National ISR website.<br><br>');

document.write(' <A HREF="http://www.infantswim.com" class="link" target="blank"><b>Infant Swimming Resource</a></b><br><br><br>');

}








//  End -->