'0', 'lead_email' => '{?WEBMASTER?}' ); // Is the cookie set? if ((isSessionVariableSet('lead_userid')) && (fetchUserData(getSession('lead_userid')))) { // Secure the id number $content['lead_userid'] = bigintval(getSession('lead_userid')); // Load the email address $content['lead_email'] = getUserData('email'); } // END - if // Load the lead template loadTemplate('lead_code', FALSE, $content); // Footer loadPageFooter(); // [EOF] ?>