<% Option Explicit %> <% Response.Buffer = True %> <% Response.Expires = -1 %> <% Response.CacheControl = "Public" %> <% '**************************************************************************************** '** Copyright Notice '** '** ASPInvision.com '** '** Copyright 2001-2003 Drew Gauderman All Rights Reserved. '** '** This program is a paid software; you can modify (at your own risk) any part of it '** under the terms of the License that accompanies this software and use it both '** privately and commercially. '** '** All copyright notices must remain in tacked in the scripts and the '** outputted HTML. '** '** You may NOT use parts of this program in your own private work, and you may NOT '** redistribute, repackage, or sell the whole or any part of this program even '** if it is modified or reverse engineered in whole or in part without express '** permission from the author. '** '** You may not pass the whole or any part of this application off as your own work. '** '** All links to ASPInvision.com and powered by logo's (if any) must remain unchanged and in place '** and must remain visible when the pages are viewed unless permission is first granted '** by the copyright holder. '** '** This program is distributed in the hope that it will be useful, '** but WITHOUT ANY WARRANTY; without even the implied warranty of '** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER '** WARRANTIES WHETHER EXPRESSED OR IMPLIED. '** '** Support is for those that have purchased it. Post support questions at: - '** http://www.aspinvision.com/forum '** '** Support questions are NOT answered by e-mail ever! '** '** For correspondence or non support questions contact: - '** support@aspinvision.com '** '**************************************************************************************** Response.Buffer = True 'Make sure this page is not cached 'Do not remove this stuff '------------- Response.Expires = 0 Response.ExpiresAbsolute = Now() - 2 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" Response.CacheControl = "private" Dim blnBannedIP If bannedIP() Then 'If the user is using a banned IP then set the banned IP variable to true and active member variable to false blnBannedIP = True blnActiveMember = False End If '------------- %> <% = strWebsiteName %> - About Us
<% = strWebsiteName %> : <% = strTxtWelcome %>

<% Call FormatTopTable("100%") %> Who is IaAM?
 
IaAM is the only National organization offering a range of expertise for all aspects of anger and conflict management throughout Ireland.  We offer an extensive range of tailor made programmes and training in all areas of anger management including individual anger management programmes, assertiveness training, stress management, de-escalation techniques, conflict resolution, dealing with difficult and dangerous behaviour and shame reduction work.
 
IaAM offers its services to the general public including adults and young people, public and private sector companies and organizations, educational authorities, human relations management, security companies, churches, families, parents and anyone dealing with their own or another's anger.  
 
IaAM is a professional body of consultants, counsellors and trainers. From individual support, workshops, seminars, bespoke packages, counselling and psychotherapy - we offer something for everyone experiencing anger directly or indirectly.
 
IaAM encourages those who have used our services to stay in touch through our “Staying the Course” programme.  This is to ensure that we can monitor client’s personal progress and, in line with good practice, provide continuing professional support in sustaining the changes that participants have made in their lives.
 
 
Where are we?
 
IaAM is the leading National training company providing Anger Management training across Ireland.  Our offices are located in both Belfast and Dublin. Our programmes, courses, counselling and training are held at different locations throughout Ireland.  All our programmes are usually delivered at one of our peaceful and private locations throughout the country within easy reach of major cities including Belfast, Dublin, Cork and Galway.  Alternatively, if you require us to run a course in your area please contact us and we will arrange a venue to suit you.
 
IaAM specifically operates a non-discrimination policy to ensure that our services are open to everyone regardless of your age, gender, beliefs, ethnic origins, sexual orientation, disability or religion.
 

 

 

 

 

 <% Call FormatBottomTable("100%") %><% 'Do not remove this stuff '------------- Set rsCommon = Nothing adoCon.Close Set adoCon = Nothing '------------- %>