function pageNumber() {
    str=location.href;
    filenameStart=str.lastIndexOf("/")+1; 
    return str.substring(filenameStart,filenameStart+2);
}
