<% 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 %> Speakers Bureau - Acceptable Use Policy
                               
Acceptable Use Policies and Agreement for ING Diversity Seminar Resource Kit Materials

Thank you for registering for an ING Diversity Seminar. As an important part of this course, you will receive a Resource Kit that includes valuable information and resources specific to your profession to enhance your cultural competency skills. The Resource Kit will be distributed to onsite participants at the Diversity Seminar. Webinar participants will have access to selected items in the resource kit by downloading PDF files.


  • All ING Diversity Seminar Customers who have registered for a seminar or webinar, or have paid a fee for the ING Resource Kit, will have access to Resource Kit files in a digital format as PDFs. The ING-developed materials, including presentation slides, are copyright protected by ING.
  • The Resource Kit also includes third party resources, which may also be copyrighted as noted on each document. Both ING and third-party materials are intended for your or your organization’s non-commercial, professional use only. You may only use and distribute the Resource Kit materials to members within your organization.
  • ING Diversity Seminar Customers shall not change or attempt to change the content of the materials in any way.
  • ING Diversity Seminar Customers shall not use these materials in any events without prior authorization.
  • ING Diversity Seminar Customers shall not share these materials outside their organizations without prior authorization.
  • The Resource Kit files will be available through ING from a secure, password-protected website. ING will provide ING Diversity Seminar Customers access to this website through an email 3-5 days before the seminar date.
  • ING Diversity Seminar Customers shall not share the access codes to the ING Resource Kit website.
  • ING is the sole owner of all copyrights, trademarks and other intellectual property rights associated with the Resource Kit materials. Nothing contained in this agreement transfers any ownership right of any kind to any signatory. Any use of the materials in derogation of this Use Policy is strictly prohibited.
  • Authorized users may not copy, print, transmit, replicate or disseminate the Resource Kits materials except as explicitly permitted by this Use Policy.
  • ING reserves the right to change or add to this policy as needed. If this occurs, any new rule will become a part of this policy.
As an ING Diversity Seminar Customer, I have read the above Acceptable Use policies and agree to be bound by these terms. I understand that I am personally liable for adherence to these policies

Donate Now

Volunteer at ING

Intern at ING

Join ING on Facebook

Sign up for email newsletters

Learn about ING Impact

Fall 2010

Archives

ING and the First Amendment

Charles Haynes of the First Amendment Center Keynote Address

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

" 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 %>