<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% // *** Edit Operations: declare variables // set the form action variable var MM_editAction = Request.ServerVariables("SCRIPT_NAME"); if (Request.QueryString) { MM_editAction += "?" + Server.HTMLEncode(Request.QueryString); } // boolean to abort record edit var MM_abortEdit = false; // query string to execute var MM_editQuery = ""; %> <% // *** Insert Record: set variables if (String(Request("MM_insert")) == "form1") { var MM_editConnection = MM_connStwDn_STRING; var MM_editTable = "extraA"; var MM_editRedirectUrl = "file:///C|/Documents%20and%20Settings/Joyce/My%20Documents/WEB-EP/WEB/Thanks/Thanks-Golf.htm"; var MM_fieldsStr = "temail|value|hiddenField|value"; var MM_columnsStr = "email|',none,''|address|',none,''"; // create the MM_fields and MM_columns arrays var MM_fields = MM_fieldsStr.split("|"); var MM_columns = MM_columnsStr.split("|"); // set the form values for (var i=0; i+1 < MM_fields.length; i+=2) { MM_fields[i+1] = String(Request.Form(MM_fields[i])); } // append the query string to the redirect URL if (MM_editRedirectUrl && Request.QueryString && Request.QueryString.Count > 0) { MM_editRedirectUrl += ((MM_editRedirectUrl.indexOf('?') == -1)?"?":"&") + Request.QueryString; } } %> <% // *** Insert Record: construct a sql insert statement and execute it if (String(Request("MM_insert")) != "undefined") { // create the sql insert statement var MM_tableValues = "", MM_dbValues = ""; for (var i=0; i+1 < MM_fields.length; i+=2) { var formVal = MM_fields[i+1]; var MM_typesArray = MM_columns[i+1].split(","); var delim = (MM_typesArray[0] != "none") ? MM_typesArray[0] : ""; var altVal = (MM_typesArray[1] != "none") ? MM_typesArray[1] : ""; var emptyVal = (MM_typesArray[2] != "none") ? MM_typesArray[2] : ""; if (formVal == "" || formVal == "undefined") { formVal = emptyVal; } else { if (altVal != "") { formVal = altVal; } else if (delim == "'") { // escape quotes formVal = "'" + formVal.replace(/'/g,"''") + "'"; } else { formVal = delim + formVal + delim; } } MM_tableValues += ((i != 0) ? "," : "") + MM_columns[i]; MM_dbValues += ((i != 0) ? "," : "") + formVal; } MM_editQuery = "insert into " + MM_editTable + " (" + MM_tableValues + ") values (" + MM_dbValues + ")"; if (!MM_abortEdit) { // execute the insert var MM_editCmd = Server.CreateObject('ADODB.Command'); MM_editCmd.ActiveConnection = MM_editConnection; MM_editCmd.CommandText = MM_editQuery; MM_editCmd.Execute(); MM_editCmd.ActiveConnection.Close(); if (MM_editRedirectUrl) { Response.Redirect(MM_editRedirectUrl); } } } %> <% var rsEmail = Server.CreateObject("ADODB.Recordset"); rsEmail.ActiveConnection = MM_connStwDn_STRING; rsEmail.Source = "SELECT * FROM extraA"; rsEmail.CursorType = 0; rsEmail.CursorLocation = 2; rsEmail.LockType = 1; rsEmail.Open(); var rsEmail_numRows = 0; %> Ultimate-Democrat

Ultimate-FreeTime.com

Democrat DonkeyUltimate-Democrat.com
Everything Democrat

 

CLICK HERE for Gifts at
Ultimate-GiftStore.com

 

CELEBRATE THE HOLIDAYS VISIT:
Ultimate-Holiday.com

 

EASTER GIFTS

Order a NObama Shirt!  

Democrat Search
Google

Delegates & Super Delegates
By: Ernie Fitzpatrick

One of the main questions that I contantly receive is who are those super delegates and why do only the Democrats have them? The second question is why are there so many different delegate vote counts for Obama and Hillary? The answer to question two is question number one. Let me try an unravel this mystery that only the Democratic party embraces.

Pledged delegates are based upon how the people in the state vote; however, it's not quite that simple. Unlike the Republicans who have a winner take all simplicity to their format, the Democrats give 51% of "some" of the delegates to whomever wins 51% of the vote. Then they give the "rest" of the delegates to the candidate who wins the various number of congressional areas within the state. A person could carry the state by winning in a very populous district but lose the total delegate vote.

Ah but wait, it gets more confusing. Not to mention what'll happen if New Mexico never gives us a full count .

The latest number that I heard is that there are around 796 super delegates. They're on their own and and vote based on some astrological sign if they so choose. Who gets to be a super delegate? The easiest partial answer is that every Democratic member of Congress (the two senators and whatever number of representatives the Democrats have in the House).

No it gets rellay fuzzy. Ex presidents and vice presidents get to vote. That's a small number. Superdelegates to the 2008 Democratic National Convention also includes the Democratic governors, various additional elected officials, members of the Democratic National Committee, all former Democratic Leaders of the U.S. Senate, all former Democratic Speakers of the U.S. House of Representatives and Democratic Minority Leaders, as applicable, and all former Chairs of the Democratic National Committee."

Joe Lieberman has been voted out! :-(

For a complete list CLICK HERE ! So, when the count you see from one news source has Hillary leading and another has Obama leading, it's probably because one is using on the pledged delegates while the other is factoring in "know superdelegates". But of ource, super delegates chanchange their minds any time which is what makes them oh so super!

Important Categories
Travel Financial Planning E Commerce Lifestyle Real Estate
Hotels Debt consolidation Broadband Fitnes Refinancing
Airline Loans VoIP Singles Mortgages
Car Rental Credit Cards Domain Names Dating Home Equity Loans
 
<% rsEmail.Close(); %>