function customsend(data){
	$.post("./customsearch.php",{word : data},{});
}

function tag(str) {
	document.forms[0].q.value = str;
	document.forms[0].q.focus();
}
