// JavaScript Document

function movePage() {
	var targeturl=document.getElementById("area").value;
	document.location=targeturl;
	}