//	Initialise the spell checker
pax.load.onloaded( function() {
	pax.$('text').spellcheck = false;
	pax.plugin.widget.spell.init( pax.$('text'), {
		url: '../examples/aspell_pax_service.php',
		button: pax.$('check'),
		auto: pax.$('auto')
	} );
} );
