// Local site javascript...

function selectURL(theurl) {
		if (theurl != "") {
			window.top.location.href = theurl;
		}
	 }
