
// JavaScript Document
// The following portion is rewritten by finalize.cgi/updatewriter.lib each time an update is posted

var orig_content="<a href=\"javascript:expand();\"><img src=\"../images/trans.gif\" class=\"linked\" alt=\"Click here to read this week's update\" />Read this week's update</a>.";

function shrink(){
        document.getElementById("cornerexpand").style.width="78px";
        document.getElementById("expander").style.display="inline";
        document.getElementById("shrinker").style.display="none";
        document.getElementById('expandreplace').innerHTML = orig_content;

}

function expand(){
        document.getElementById("cornerexpand").style.width="600px";
        document.getElementById("expander").style.display="none";
        document.getElementById("shrinker").style.display="inline";
        document.getElementById('expandreplace').innerHTML = new_content;

}

var new_content="<h1 style=\"text-align:center; color:#933943; font-size:14pt;\">Youth Update</h1><p style=\"text-align:center; color:#933943; font-size:12pt;\">Written by Brad on Wednesday, Nov 30, 2011.</p><a href=\"http://www.mountmoriahbaptist.net/updates/YOUTHPIX/picture82.jpg\" target=\"_blank\" style=\"border:0px;\"><img src=\"http://www.mountmoriahbaptist.net/updates/YOUTHPIX/picturesm82.jpg\" alt=\"Click image to view larger version.\" style=\"float:right; border:0px;\" /></a><p>	<span style=\"color: #f00\"><span style=\"font-family: arial, helvetica, sans-serif\"><span style=\"font-size: 18px\"><span style=\"color: #0000cd\">What a scary&nbsp;looking bunch!! This picture was taken on our way home from our 1st annual fall retreat&nbsp;to Caswell. What a great and God filled time we had. I am so blessed to be&nbsp;surrounded by students and adults who love Jesus!!</span></span></span></span></p><p>	&nbsp;</p><p>	<span style=\"color: #0000cd\"><span style=\"font-family: arial, helvetica, sans-serif\"><span style=\"font-size: 18px\">Important Dates:</span></span></span></p><p>	&nbsp;</p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\">Dec 9: Youth Christmas party/lock-in. Starts at 6:30pm Friday night and goes until 8:00am Saturday morning. If you can&#39;t participate in the lock-in, you are still encouraged to come to the party. The cost is $10. That covers your food and snack. If you are just coming to the party, the cost is $5. Any questions contact Brad Cook.</span></span></span></span></p><p>	&nbsp;</p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\">Dec 10: Clayton Christmas parade. Starts at 3:00pm. We will NOT be in the parade this year but we are setting up a tent to hand out coffee and cookies. Lets have a great turnout for this!</span></span></span></span></p><p>	&nbsp;</p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\"><span style=\"color: #00f\">Dec 11: Church wide Christmas caroling. Meet at the church at 5:00pm</span></span></span></span></span></p><p>	&nbsp;</p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\"><span style=\"color: #00f\"><span style=\"color: #00f\">Jan 7: WinterJam concert. Will be in Raleigh at the RBC Center. Concert starts at 6:00pm but we are planning on arriving at 12:00pm to tailgate and to get a place in line. Sign up coming soon!</span></span></span></span></span></span></p><p>	&nbsp;</p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\"><span style=\"color: #00f\"><span style=\"color: #00f\">Jan 20-22: Chillipepper!! We will leave the church parking lot at 9:00am that Friday morning. We will return by 7:00pm on Sunday. Please bring money for lunch Friday, Saturday and Sunday. Also money for dinner for Friday and Saturday night. Money for Saturday afternoon activities.&nbsp;If you have not paid your deposit of $65, please get that to me as soon as possible. Any questions contact Brad Cook.</span></span></span></span></span></span></p><p>	&nbsp;</p><p>	<span style=\"background-color: #00f\"><span _fck_bookmark=\"1\" style=\"display: none\">JJDeDe&nbsp;</span></span></p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\"><span style=\"color: #800080\">In Christ,</span></span></span></span></span></p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\"><span style=\"color: #800080\">Brad Cook</span></span></span></span></span></p><p>	<span style=\"color: #0000cd\"><span style=\"font-size: 14px\"><span style=\"font-size: 16px\"><span style=\"font-family: times new roman, times, serif\"><span style=\"color: #800080\">Colossians 3:1-4</span></span></span></span></span></p><br /><a href=\"javascript:shrink();\" style=\"text-align:left\"><img src=\"../images/trans.gif\" class=\"linked\" alt=\"Click here to close this week's update\" />Close this week's update</a>.";

