$(function(){
	$.blockUI($('#previewwarningmessage').html(), {width:'300px', color:'#007fcf', padding:'15px'});
	setTimeout(jQuery.unblockUI, 7000); 
});