function onInit(pgNum, order) {
	setTimeout("showSrcResult(" + pgNum + ", " + order + ")", 600000);
}

function onInit1(pgNum, order) {
	setTimeout("showSrcResultAll(" + pgNum + ", " + order + ")", 600000);
}

function showSrcResultAll(pgNum, order) {
	document.location.href = _gDOC_ROOT + "childcare-jobs-uk.html?pg=" + pgNum + "&o=" + order;
}

function showSrcResult(pgNum, order) {
	document.location.href = _gDOC_ROOT + "childcare-jobs.html?pg=" + pgNum + "&o=" + order;
}

