<script language = "JavaScript">
function jumpTo(i){
if(i == 1){
this.document.location = "<%=thisUrl%>";}
if(i == 2){
this.document.location = "<%=thisUrl%>&page=<%=page-1%>";}
if(i == 3){
this.document.location = "<%=thisUrl%>&page=<%=page+1%>";}
if(i == 4){
this.document.location = "<%=thisUrl%>&page=<%=rsObj.pageCount%>";}
}
</script>