
function ajaxPage(url)
{
	url="details/"
	$.post(url, "{'currPage':2}", function (data){
			
	});
}
