jQuery().everyTime("600s", function() {
		jQuery.jGrowl("Spread Your \"News\" here, contact us at contact@sexymusicasia.com", { life: 10000 });
}, 0);

jQuery().everyTime("1800s", function() {
		jQuery.getJSON("http://localhost/sexymusicasia/news",
		        function(data){
					for(var i=0;i<data.length;i++)
						jQuery.jGrowl(data[i], { life: 10000 });
		        });
}, 0);