function pagingCtrls(name){
	var theDiv = document.getElementById("nameholder");
	if(theDiv)theDiv.innerHTML = name;
}
