function pager(p, type) {

	if(type == "" || type == undefined) {
		type = "list";
	}

	location.href="?type="+type+"&p="+p+"#list";
}

