<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
document.write('<br>&nbsp;');
document.write('<h3>Area Flyers</h3>');

document.write('<h4>Rita Ranch</h4>');
document.write('<p><a href="RR_July10.pdf">July 2010</a></p>');
document.write('<p><a href="RR_Nov09.pdf">November 2009</a></p>');
document.write('<p><a href="RR_Oct09.pdf">October 2009</a></p>');


document.write('<h4>Sahuarita</h4>');
document.write('<p><a href="S_July10.pdf">July 2010</a></p>');
document.write('<p><a href="S_Nov09.pdf">November 2009</a></p>');
document.write('<p><a href="S_Oct09.pdf">October 2009</a></p>');

document.write('<h4>Vail</h4>');
document.write('<p><a href="V_July10.pdf">July 2010</a></p>');
document.write('<p><a href="V_Nov09.pdf">November 2009</a></p>');
document.write('<p><a href="V_Oct09.pdf">October 2009</a></p>');

//-->


