// JavaScript Document

	function imlookingfor() {
		var e = document.getElementById("imlookingfor").value;
		window.location = e + '.php';
	}
