Following a tumultuous summer of surging gas prices, war between Israel and Lebanon and more bad news from Iraq, Republicans returned from the August recess and watched President Bush’s approval numbers stabilize along with gas prices. National security dominated the anniversary of Sept. 11, 2001 and the weeks that followed. Despite grumbling from their conservative base, including activists who said the party needed the medicine of an electoral defeat, Republicans didn’t feel they were ailing. They looked forward to continued control of Congress.
“I don’t see the need for changes. We rise and fall with the president in this environment,” said Rep. Tom Davis (R-Va.), former chairman of the National Republican Congressional Committee on the day before the Foley story broke. Davis said any significant loss would prompt an examination, but, “If we hold it together I don’t think you will see any change at all.”
Message: stay the course. My advice? These guys have learned nothing, and they won't change a thing if you leave them in place. Time to cut and run, folks.
<%
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