// JavaScript Document
function jumper(thePage) {
	window.location = thePage;
}