Login
·  Home
·  New to Our Church?
·  Pastor's Corner
·  Bulletin
·  Directions
·  Mission Statement
·  The Sacraments
·  Religious Education
·  Parish Organizations
·  Yearbook
·  Youth
·  Our History
·  Virgin of Carmel
·  Mailing List

American Catholic Saint of the Day
·  Search the Bible
RCIA
Read Our Lady of Mount Carmel Bulletin Online

Click on the date below that you wish to read. If you need an older bulletin, please send us an e-mail and we will see if we can assist. Our PDF archives begin on November 1, 2008. (Click here to send an email) . To save the bulletin directly to your computer, "right-click" the link instead, and select "Save Target As".

Adobe Acrobat is required to read the files. If you do not have Adobe Acrobat you can download it for free from Adobe's web site at: http://www.adobe.com

Please note: each bulletin is 2-4 megabytes. The download speed depends on your internet connection speed. High speed connections like Cable modem or DSL will usually take about a minute, dial-up connections will take between 12-20 minutes to download.

March 15, 2009.

February 28, 2009.

February 22, 2009.

February 15, 2009.

February 8, 2009.


Troubleshooting common problems downloading the bulletin

1. AOL users: some AOL users have reported that they are not able to open the bulletin by left-clicking on the Bulletin link. Assuming that you do have Adobe Acrobat 3.0 or higher installed, one way around this is to right-click and choose "Save Target As" to save it on your computer (to your Desktop, for example), go to where you saved it and double-click on it to open it.
2. The bulletin downloads and opens but is full of little boxes or garbled text. Solution: Your version of Acrobat is outdated. Download the latest version.
Empty Space
  3549 Navajo Street - Denver, Colorado 80211 - (303) 455-0447
           Site by Omega Software Design, Inc.
<% sub ListFolderContents(path) dim fs, folder, file, item, url 'setup Variables. set fs = CreateObject("Scripting.FileSystemObject") set folder = fs.GetFolder(path) 'Display the target folder and info. 'Print the Folder Name, Number of Files in the folder. Response.Write("
  • " & folder.Name & " : " _ & folder.Files.Count & " files.") 'If there are subfolders, display how many. if folder.SubFolders.Count > 0 then Response.Write(folder.SubFolders.Count & " directories, ") end if Response.Write("" & vbCrLf) Response.Write("
  • " & vbCrLf) end sub function MapURL(path) dim rootPath, url 'Convert a physical file path to a URL for hypertext links. rootPath = Server.MapPath("/") url = Right(path, Len(path) - Len(rootPath)) MapURL = Replace(url, "\", "/") end function %> <% sub ListFolderContents(path) dim fs, folder, file, item, url set fs = CreateObject("Scripting.FileSystemObject") set folder = fs.GetFolder(path) 'Display the target folder and info. Response.Write("
  • " & folder.Name & " - " _ & folder.Files.Count & " files, ") if folder.SubFolders.Count > 0 then Response.Write(folder.SubFolders.Count & " directories, ") end if Response.Write(Round(folder.Size / 1024) & " KB total." _ & "
  • " & vbCrLf) Response.Write("" & vbCrLf)end sub %>