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