<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>St. Louis ACL User Group</title>
	<atom:link href="http://www.stlouisacl.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stlouisacl.com</link>
	<description>Connecting and sharing ideas about ACL in the St. Louis community</description>
	<lastBuildDate>Tue, 08 May 2012 21:02:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Q2 Uncommon Applications for ACL Presentation</title>
		<link>http://www.stlouisacl.com/2012/05/08/q2-uncommon-applications-for-acl-presentation/</link>
		<comments>http://www.stlouisacl.com/2012/05/08/q2-uncommon-applications-for-acl-presentation/#comments</comments>
		<pubDate>Tue, 08 May 2012 21:02:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=578</guid>
		<description><![CDATA[We learned some nice tricks at our Q2 meeting.  Billy has kindly shared his presentation with us. Uncommon Applications PowerPoint]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">We learned some nice tricks at our Q2 meeting. </span></p>
<p>Billy has kindly shared his presentation with us.</p>
<p><a href="http://www.stlouisacl.com/wp-content/uploads/2012/05/Microsoft-PowerPoint-Uncommon-Applications.pdf">Uncommon Applications PowerPoint</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/05/08/q2-uncommon-applications-for-acl-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips &amp; Tricks #14</title>
		<link>http://www.stlouisacl.com/2012/04/30/tips-tricks-14/</link>
		<comments>http://www.stlouisacl.com/2012/04/30/tips-tricks-14/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 20:25:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=563</guid>
		<description><![CDATA[Applying RECOFFSET We&#8217;ve been using RECOFFSET to identify split Purchase Orders/Requisitions and Duplicate Payments, calculate Running Totals, and identify Security Access violations. Please note: RECOFFSET does not work on all versions of ACL. We have only tested this on Desktop 9.1 and 9.2. Record Offset can be used to move up and down your table [...]]]></description>
			<content:encoded><![CDATA[<h1>Applying RECOFFSET</h1>
<p>We&#8217;ve been using RECOFFSET to identify split Purchase Orders/Requisitions and Duplicate Payments, calculate Running Totals, and identify Security Access violations. <span style="color: #ff0000;"><strong>Please note: RECOFFSET does not work on all versions of ACL. We have only tested this on Desktop 9.1 and 9.2</strong></span>.</p>
<p>Record Offset can be used to move up and down your table to find conditions defined in your computed field. Here&#8217;s how we used Record Offset to find Potential Split Purchase Requisitions made within 2 days of each other:</p>
<blockquote><p><strong>SORT ON Requisitioner Req_Date Vendor_Number TO &#8220;Requisition_Sort&#8221; OPEN</strong></p>
<p><strong>DEFINE FIELD c_Matching_Date COMPUTED</strong></p>
<p><strong>RECOFFSET(Req_Date,-1) IF RECOFFSET( Requisitioner, -1) = Requisitioner AND RECOFFSET( Vendor_Number, -1) = Vendor_Number</strong></p>
<p>Req_Date</p>
<p><strong></strong><strong>DEFINE FIELD c_days_diff COMPUTED c_Matching_Date &#8211; Req_Date<br />
</strong></p></blockquote>
<p>Make sure there&#8217;s a blank space after <strong>DEFINE FIELD c_Matching_Date COMPUTED</strong></p>
<p>First, we sorted the file so that we have the Requisition Number, Requisition Date, and Vendor Number together.</p>
<p>Second, we created a conditional computed field to test if previous Purchase Requisition had the same Requisitioner and Vendor Number. If it found a match, it would pull down the date from that above record.</p>
<p>Finally, now that we have both of our dates on one record, we can subtract them to determine the days between them. In our case, we&#8217;re looking for anything where <strong>ABS(c_days_diff) &lt;= 2 AND ABS(c_days_diff) &gt; 0</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/04/30/tips-tricks-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q2 Meeting is April 25, 2012</title>
		<link>http://www.stlouisacl.com/2012/04/17/q2-meeting-is-april-25-2012/</link>
		<comments>http://www.stlouisacl.com/2012/04/17/q2-meeting-is-april-25-2012/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 21:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=557</guid>
		<description><![CDATA[Unusual Uses for Common ACL Functions Join us for Billy Cheung&#8217;s presentation. Here&#8217;s the flyer!  We hope to see you there. ACLUG2012Q2]]></description>
			<content:encoded><![CDATA[<h2><strong><span style="font-family: Arial; font-size: large;"><span style="font-family: Arial; font-size: large;">Unusual Uses for Common ACL Functions</span></span></strong></h2>
<p>Join us for Billy Cheung&#8217;s presentation.</p>
<p>Here&#8217;s the flyer!  We hope to see you there.</p>
<p><a href="http://www.stlouisacl.com/wp-content/uploads/2012/04/ACLUG2012Q2.pdf">ACLUG2012Q2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/04/17/q2-meeting-is-april-25-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job Opening @ Enterprise Holdings</title>
		<link>http://www.stlouisacl.com/2012/04/13/job-opening-enterprise-holdings/</link>
		<comments>http://www.stlouisacl.com/2012/04/13/job-opening-enterprise-holdings/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 14:52:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Job Posting]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=549</guid>
		<description><![CDATA[Enterprise Holdings has a job opening! Data Analytics Specialist/Data Analytics Senior – Internal Audit Department The Enterprise Holdings’ Internal Audit Department is excited to announce an opening for a Data Analytics Specialist or Data Analytics Senior (depending on experience).  This individual will work closely with the various Internal Audit teams, Corporate Security and operating groups [...]]]></description>
			<content:encoded><![CDATA[<p>Enterprise Holdings has a job opening!</p>
<p><strong>Data Analytics Specialist/Data Analytics Senior</strong><strong> </strong><strong>–</strong><strong> </strong><strong>Internal Audit Department</strong></p>
<p>The Enterprise Holdings’ Internal Audit Department is excited to announce an opening for a Data Analytics Specialist or Data Analytics Senior (depending on experience).  This individual will work closely with the various Internal Audit teams, Corporate Security and operating groups to help proactively identify, investigate and deliver analysis on potential fraud scenarios.  The individual will also assist in the process of obtaining, organizing, and delivering on data requests for various Internal Audit projects as needed to ensure reliability of financial data, safeguarding of assets and records, and adherence to policies.  This individual will work with business/operational management teams across Enterprise Holdings while providing the individual with opportunities to increase their knowledge of Enterprise Holdings’ Oracle and Teradata databases.</p>
<p><span id="more-549"></span></p>
<p><strong>Responsibilities Include:</strong></p>
<ul>
<li>Evaluate continuous monitoring reports and social media sites for potentially fraudulent activity and conduct follow-up with the operating groups</li>
<li>Assist in work to support various internal and external customers to provide the information they need for various anti-fraud initiatives, internal investigations, and process/rate integrity audits</li>
<li>Query, link, validate and then analyze data across multiple databases with a keen eye on data integrity</li>
<li>Assist with project sample selections, document requests, and determination of data sources as needed</li>
<li>Support the project approach/methodology being applied</li>
<li>Evaluate operational processes and measure their compliance with Company operating policies</li>
<li>Ensure proper documentation, validation of data and completion of the project</li>
<li>Evaluate and communicate project results to the Internal Audit Data Analytics Supervisor and discuss potential best practices, continuous monitoring reports and/or COSO audit steps, where<br />
applicable, to maintain a focus on the related fraud/internal control risk going forward</li>
<li>Participate in other audit services (e.g., Group COSO audits, Fiscal Year-End Review, Financial Statement Reviews, Follow-Up Audits, Branch Evaluations, etc.) as needed</li>
</ul>
<p><strong>Minimum Qualifications:</strong></p>
<ul>
<li>Bachelor’s Degree required</li>
<li>Prior data analysis experience preferred  (ACL, SQL, DataWarehouse, Business Objects, Cognos)</li>
<li>One (1) to three (3) years of data analysis experience</li>
<li>Must be authorized to work in the United  States and not require sponsorship now or in the future</li>
</ul>
<p><strong>Qualified Candidates must also possess the following:</strong></p>
<ul>
<li>Sense of high ethics and confidentiality</li>
<li>Strong communication skills</li>
<li>Keen business sense</li>
<li>Attention to detail</li>
<li>Ability to work extended hours as needed</li>
<li>Willing to learn or be proficient in spreadsheet, word processing, database applications/querying tools and macro writing skills</li>
<li>Analytical and problem solving skills</li>
<li>Demonstrated history of learning new skill sets</li>
<li>Willing to commit a minimum of two (2) years to the Data Analytics Team</li>
<li>Must be able to work in a fast-paced environment with ability to manage multiple competing tasks, projects and demands</li>
</ul>
<p><strong>How to Apply:</strong></p>
<p>If you are interested and qualified for this position, you must apply via the Enterprise career center: <a href="https://us-erac.icims.com/jobs/58105/job">click here</a>.</p>
<p>If you have any questions regarding this opportunity, please reach out to Nick Panneri 314-512-2867.</p>
<p><span style="color: #ff6600;">If you have a job posting to share, email</span> <a href="mailto:jmontes@bswllc.com">StLouisACL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/04/13/job-opening-enterprise-holdings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips &amp; Tricks #13</title>
		<link>http://www.stlouisacl.com/2012/03/08/tips-tricks-13/</link>
		<comments>http://www.stlouisacl.com/2012/03/08/tips-tricks-13/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 23:13:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=539</guid>
		<description><![CDATA[Don&#8217;t forget alltrim! When comparing two fields or looking for one field inside another, use alltrim to make sure that no spaces get in the way of finding all matches. For example Field 1 Field 2 8695 000-99-8695 Jack Jackson Huflbug 1234 1234 Fake Street Try to find Field 1 in Field 2 . You can [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>Don&#8217;t forget alltrim!</strong></h1>
<div><strong>When comparing two fields or looking for one field inside another, use alltrim to make sure that no spaces get in the way of finding all matches.</strong></div>
<div><strong> </strong></div>
<div><strong>For example</strong></div>
<table border="1" cellspacing="0" cellpadding="0" width="187">
<colgroup>
<col width="82"></col>
</colgroup>
<colgroup>
<col width="105"></col>
</colgroup>
<tbody>
<tr height="17">
<td width="82" height="17">Field 1</td>
<td width="105">Field 2</td>
</tr>
<tr height="17">
<td height="17">8695</td>
<td>000-99-8695</td>
</tr>
<tr height="17">
<td height="17">Jack</td>
<td>Jackson Huflbug</td>
</tr>
<tr height="17">
<td height="17">1234</td>
<td>1234 Fake Street</td>
</tr>
</tbody>
</table>
<div><strong> </strong></div>
<div><strong>Try to find Field 1 in Field 2</strong></div>
<div><span style="color: #99ccff;"><strong> .</strong></span></div>
<div><strong></p>
<div>You can try <span style="color: #ff9900;">find(Field1,Field2)</span></div>
<div>This will not work in the examples above if a space or multiple spaces are included in front or behind the visible text.  Trust me, they are there. I put them in.</div>
<div> <img src='http://www.stlouisacl.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<h2>This will work though!<strong> </strong></h2>
<h2>find(<span style="color: #ff0000;">alltrim</span>(Field1),Field2)</h2>
<h2><strong> </strong></h2>
<p></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/03/08/tips-tricks-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a Robust Continuous Audit Tool Recap</title>
		<link>http://www.stlouisacl.com/2012/02/15/developing-a-robust-continuous-audit-tool-recap/</link>
		<comments>http://www.stlouisacl.com/2012/02/15/developing-a-robust-continuous-audit-tool-recap/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 18:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=532</guid>
		<description><![CDATA[Thank you Nick Panneri &#38; Rene Kennedy from Enterprise for sharing your ACL/SQL experience and expertise with us. Here is the Enterprise Robust Continuous Audit powerpoint. ACL_UG_Enterprise We’re planning our next meeting for April 25th over lunch. More details to follow – but mark your calendars. Billy Cheung who just joined Mercy Health Systems and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Thank you Nick Panneri &amp; Rene Kennedy from Enterprise for sharing your ACL/SQL experience and expertise with us. </strong></p>
<p>Here is the Enterprise Robust Continuous Audit powerpoint. <a href="http://www.stlouisacl.com/wp-content/uploads/2012/02/ACL_UG_Enterprise.ppt">ACL_UG_Enterprise</a></p>
<p><em>We’re planning our next meeting for April 25<sup>th</sup> over lunch. More details to follow – but mark your calendars. Billy Cheung who just joined Mercy Health Systems and was previously a consultant with ACL Services will have some great tips for us.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/02/15/developing-a-robust-continuous-audit-tool-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012  1st Quarter Meeting is January 25, 2012</title>
		<link>http://www.stlouisacl.com/2012/01/17/2012-1st-quarter-meeting-is-january-25-2012/</link>
		<comments>http://www.stlouisacl.com/2012/01/17/2012-1st-quarter-meeting-is-january-25-2012/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:34:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=519</guid>
		<description><![CDATA[Developing a Robust Continuous Audit Tool Nick and Rene will show us how they combined SQL and ACL to provide a continuous audit tool with an efficient exception management solution that has the flexibility of being able to access reports without having to be &#8220;ACL&#8221; proficient. &#160; Registration and Lunch &#8211; 11:30 am Meeting 12-1 [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><strong> </strong></h2>
<h2 style="text-align: center;"><span style="color: #ff0000;"><strong>Developing a Robust Continuous Audit Tool</strong></span></h2>
<h2 style="text-align: center;"><strong> </strong></h2>
<h3><span style="color: #000000;"> </span></h3>
<h3><span style="color: #000000;">Nick and Rene will show us how they combined SQL and ACL to provide a continuous audit tool with an efficient exception management solution that has the flexibility of being able to access reports without having to be &#8220;ACL&#8221; proficient.</span></h3>
<p>&nbsp;</p>
<h2 style="text-align: center;"><strong> </strong></h2>
<h2 style="text-align: center;"><strong>Registration and Lunch &#8211; 11:30 am</strong></h2>
<h2 style="text-align: center;"><strong>Meeting 12-1</strong></h2>
<h2><strong> </strong></h2>
<h2><strong> </strong></h2>
<h2><span style="color: #ff0000;"><strong> </strong></span></h2>
<h2 style="text-align: center;"><span style="color: #ff0000;"><strong>Lunch provided courtesy of Laclede Gas</strong></span></h2>
<p><a href="http://www.stlouisacl.com/wp-content/uploads/2012/01/ACL-UG-2012-Q1.pdf">ACL UG 2012 Q1 Flyer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/01/17/2012-1st-quarter-meeting-is-january-25-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACDA Exam &#8211; 3/15/12</title>
		<link>http://www.stlouisacl.com/2012/01/09/acda-exam-31512/</link>
		<comments>http://www.stlouisacl.com/2012/01/09/acda-exam-31512/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 14:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=512</guid>
		<description><![CDATA[ACL has just announced that there will be an ACL ACDA examination in St. Louis on March 15 2012. Registration details are available at http://www.cvent.com/Events/Calendar/Calendar.aspx?cal=bf960e5d-2985-49e6-8c44-ad18388ff4bd. __________________________ ACL certification evaluates and recognizes your ability to integrate ACL technology into your financial analysis and business process. Earning the ACL Certified Data Analyst (ACDA) designation enhances your professional [...]]]></description>
			<content:encoded><![CDATA[<p>ACL has just announced that there will be an ACL ACDA examination in St. Louis on March 15 2012.</p>
<p>Registration details are available at <a href="http://www.cvent.com/Events/Calendar/Calendar.aspx?cal=bf960e5d-2985-49e6-8c44-ad18388ff4bd">http://www.cvent.com/Events/Calendar/Calendar.aspx?cal=bf960e5d-2985-49e6-8c44-ad18388ff4bd</a>.</p>
<p>__________________________<br />
ACL certification evaluates and recognizes your ability to integrate ACL technology into your financial analysis and business process. Earning the ACL Certified Data Analyst (ACDA) designation enhances your professional development while validating your technical skills and ensuring you meet performance standards necessary to address key business challenges.</p>
<p>Here more details!</p>
<p><a href="http://www.stlouisacl.com/wp-content/uploads/2012/01/Training_901.pdf">Training_901</a></p>
<p>Please let us know if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2012/01/09/acda-exam-31512/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips &amp; Tricks #12</title>
		<link>http://www.stlouisacl.com/2011/12/21/tips-tricks-12/</link>
		<comments>http://www.stlouisacl.com/2011/12/21/tips-tricks-12/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 18:52:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=506</guid>
		<description><![CDATA[SCRIPTING DATA INTEGRITY VERIFICATION I like this convenient way to script the data intergity verification step with added value. 1.  Extract the entire record into a file if any field is not verifiable. OPEN TESTFILE EXTRACT RECORD IF NOT(VERIFY(field1) AND VERIFY(field2) AND VERIFY(field3) AND VERIFY(field&#8230;)) TO &#8220;Review_for_Invalid_Data.FIL&#8221; You can send the records to excel if any data validation [...]]]></description>
			<content:encoded><![CDATA[<h3>SCRIPTING DATA INTEGRITY VERIFICATION</h3>
<p>I like this convenient way to script the data intergity verification step with added value.</p>
<p><strong>1.  Extract the entire record into a file if any field is not verifiable.</strong></p>
<p>OPEN TESTFILE</p>
<p>EXTRACT RECORD IF NOT(VERIFY(field1) AND VERIFY(field2) AND VERIFY(field3) AND VERIFY(field&#8230;)) TO &#8220;Review_for_Invalid_Data.FIL&#8221;</p>
<p>You can send the records to excel if any data validation errors are found.</p>
<p>IF WRITE1&gt; 0 EXTRACT Field1 Field2 Field3 Field4 XLS21 TO &#8220;Data_errors&#8221;</p>
<p><strong>2.  Then you can also create the normal verify text file to indicate which fields weren&#8217;t verifiable.</strong></p>
<p>OPEN TESTFILE</p>
<p>VERIFY ALL ERRORLIMIT 1000 TO “Data_ErrorsDetail.TXT”</p>
<p>Usually,  just looking at the .fil created by step one will be enough.  You can usually see why a record wasn&#8217;t verified, but the text file confirms exactly which fields were invalid.  The audience doesn&#8217;t have to know ACL to review an excel and txt file of data validation errors either!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2011/12/21/tips-tricks-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACL Functions Reference</title>
		<link>http://www.stlouisacl.com/2011/12/01/acl-functions-reference/</link>
		<comments>http://www.stlouisacl.com/2011/12/01/acl-functions-reference/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:32:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.stlouisacl.com/?p=497</guid>
		<description><![CDATA[Since ACL 9.2 is missing the function reference, we are posting it here. &#160; http://docs.acl.com Select ACL User Guide -&#62; ACL Language Reference -&#62; Functions &#160; Please feel free to contribute any advice or resources for our tips and tricks menu.]]></description>
			<content:encoded><![CDATA[<p>Since ACL 9.2 is missing the function reference, we are posting it here.</p>
<p>&nbsp;<br />
<a href="http://docs.acl.com">http://docs.acl.com</a></p>
<p>Select ACL User Guide -&gt; ACL Language Reference -&gt; Functions</p>
<p>&nbsp;</p>
<p>Please feel free to contribute any advice or resources for our tips and tricks menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisacl.com/2011/12/01/acl-functions-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

