	function qSearch(el)	{
	el .href += "q="+document.getElementById("q").value;
	}

	function insertSearch(slct) {
	document.getElementById("w").value = slct
	}

	function RTL() {
	document.body.onclick = showClickedElement;
	}