// HEADER FOR EASY EDITING LATER

document.write('<div class="title-bar">');
document.write('<p class="header-text">News</p>');
document.write('</div>');
document.write('<div class="box-wrap">');

document.write('<p class="news-text-title">The Different Club</p>');
document.write('<p class="news-text">For young people who go to High School on Sunday evenings from 6.00pm to 8.00pm. We simply chill out and relax. We watch a film and chat. If you are at high school then come along it is fun. It will be your night out in a safe place.</p>');

document.write('</div>');



// ORIGINAL CODE
//<div class="title-bar">
//                	<p class="header-text">News</p>
//                </div>
//                
//                <div class="box-wrap">
//                <p class="news-text-title">Christmas Fayre</p>
//                <p class="news-text">This years Christmas Fayre will be on Saturday 9th December. We welcome all to come along and join in the festivities ...Read More</p>
//                
//                <p class="news-text-title">Sunday Service</p>
//                <p class="news-text">This years Christmas Fayre will be on Saturday 9th December. We welcome all to come along and join in the festivities ...Read More</p>
//                
//                <p class="news-text-title">Coffee Morning</p>
//                <p class="news-text">This years Christmas Fayre will be on Saturday 9th December. We welcome all to come along and join in the festivities ...Read More</p>
//                
//                </div>
