(function() { // Main namespace for NHS EYLC functions window.lc = window.lc || {}; var lc = window.lc; lc.settings = function() { return { analytics_google_userid: "UA-8810447-6", analytics_tags_meta_question: "ctl00__anyControl__metQuestionNumber", analytics_tags_meta_category: "ctl00__anyControl__metCategory", pages_home: "Default.aspx", pages_session_timeout: "SessionTimeOutWarning.aspx", session_warning_mins: "5", session_timeout: "20" }; } (); })();