<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<cfquery name="content" datasource="*********">
SELECT TOP 1 CMS_CONTENT.content, CMS_CONTENT.date_post, CMS_PAGE.page_title, CMS_CATEGORY.category_name, CMS_PAGE.page_id, CMS_CONTENT.content_id FROM CMS_CATEGORY INNER JOIN (USERS INNER JOIN (CMS_PAGE INNER JOIN CMS_CONTENT ON CMS_PAGE.page_id = CMS_CONTENT.page_id) ON (USERS.user_id = CMS_CONTENT.user_id) AND (USERS.user_id = CMS_PAGE.user_id)) ON CMS_CATEGORY.category_id = CMS_PAGE.category_id WHERE (((CMS_PAGE.page_id)=1)) ORDER BY CMS_CONTENT.content_id DESC
</cfquery>
<head>
<title><cfoutput>#content.page_title#</cfoutput></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="styles/layout.css" rel="stylesheet" type="text/css" />
<link href="styles/main.css" rel="stylesheet" type="text/css" />
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0327162814_0) return;
window.mm_menu_0327162814_0 = new Menu("root",78,16,"Tahoma, verdana, Arial, sans-serif",10,"#000000","#CC0000","#F3DE2B","#FFFF99","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_0327162814_0.addMenuItem("St. John's","location='page.cfm?pid=5'");
mm_menu_0327162814_0.fontWeight="bold";
mm_menu_0327162814_0.hideOnMouseOut=true;
mm_menu_0327162814_0.bgColor='#555555';
mm_menu_0327162814_0.menuBorder=1;
mm_menu_0327162814_0.menuLiteBgColor='#ffffff';
mm_menu_0327162814_0.menuBorderBgColor='#555555';
mm_menu_0327162814_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
</head>
<cfquery name="todaysEvents" datasource="********">
SELECT CMS_EVENT.description, CMS_EVENT.time, CMS_LOCATION.location_name, CMS_LOCATION.location_address, CMS_LOCATION.location_city, CMS_LOCATION.location_state, CMS_LOCATION.location_zip FROM CMS_LOCATION INNER JOIN CMS_EVENT ON CMS_LOCATION.location_id = CMS_EVENT.location_id WHERE ((CMS_EVENT.date)=convert(datetime, CONVERT(varchar(8), getdate(),112)) ) ORDER BY CMS_EVENT.time
</cfquery>
<body>
<script language="JavaScript1.2">mmLoadMenus();</script>
<div id="frame">
<div id="contentheader">
<p> </p>
</div>
<div id="navbar"> <a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0327162814_0,0,50,null,'image1')" onmouseout="MM_startTimeout();"><img src="images/images/navbar_01.gif" name="image1" width="101" height="50" border="0" id="image1" /></a><img src="images/images/navbar_02.gif" width="146" height="50" /><img src="images/images/navbar_03.gif" width="140" height="50" /><img src="images/images/navbar_04.gif" width="120" height="50" /><img src="images/images/navbar_05.gif" width="143" height="50" /> </div>
<div id="quicklinkbar">
<p><a href="index.cfm">Home</a> - Links </p>
</div>
<div id="contentcenter">
<p class="topleftlinks"><a href="index.cfm">Home</a> > <cfoutput>#content.category_name#</cfoutput> > <cfoutput>#content.page_title#</cfoutput></p>
<p><cfoutput>#content.content#</cfoutput></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p class="updatedts">This page was updated on <cfoutput>#LSDateFormat(content.date_post,'DDDD, MMMM DD, YYYY')#</cfoutput>.</p>
</div>
<div id="contentright">
<p class="toprightlinks">Contact Us - <a href="login.cfm">Login</a> </p>
<p><img src="images/Prayer-Request-Button.gif" width="145" height="84" /></p>
<cfoutput query="todaysEvents">
<cfif todaysEvents.RecordCount GT 0>
<p><strong>#todaysEvents.description#</strong><br />
#LSTimeFormat(todaysEvents.time,'h:mm tt')# at <a href="http://www.mapquest.com/directions/main.adp?2a=#todaysEvents.location_address#&2c=#todaysEvents.location_city#&2s=#todaysEvents.location_state#&2z=#todaysEvents.location_zip#&CID=lfddlink&1sb=revise" target="_blank">#todaysEvents.location_name#</a><br />
</p>
</cfif>
</cfoutput>
<p> </p>
</div>
<div id="contentbottom">
<p class="copyright">(C) Copyright 2007 by PaulNet Designs</p>
<p class="copyright">St. John's/St. Paul's Lutheran Parish<br />
31385 Co Hwy 4<br />
Vergas, MN 56587<br />
(218).342.2379</p>
<p class="copyright">[email protected]</p>
</div>
</div>
</body>
</html>