$(document).ready(function(){
	if( document.historyForm.historyUrl.value ) {
		nextPage( document.historyForm.historyUrl.value );
	}
});

