///////////////////////////////////////
//       Script Al-Caricariers       //
//	   		 Version : 2.5			 //
//	 Programming By :				 //
//									 //
// 		http://www.php-ar.com        //
//			  Mr.php-ar				 //
// 	file name : Java_caricater.js    //
///////////////////////////////////////
function AddText(NewCode) {
        document.frommemory.msg.value+=NewCode;
        document.frommemory.msg.focus();
}
function smile(thesmilie){
        var AddTxt = " " + thesmilie + " ";
        AddText(AddTxt);


}