<% Dim objConn, Query, Aboutpages, Islampages, Speakerpages, Latestnews, Sideevents, num, repeatnum, indexnum num = 1 Set objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString="PROVIDER=SQLOLEDB;DRIVER={SQL Server};" & _ "SERVER=sql1100.mssqlservers.com;DATABASE=ingorg;" & _ "UID=ingorg;PWD=toipo786;" objConn.Open Query = "SELECT * FROM Aboutpages ORDER BY ordnumber" Set Aboutpages = objConn.Execute(Query) Query = "SELECT * FROM Islampages ORDER BY ordnumber" Set Islampages = objConn.Execute(Query) Query = "SELECT * FROM Speakerpages ORDER BY ordnumber" Set Speakerpages = objConn.Execute(Query) Query = "SELECT * FROM Latestnews WHERE sidebar = 'True' AND displayfrom <= '" & Date & "' AND displayuntil >= '" & Date & "' ORDER BY displayfrom DESC" Set Latestnews = objConn.Execute(Query) repeatnum = 6 If Latestnews.EOF Then Set Latestnews = Nothing Query = "SELECT * FROM Latestnews ORDER BY displayfrom DESC" Set Latestnews = objConn.Execute(Query) repeatnum = 2 End If Query = "SELECT * FROM Events WHERE sidebar = 'True' AND enddate >= '" & Date & "' ORDER BY begdate ASC" Set Sideevents = objConn.Execute(Query) objConn.CommandTimeout = 0 %> Diversity Seminar for Leaders
                               
ING DIVERSITY SEMINARS

Featured Seminar for Education Leaders


Cancellation and Refund Policies


The following cancellation and refund policies shall apply to any ING Diversity Seminar for Leaders workshop, training, class, course, institute or series (hereafter referred to as an Engagement):

  • In the case where a Customer cannot attend a pre-paid Engagement, a notice must be written and emailed to ING at diversityseminars@ing.org. ING is not responsible for any error in the delivery of cancellation notices. Notices must be written and emailed and receipt confirmed by diversityseminars@ing.org.

  • When notice is received at least ten (10) days or more in advance of an Engagement, the Customer is entitled to a refund of his or her payment and will be charged a $25 cancellation fee. No refunds or credit allowances are made for Engagement changes made within ten (10) days. All refunds will be provided through the same method of original payment.

  • ING reserves the right to cancel or reschedule Engagement dates at any time, including replacing seminar leaders who might be scheduled to deliver the Engagement. If ING cancels an Engagement as a result of circumstances beyond its reasonable control (for example, weather, natural disaster, personal emergency) or for any other reason, the Customer is entitled to a full credit allowance.

  • If an Engagement is cancelled or postponed due to situations beyond our control, ING will make every effort to contact you and arrange a prompt refund of the registration fee. If we have not contacted you, please contact us at diversityseminars@ing.org for information on receiving a refund. ING shall not be responsible for any loss incurred by Customer as a result of a cancellation or rescheduling.

    Back




Donate Now

Sign up for Email Newsletters

Volunteer at ING

Intern at ING

Join the Islamic Speakers Bureau

Join the Interfaith Speakers Bureau

Learn about ING Impact

Winter 2009

Spring 2009

Winter 2008

Fall 2008

ING and the First Amendment

<% If Latestnews.EOF Then %>   <% Else %> <% indexnum = 1 Do Until Latestnews.EOF OR indexnum = 6 %>

" style="text-decoration:none"> <%=Latestnews("title")%>

<% indexnum = indexnum + 1 Latestnews.MoveNext loop %> <% End If %>
 
Copyright Islamic Networks Group (ING.ORG) <%=Year(Date)%>. All rights reserved.
 
<% objConn.Close Set objConn = Nothing %>