<!-- Begin
// $Id: directions1.js,v 1.2 2008/02/05 19:29:03 webadmin Exp $

// This is the title to go at the top of the grey page
document.write('<center><span class="title">Directions to Teen Driver Course</span></center>');
document.write('<center><span class="subtitle">Winslow Junior High School<br>10 Danielson Street<br>Winslow, Maine 04901</span></center><br>');

document.write('<table cellpadding="3" cellspacing="2" border="0" height="400">');
document.write('<tr>');
document.write('<td width="100%" align="right">');
document.write('Page <b>1</b> | <a href="/directions2.html">2</a><br>');
document.write('</tr>');
document.write('</td>');

document.write('<tr>');
document.write('<td width="100%">');
document.write('<iframe width="600" height="350" frameborder="1" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=10+Danielson+Street++Winslow,+Maine+04901&amp;sll=44.54794,-69.623151&amp;sspn=0.010613,0.022659&amp;ie=UTF8&amp;om=0&amp;s=AARTsJoLpVnRk72U-Q9i2Qf6QMYy-k-3lg&amp;ll=44.550326,-69.62182&amp;spn=0.010704,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=10+Danielson+Street++Winslow,+Maine+04901&amp;sll=44.54794,-69.623151&amp;sspn=0.010613,0.022659&amp;ie=UTF8&amp;om=0&amp;ll=44.550326,-69.62182&amp;spn=0.010704,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

//  End -->
