<!---
This file is Copyright © 1998-2009 by Home Care Business Services. This work may not be reproduced, in whole or in part, 
using any medium, including, but not limited to, electronic transmission, CD-ROM or published in print, without the express 
permission of Home Care Business Services.

$Revision: 1.3 $
$Id: logout.cfm,v 1.3 2009/03/25 19:32:47 arlen Exp $
$Date: 2009/03/25 19:32:47 $
--->
<!---Copyright: Dynamic Media Solutions - 2004, All rights reserved--->
<cftry>
  <cflock scope="Session" type="Exclusive" timeout="10">
		<cfset rc = StructDelete(session, "AgencyID")>
		<cfset rc = StructDelete(session, "AgencyName")>
		<cfset rc = StructDelete(session, "User")>
		<cfset rc = StructDelete(session, "EmployeeID")>
		<cfset rc = StructDelete(session, "Name")>
		<cfset rc = StructDelete(session, "Permissions")>
 		<cfset rc = StructDelete(session, "Display")>
 </cflock>
<cflocation url="index.cfm" addtoken="no">
<cfcatch type="Lock">
</cfcatch>
</cftry>
