<!-- Begin
// $Id: index.js,v 1.5 2008/02/05 22:19:46 webadmin Exp root $

// Put your test here. Remember to use a \ at the end of each line until the terminating line with the );
document.write('<br>');
document.write('<center><span class="title">Welcome to Benson\'s Driver Education!</span></center>');

document.write('<table cellpadding="0" cellspacing="0" border="0">');

document.write('<tr>');
document.write('<td width="70%">');
document.write('<p class="text">');
document.write('At Benson\'s Driver Education we distinguish our selves with one-on-one personalized service, a ');
document.write('focus on the customer and the customer\'s safety. We will do what needs to be done to assist the ');
document.write('young person in obtaining a driver\'s license in Maine, and teaching the Maine Motorcycle ');
document.write('Safety Education Course, approved by the Maine State Bureau of Motor Vehicles Driver Education Unit.');
document.write('</p>');

document.write('<p class="text">');
document.write('Our teen driver course provides thirty (30) hours training in the class room, and ten (10) ');
document.write('hours on the road in the school vehicle. Courses are taught in the summer months. The fee for this ');
document.write('course includes the learner permit, and the first road test with the Bureau of Motor Vehicles.');
document.write('</p>');

document.write('<p class="text">');
document.write('The Motor Cycle course includes eight (8) hours of class room instruction. ');
document.write('Successfully finishing the course allows the student to have the necessary paperwork (certificate of completion)');
document.write(' to visit the Department of Motor Vehicles branch in their area and receive a permit to legally ride a motorcycle in the state of Maine.');
document.write('The certificate is good for two years. ');
document.write('</p>');

document.write('<p class="text">');
document.write('We have been serving central Maine for over ten years.');
document.write('</p>');

document.write('</span>');
document.write('</td>');
document.write('<td width="5%"></td>');

document.write('<td width="25%"><img src="picts/collage2.jpg" alt="Maine Collage"></td>');

document.write('</tr>');
document.write('</table>');

document.write('<br><br><center><span class="bigredtext">\'Freedom is a riding experience!\'</span></center><br> ');


//  End -->
