function goToPage(inPage) {
	var url = String(document.location).split('?')[0];
	document.location = url+'?p='+inPage;
}