Illinois Emergency Management Agency  
IEMA logo

Pat Quinn, Governor
" strSideMenu = strSideMenu & "" Next strSideMenu = strSideMenu & "" End If %>

IEMA Links

Director Velasquez
Disaster Assistance & Preparedness
Mitigation
Training & Exercises
Annual Reports & Publications
Laws & Regulations
News
Freedom of Information
[Search Tips]
Quick Nav:  

     Illinois Professional Emergency Manager Standards & Accreditation Program    


Congratulations on your decision to pursue the status of Illinois Professional Emergency Manager (IPEM).

The IPEM was established to provide an education and training standard for those involved in the emergency management field. The IPEM will also assist county and municipal administrators by providing a framework to use in evaluating individuals applying for positions in their emergency management program. This will offer them the best chance of hiring the most qualified applicant.

The IPEM is open not only to county and municipal emergency managers, but also to anyone at the local and state level who is interested in achieving this designation and hold, or would like to hold, an assignment related to emergency management.


What does it take?
Application Process
Application Review
Accreditation Renewal
Position Description Guidance
2002 IPEM Recipients
2003 IPEM Recipients
2004 IPEM Recipients
2005 IPEM Recipients
2006 IPEM Recipients
2007 IPEM Recipients
2008 IPEM Recipients
2009 IPEM Recipients

 

<% Function GetActiveCourses() Dim arrSessions, xmlhttp, dom, url, node, i, j '*************************************************************************** 'set up call to the web service for Last Updated date '*************************************************************************** 'Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") Set xmlhttp = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0") Set dom = Server.CreateObject("Microsoft.XMLDOM") url = "http://tier2.iema.state.il.us/Training/Training.asmx/GetWebMenu" 'set option to ignore SSL errors const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056 Call xmlhttp.setOption(2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS) 'call web service Call xmlhttp.Open("GET", url, False) Call xmlhttp.send 'Parse xml result dom.Load(xmlhttp.responseBody) Set node = dom.SelectSingleNode("//string") 'did we get a response back from the server? If not node is nothing then 'yes - convert the xml to an array dom.LoadXML(node.text) 'Did we find any records for the search criteria? If not dom.SelectSingleNode("//NewDataSet/Table") is nothing then Set rows = dom.SelectNodes("//NewDataSet/Table") For i = 0 To rows.length - 1 ReDim Preserve arrItems(2,i) For j = 0 to rows(i).childNodes.length - 1 arrItems(j,i) = rows(i).childNodes(j).text Next Next 'clean up your mess set doc = nothing set xmlhttp = nothing GetActiveCourses = arrItems Else 'clean up your mess set doc = nothing set xmlhttp = nothing End If Else 'clean up your mess set doc = nothing set xmlhttp = nothing End If End Function arrCourses = GetActiveCourses() If IsArray(arrCourses) Then strSideMenu = "
" 'strSideMenu = strSideMenu & "
" strSideMenu = strSideMenu & "" For i = LBound(arrCourses,2) To UBound(arrCourses,2) 'strSideMenu = strSideMenu & "
" & arrCourses(1,i) & "
<%=strSideMenu%>

Training/Exercises

Calendar
Exercise Information
Independent Study Program
Illinois Professional Emergency Manager Program
Illinois Professional Development Series
2009 IEMA Conference
Federal Training Resources

Offered Courses

Copyright © IEMA Site Map | Disclaimer | Illinois Privacy Info | Kids Privacy | Web Accessibility | Plug-Ins | Webmaster