/**
 *		Bootstrap
 **/
$( document ).ready( function(){
	// Javascript test
	$( "#idDiv_NoJavascriptWarning" ).hide();
});
