var xmlHttp;function pagination(C,B,D){xmlHttp=GetXmlHttpObjectPag();if(xmlHttp==null){alert("Your browser does not support AJAX!");return}var A=HOST_ROOT_PATH_VAR+"code/Plugin/ChallengerTrackingList/ChallengerTrackingList.php";A=A+"?starting="+D+"&chalangerId="+C+"&currentUserId="+B;xmlHttp.onreadystatechange=stateChangedpag;xmlHttp.open("GET",A,true);xmlHttp.send(null)}function stateChangedpag(){if(xmlHttp.readyState==4){document.getElementById("page_contents").innerHTML=xmlHttp.responseText}}function GetXmlHttpObjectPag(){var A=null;try{A=new XMLHttpRequest()}catch(B){try{A=new ActiveXObject("Msxml2.XMLHTTP")}catch(B){A=new ActiveXObject("Microsoft.XMLHTTP")}}return A}function pagination1(C,B){xmlHttp=GetXmlHttpObjectPag();if(xmlHttp==null){alert("Your browser does not support AJAX!");return}var A=HOST_ROOT_PATH_VAR+"code/Plugin/ContributorList/body.php";A=A+"?starting1="+B+"&challengeId="+C;xmlHttp.onreadystatechange=stateChangedpag;xmlHttp.open("GET",A,true);xmlHttp.send(null)}function stateChangedpag(){if(xmlHttp.readyState==4){document.getElementById("page_contents1").innerHTML=xmlHttp.responseText}}
