$(function() {
	if ($('#msg').html()) {
		$.prompt($('#msg').html());
	}
	
	$('.force-empty').val('');
});
