

<?php include ('top.txt');?>

<table cellpadding=0 cellspacing=0 border=0>
<tr><td style="font-family: verdana; font-size: 14px">

  <span style="font-size: 16px; color: #006699"><b>Welcome</b></span><br><br>

	  Welcome to Holy Rosary Catholic Church.  We're pleased that you have chosen to visit our parish, and we invite you to become active members in our family of faith.

<br><br>

<table style="font-family: verdana; font-size: 14px" cellpadding=0 cellspacing=0 border=0>
<tr>
<td valign=top>
<br>
<center>
<b>Reverend Jude Ndugbu</b><br>
<i>Parochial Administrator</i>
</center>
<br>
<br>
<b>Baptisms</b>: Contact the rectory during office hours for information
<br><br>
<b>Marriages</b>: Contact the central office six months, preferably twelve months in advance
<br><br>
<b>Marriage Preparation Program</b>: Call (715) 421-5777

</td>
<td width=15></td>
<td align=center width=300 valign=top>


<?php

$num = 1;

if ($handle = opendir('./../fileupload/bulletins')) {
    while (false !== ($file = readdir($handle))) {
        if ($file != "." && $file != "..") {

$filestring = $file;
$filestring = str_replace("/", "", "$filestring");
$filestring = str_replace("bulletins", "", "$filestring");

$nameoffile = $filestring;

$filestring = str_replace("_", " ", "$filestring");
$filestring = str_replace(".pdf", "", "$filestring");

$bulletins[$num] = $filestring;

$num++;

        }
    }
    closedir($handle);


    $newestbulletin = $bulletins[$num-1];

    }


  $filestring = $newestbulletin;
  $file = str_replace(" ", "_", "$filestring");

  print "<a href='../fileupload/bulletins/" . $file . ".pdf'><img src='latestbulletin.gif' border=0></a><br><small><i>New bulletins are added on the Friday preceding Sunday Mass.<br>Adobe Reader is needed to view the bulletin.</i></small><br><a href='http://www.adobe.com/products/acrobat/readstep2.html'><img src='getacrobat.gif' border=0></a>";


?>


<br><br>

<table cellpadding=10><tr><td bgcolor=#EBDCEF style="font-family: verdana; font-size: 14px" align=center>

<b>Mass Schedule</b>:
<br><br>
8:30 a.m. - Thurdsday
<br>
8:30 a.m. - Sunday
<br><br>
<b>Confessions</b>:
<br><br>
7:45-8:15 a.m. - Sunday
<br><br>
<b>Rosary</b>:
<br><br>
8:10 a.m. - Sunday

</td></tr></table>


</td></tr></table>

</td>
<td width=10></td>
</tr></table>


<br><br><br>

<center>
<span style="font-size: 10px; color: #777777">
   &copy; Copyright 2003, Holy Rosary Parish
   <br>
   Website by <a href="mailto:adam@holyrosarysigel.com">Adam Peterson</a> | <a href="admin/index.php">Admin</a>
<br>

<?

$file = fopen("count.txt", "r+");
$count = fread($file, filesize("count.txt"));
fclose($file);
$count += 1;
$file = fopen("count.txt", "w+");
fputs($file, $count);
fclose($file);
echo "Visitors since July 12, 2003: <b>" . $count . "</b>";

?>


</span>
</center>

<br><br>

</td></tr></table>

	</td>
</table>


</body>
</html>


