var currentURL=window.location.href;var currentPathName=window.location.search;var existingURL=getCookie("visitedURL");if(existingURL===undefined||existingURL===null||existingURL==""){if(currentPathName!=""&¤tPathName.length>0){var pathQuery=currentPathName.split("?");if(pathQuery.length==2){var tempPath=pathQuery[1];if(tempPath!=""&&tempPath.length>0){var tempPath2=tempPath.split("&");var cmpObjArray=[];for(var i=0;i0){cmpObjArray[tempPath3[0]]=tempPath3[1];}}if(parseInt(cmpObjArray["cmpid"])>0){var visitedURL=cmpObjArray["cmpid"]+"&"+cmpObjArray["cmprc"]+"&"+cmpObjArray["cmplnkid"];setCookie("visitedURL",visitedURL,7);var d=new Date();currentURL=currentURL+":"+d.toLocaleTimeString();updateActivities(currentURL,cmpObjArray["cmpid"],cmpObjArray["cmprc"],cmpObjArray["cmplnkid"]);}}}}}else{if(existingURL!=""&&existingURL.length>0){var d=new Date();currentURL=currentURL;var cmptempIDs=existingURL.split("&");if(currentPathName!=""&¤tPathName.length>0){var pathQuery=currentPathName.split("?");if(pathQuery.length==2){var tempPath=pathQuery[1];if(tempPath!=""&&tempPath.length>0){var tempPath2=tempPath.split("&");var cmpObjArray=[];for(var i=0;i0){cmpObjArray[tempPath3[0]]=tempPath3[1];}}if(parseInt(cmpObjArray["cmpid"])>0){if(cmptempIDs.length==3&&cmpObjArray["cmpid"]==cmptempIDs[0]){updateActivities(currentURL,cmptempIDs[0],cmptempIDs[1],cmptempIDs[2]);}else{visitedURL=cmpObjArray["cmpid"]+"&"+cmpObjArray["cmprc"]+"&"+cmpObjArray["cmplnkid"];setCookie("visitedURL",visitedURL,7);updateActivities(currentURL,cmpObjArray["cmpid"],cmpObjArray["cmprc"],cmpObjArray["cmplnkid"]);}}}}}else{if(cmptempIDs.length==3){updateActivities(currentURL,cmptempIDs[0],cmptempIDs[1],cmptempIDs[2]);}}}}function updateActivities(currentPath,cmpid,cmprcid,cmplnkid){if(currentPath!=null&¤tPath!=undefined&&cmpid!=null&&cmpid!=undefined&&cmprcid!=null&&cmprcid!=undefined&&cmplnkid!=null&&cmplnkid!=undefined){$.jsonp({"url":"http://campaign.revesoft.com/assets/campaign/campaign-ajaxfiles/campaign-visitor-tracking.jsp",dataType:"jsonp",jsonp:"callback","data":{path:currentPath,cmpid:cmpid,cmprcid:cmprcid,cmplnkid:cmplnkid,format:"json"},"success":function(message){},"error":function(d,msg){}});}}function setCookie(cName,cValue,exdays){var d=new Date();d.setTime(d.getTime()+(exdays*24*60*60*1000));var expires="expires="+d.toUTCString();document.cookie=cName+"="+cValue+"; "+expires;}function getCookie(cName){var name=cName+"=";var cookie=document.cookie.split(";");for(var i=0;i