var str = '';

str += '<div id="rightCol">';

str += '<div>';
str += '<img src="../images/Updates.jpg" border="3px" width="268px" height="135px" />';
str += '<p></p></div>';

str += '<div id="rightColMain">';
str += '<p class="rightColMainTop"></p><h3>News</h3><h5>March 15th, 2011</h5>';
str += '<h4>New Vision Academy Application</h4>';

str += '<p>New Vision Academy is currently accepting applications for students '; 
str += 'grades 5th, 6th, 7th, and 8th for the 2012-2013......';
str += '<a href="docs/StudentEnrollment.html" title="Application" '; 
str += 'target="_blank">APPLY HERE</a></p>';

//str += '<h5>March 22nd, 2011</h5><h4>School Director Application</h4>';
//str += '<p>New Vision Academy is currently accepting applications for a new //school'; str += ' director. <a href="SchoolDirector.pdf">APPLY HERE</a></p>';

str += '<h5>March 22nd, 2011</h5><h4>Middle School Teacher Application</h4>';
str += '<p>New Vision Academy is currently accepting applications for new middle '; str += 'school teachers. <a href="mstp.doc">APPLY HERE</a></p>';

str += '<h3>Inspirational Quotes</h3>';
str += '<p class="testimonial">Life is a great big canvas, and you should throw '; str += 'all the paint on it you can. </p>';
str += '<p class="name" style="margin-bottom:0">-Danny Kaye</p>'; 
str += '<p class="rightColMainBottom"></p></div></div>';

document.write(str);

