function copyInBoard(s) { 			
	window.clipboardData.setData("text",s);
	alert("ÍøÖ·¸´ÖÆ³É¹¦À²!");			
}

