$(document).ready(function() {
	
	if ($.cookie('dcupdatenotice_shown') != "1"){
	$(function() {
		  $.nyroModalManual({
		    url: '/dcupdate.html',
		    	width:900,
				minWidth: 500,
				minHeight:400
				
				
		  });
		});	
	$.cookie('dcupdatenotice_shown', '1');
	}

	
});







