var startTScript=new Date().getTime();var IPerceptions=window.IPerceptions||{};IPerceptions.Survey=IPerceptions.Survey||{};(function($){(function(){var surveyInit=function(params){var invRate=params.surveyRate||35;var surveyJS=params.surveyJS;var strURL=document.URL;var department="";var randomNumber=Math.floor((Math.random()*100));if(randomNumber<invRate){loadIPScript(surveyJS);}},loadIPScript=function(path){$.getScript(path);},initialize=function(){$(".ipSurvey:first").each(function(){surveyInit({"surveyRate":$(this).children("#surveyRate").val(),"surveyJS":$(this).children("#surveyJS").val()});});},onload={initialize:function(){$(".ipSurvey:first").each(function(){surveyInit({"surveyRate":$(this).children("#surveyRate").val(),"surveyJS":$(this).children("#surveyJS").val()});});}};$(function(){initialize();});}).call(IPerceptions.Survey);})(jQuery);if(window.console){console.log('ex time: iperceptions.js',new Date().getTime()-startTScript);}