jQuery(document).ready(function($) {
	$.jGrowl("Hello there, how are you?", { life: 4500 });
});