
function highlightmetasearch() {
	document.form1.code.select();
	// document.form1.code.focus();
}

function copymetasearch(textbox) {
	
	highlightmetasearch();
	textrange = document.form1.code.createTextRange();
	// textbox.createTextRange();
	textrange.execCommand("RemoveFormat");
	textrange.execCommand("Copy");
	alert("copy เสร็จแล้วค่ะ  -> ไปคอมเมนต์ใน hi5 myspace planet โลด");
}
