		// global setting override
        /*
		$.extend($.gritter.options, {
		    position: 'top-right', // possibilities: bottom-left, bottom-right, top-left, top-right
			fade_in_speed: 100, // how fast notifications fade in (string or int)
			fade_out_speed: 100, // how fast the notices fade out
			time: 6000 // hang on the screen for...
		});
        */

/*
$(document).ready(function(){

 $.gritter.add({
title: 'Happy Thanksgiving', 
text: 'We are closed for the Thanksgiving Holidays on November 24th  and 25th.   Happy Holidays!',
time: 6000}); 
});

 */
