// JavaScript Document
function initPagination(){
	var page = new PAGINATION_GINFO(this, document.forms["pagination_form"]);
	page.init();
}

