Lawmakers sent Gov. Arnold Schwarzenegger a bill Wednesday that would make California the first state to jump aboard a national movement to elect the president by popular vote.
Under the legislation, California would grant its electoral votes to the nominee who gets the most votes nationwide — not the most votes in California. Get enough other states to do the same, backers of the bill say, and soon presidential candidates will have to campaign across the nation, not just in a few key "battleground" states such as Ohio and Michigan that can sway the Electoral College vote.
"Frankly, the current system doesn't work," said Assemblyman Rick Keene (R-Chico), the only Republican to vote for the bill. "Presidential candidates don't bother to visit the largest state in the nation…. California is left out."
If Schwarzenegger signs the bill — AB 2948 by Assemblyman Tom Umberg (D-Anaheim) — California will be the first state to embrace the "national popular vote" movement, though legislation is pending in five other states: New York, Illinois, Missouri, Colorado and Louisiana.
The California legislation would not take effect until enough states passed such laws to make up a majority of the Electoral College votes — a minimum of 11 states, depending on population.
The governor's office said Schwarzenegger has not taken a position on the bill. ...
<%
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