jQuery( document ).ready( function () {

pageTracker._setCustomVar(
      1,                // This custom var is set to slot #1
      "Met Global Visitor",    // The name of the custom variable
      "Global",        // The value of the custom variable 
                        //  (possible values might be Free, Bronze, Gold, and Platinum)
      1                 // Sets the scope to visitor-level
      );
pageTracker._trackPageview(); 
} );




