<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Salto, Inc.');

document.write('</span><br><br>');

document.write('<b>Brookfield</b><br>');
document.write('21950 Doral Road<br>');
document.write('Waukesha, WI 53186<br>');

document.write('PHONE: <span class="phonetitle">262.782.3430<BR></span>');
document.write('E-mail: ');
document.write(' <A HREF="mailto:ralph@salto-gymnastics-dance.com">ralph@salto-gymnastics-dance.com</a><br>');

document.write('<br><br>');
document.write('<b>Waukesha (West)</b><br>');
document.write('1417 Poplar Drive<br>');
document.write('Waukesha, WI 53188<br>');

document.write('PHONE: <span class="phonetitle">262.549.3344<BR></span>');
document.write('E-mail: ');
document.write(' <A HREF="mailto:saltowest@aol.com">saltowest@aol.com</a><br>');


//  End -->