California Republicans have hatched a devious plan worthy of Jeb Bush, and if they make it happen, it could change the landscape for 2008:
California voters are inclined to support a proposed ballot initiative that would change how the Golden State allocates its electoral votes in presidential campaigns, but they're not yet sold on the idea, a Field Poll released today showed.
Currently, California employs a winner-take-all system that awards the state's entire 55 electoral votes to the winner of the state's popular vote.
Under the proposed measure, which could be on the June 2008 ballot, the presidential election would become, in essence, a congressional district-by-congressional district contest. The winner of the statewide popular vote would receive two electoral votes, but the remaining votes would go to the winner in each of the 53 congressional districts.
The proponents of the California ballot measure, largely Republicans, say such a change would make presidential elections more fair by more accurately reflecting the results of the popular vote. However, Democrats have railed against the proposal by charging that the measure is a Republican-driven effort to keep Democrats from capturing the White House.
If the proposal is adopted, analysts suggest that a Republican presidential candidate would get a boost because Democrats can no longer count on all 55 electoral votes from California, which has voted for Democratic candidates since 1988.
All but two states, Nebraska and Maine, give their electoral votes on a winner-take-all basis to the presidential candidate who wins the statewide popular vote.
<%
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