document.write('<div id="header">');
document.write('	<div id="logo_w1">Velmore</div>');
document.write('	<div id="logo_w2">Church</div>');
// Next section provides text to right of Velmore Church heading
document.write('<div style="float:right; width:400px"><p>Store your treasures in heaven, where they will never become moth-eaten or rusty and where they will be safe from thieves. Wherever your treasure is, there the desires of your heart will also be.');
document.write(' <em>Matt&#160;6&#160;v20,21&#160;&#40;NLT&#41;</em></div>');
// Next section provides grey shading over right of header image, main box

document.write('		<div id="header_text_2"></div>');
document.write('		<div class="header_text_3" style="top:91px; bottom:10px; left:708px; width:1px; height:164px"></div>');
document.write('		<div class="header_text_3" style="top:91px; bottom:10px; left:709px; width:1px; height:164px"></div>');
document.write('		<div class="header_text_3" style="top:92px; bottom:10px; left:710px; width:1px; height:163px"></div>');
document.write('		<div class="header_text_3" style="top:92px; bottom:10px; left:711px; width:1px; height:163px"></div>');
document.write('		<div class="header_text_3" style="top:93px; bottom:10px; left:712px; width:1px; height:162px"></div>');
document.write('		<div class="header_text_3" style="top:95px; bottom:10px; left:713px; width:1px; height:160px"></div>');
/*
*/
// Next section provides headline in p tags and sub heading
document.write('		<div id="header_text">');
document.write('			<p><a href=development.html>Development News</a></p>What&#39;s happening at Velmore Church&#63;');
document.write('			');
document.write('		</div>');
/*
*/

// Next section adds RSS feed icon
document.write('		<div id="rss">');
document.write('		<a target="_new" href="http://twitter.com/statuses/user_timeline/234908289.rss"><img src="images/rssicon.png" title="RSS feed" alt="RSS icon" /></a>');
document.write('		</div>');// Next section provides the navigation menu
document.write('		<ul>');
document.write('			<li><a href="index.html">Home</a></li>');
document.write('			<li><a href="about.html">About us</a></li>');
document.write('			<li><a href="where.html">Where are we</a></li>');
document.write('			<li><a href="believe.html">What we believe</a></li>');
document.write('			<li><a href="events.html">What\'s On</a></li>');
document.write('			<li><a href="mission.html">Mission</a></li>');
document.write('			<li><a href="links.html">Links</a></li>');
document.write('			<li><a class=yc style="font-size:1em"href="yc.html">Youth Club</a></li>');
document.write('		</ul>');
document.write('	</div>');

