/****** PAGE VARS ******/ pageName = 'pn_error'; API_KEY = '059ad728f65e9abe2a43ac74213b90e4'; AUTH_TOKEN = 'ebed2c21b98e286a5da71c0d86580e0b'; PROFILE_NAME = ''; WEB_SERVICE = 'http://portal.burnoutweb.ea.com/_services'; d_HTTP_S_MEDIA = 'http://portal.burnoutweb.ea.com/_site_media'; ERROR_STRING = ''; /****** CORE SITE FUNCTIONS ******/ /****** SPECIFIC SITE FUNCTIONS ******/ $(document).ready(function() { $('input, textarea, select').focus(function(){ $(this).addClass("inputHighlight"); }).blur(function(){ $(this).removeClass("inputHighlight"); }); });