// JavaScript Document
function GoToPage(n)
{
	document.location.href = cfgRootPath + 'newmovies/page_' + n;
}
