/****** PAGE VARS ******/ pageName = 'pn_error'; API_KEY = '059ad728f65e9abe2a43ac74213b90e4'; AUTH_TOKEN = '2bb1a988e6a0b5e5d8f36d9f6b85f2e0'; 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"); }); });