$(document).ready(function() {
	if( $("#msgToShow").val().length ) {
		alert($("#msgToShow").val());
	}
});
