// JavaScript Document
jQuery(document).ready(function($) {
				// $.get("test.php", { lang: 'en', text: "testng spelcheckr testng"}, function(r) { console.log(r); });
				$('#cs').spellcheck({ events: null });
				//$('#test2, #test3').spellcheck();
				$('#phrase').spellcheck({ events: 'keyup' });
				
/*				$('a.checkspelling').bind('click', function(event) {
					$(this.hash).checkspelling();
					this.blur();
					return false;
				});*/
				
			});