<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Springville Youth Football');

document.write('</span><br>');

document.write('455 East 850 North<br>');

document.write('Springville, UT 84663<br>');

document.write('PHONE (Brian Smith): <span class="phonetitle">(801) 376-2437<BR></span>');

document.write('PHONE (Greg Thorpe): <span class="phonetitle">(801) 361-9183<BR></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(801) 489-9183<BR></span>');

document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:springvilleyouthfootball@gmail.com">springvilleyouthfootball@gmail.com</a><br>');


//  End -->