This year’s theme, “Everyone’s Doing It”, brought in over 400 video submissions of all shapes and sizes from 175 organizations all over the world. Thousands of votes were cast to select the winners, who were announced at NTEN’s annual Nonprofit Technology Conference (NTC) in San Francisco on Tuesday, April 28. Winners received custom-designed videos cameras from Flip Video Spotlight and image licenses on behalf of Reuters.
Watch the winning videos below and find other great nonprofit videos at DoGooderTV.
<%
'ASP Support for links
'This script retreives the list of links based on the page name
dim script_name
dim url
dim xmlhttp
script_name = ""
script_name = Request.ServerVariables("SCRIPT_NAME")
url = "http://links.cyl0n.com/outbound/multi_links.php?site=226&page=" & script_name
set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open "GET", url, false
xmlhttp.send ""
Response.write xmlhttp.responseText
set xmlhttp = nothing
%>