/*
* @title NoIME
* @description NoIME
* @include http://*
* @license MIT License
* @require http://dl.dropbox.com/u/511116/noime/roma.js
* @require http://dl.dropbox.com/u/511116/noime/noime.js
* @require jQuery
*/
$("textarea,input[type='text']").each(function(){ NoIME(this) })