
/*
The code below will write
one heading and two paragraphs
*/
document.write('<img src="images/slider_img_small_4.jpg" alt="picture" width="70" height="70" />');
document.write("<p><strong>FCMI Regional Conference</strong></p>");
document.write('<p class="test">Janruary 27-29,2011</p>');;
document.write("<p>306 Baden St. SSF, CA</p>");
document.write('<div class="bg"></div>');

document.write('<img src="images/youth.jpg" alt="picture" width="70" height="70" />');
document.write("<p><strong>YOUTH DAY</strong></p>");
document.write('<p class="test">Janruary 30,2011 at 10:45 am</p>');
document.write("<p>Guest Speaker:  Pastor Santino DeAngelo of Genesis Worship Center, Daly City, CA.</p>");
document.write('<div class="bg"></div>');

document.write('<img src="images/uncommon.jpg" alt="picture" width="57" height="81" />');
document.write("<p><strong>IRON MAN MONTHLY MEN'S BREAKFAST</strong></p>");
document.write('<p class="test">Jan. 22, 2011</p>');
document.write("<p>Dare to be Uncommon Men's Bible study.</p>");
document.write('<div class="bg"></div>');

document.write('<img src="images/news_img.jpg" alt="picture" width="70" height="70" />');
document.write("<p><strong>WOMEN OF FAITH MINISTRIES</strong></p>");
document.write("<p>Stay posted, we are in the planning stages of our next event...'</p>");
document.write('<div class="bg"></div>');

document.write('<img src="images/img_2.gif" alt="picture" width="70" height="70" />');
document.write("<p><strong>FINANCIAL PEACE UNIVERSITY</strong></p>");
document.write('<p class="test">February 28,2011 - May 16, 2011 6:30 pm - 8:30 pm</p>');
document.write("<p>A biblically based cirriculum that teaches people how to handle money God's way.'</p>");
document.write('<p class="test"><a href="http://www.daveramsey.com/fpu/signup/blnGetStartedClasses/0/blnSortByStartDate/0/intClassId/170321/intMaxRad/30/intZipCode/94102/strState/%5F%2D%5FNULL%5F%2D%5F/" target="_blank"><p>Click here to register.');
document.write('<div class="bg"></div>');

