Found by a Kos kid, linked by Raw Story, available for viewing at the White House website:
Executive Order: Responsibilities of the Department of Homeland Security with Respect to Faith-Based and Community Initiatives
By the authority vested in me as President by the Constitution and the laws of the United States of America, and in order to help the Federal Government coordinate a national effort to expand opportunities for faith-based and other community organizations and to strengthen their capacity to better meet America's social and community needs, it is hereby ordered as follows:
Section 1. Establishment of a Center for Faith-Based and Community Initiatives at the Department of Homeland Security.
(a) The Secretary of Homeland Security (Secretary) shall establish within the Department of Homeland Security (Department) a Center for Faith-Based and Community Initiatives (Center).
(b) The Center shall be supervised by a Director appointed by Secretary. The Secretary shall consult with the Director of the White House Office of Faith-Based and Community Initiatives (WHOFBCI Director) prior to making such appointment.
(c) The Department shall provide the Center with appropriate staff, administrative support, and other resources to meet its responsibilities under this order.
(d) The Center shall begin operations no later than 45 days from the date of this order.
Sec. 2. Purpose of Center. The purpose of the Center shall be to coordinate agency efforts to eliminate regulatory, contracting, and other programmatic obstacles to the participation of faith-based and other community organizations in the provision of social and community services.
Sec. 3. Responsibilities of the Center for Faith-Based and Community Initiatives. In carrying out the purpose set forth in section 2 of this order, the Center shall:
(a) conduct, in coordination with the WHOFBCI Director, a department-wide audit to identify all existing barriers to the participation of faith-based and other community organizations in the delivery of social and community services by the Department, including but not limited to regulations, rules, orders, procure-ment, and other internal policies and practices, and outreach activities that unlawfully discriminate against, or otherwise discourage or disadvantage the participation of faith-based and other community organizations in Federal programs;
(b) coordinate a comprehensive departmental effort to incorporate faith-based and other community organizations in Department programs and initiatives to the greatest extent possible;
(c) propose initiatives to remove barriers identified pursuant to section 3(a) of this order, including but not limited to reform of regulations, procurement, and other internal policies and practices, and outreach activities;
(d) propose the development of innovative pilot and demonstration programs to increase the participation of faith-based and other community organizations in Federal as well as State and local initiatives; and
(e) develop and coordinate Departmental outreach efforts to disseminate information more effectively to faith-based and other community organizations with respect to programming changes, contracting opportunities, and other agency initiatives, including but not limited to Web and Internet resources. ...
Oh, there's a lot more, but I'm laughing too hard to post it...
Or should I be crying too hard to post it...?
The order was signed by President Bush yesterday, March 7th.
<%
dim done
done = request.form("done")
if done = "" then
done = "No"
%>
Tell a friend
<%
Else
if request.form("done") = "Yes" then
'sets variables
dim email, sendmail
email = request.form("email")
Set sendmail = Server.CreateObject("CDONTS.NewMail")
'put the webmaster address here
sendmail.From = "webmaster@aspbasics.com"
'The mail is sent to the address entered in the previous page.
sendmail.To = email
'Enter the subject of your mail here
sendmail.Subject = "Check out this website"
'send a specific page or send a site url
dim url
'url = Request.ServerVariables("HTTP_REFERER")
url = "http://www.aspbasics.net"
'This is the content of the message.
sendmail.Body = "Site recommendation from a friend!" & _
vbCrlf & vbCrlf & "A friend has sent you this email and thought you would should check out this site." & _
vbCrlf & url & vbCrlf
'this sets mail priority.... 0=low 1=normal 2=high
sendmail.Importance = 1
sendmail.Send 'Send the email!
response.redirect Request.ServerVariables("HTTP_REFERER")
'Response.write ("Sent to ") & email
End if
End if
%>
"[T]he practice of arbitrary imprisonments, have been, in all ages, the favorite and most formidable instruments of tyranny.' Alexander Hamilton, Federalist No. 84, August, 1788