document.observe( "dom:loaded" , function( )
{
	if( $( 'jsEnabled' ) )
		$( 'jsEnabled' ).value = 1 ;
	
} ) ;
