
var revent = new Array();
var Stamp = new Date();

revent[0] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";
revent[1] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";
revent[2] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";
revent[3] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";
revent[4] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";
revent[5] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";
revent[6] = "<h3>PNC Update:</h3><p>Check the <a href='documents/PNC_Update.pdf'>PNC progress report</a> for the latest information.&nbsp;&nbsp;&nbsp;You may also view the church <a href='documents/FPC.pdf'>CIF</a>.</p><h5>Updated: February 6, 2012</h5>";

function writeREvents() { 
document.write(revent[Stamp.getDay()]);

}


