function refreshHashed()
{

	$.ajax({
	    dataType: 'jsonp',
	  jsonp: 'callback',
	  url: 'http://jizz.192.cl/hashjsonnu.php?md5&jsonp=?',
	  success: function (md5) {
	  	nowmd5 = $("#md5").text();
	  	if(nowmd5 != md5)
	  	{
	  	    $.ajax({
	  	    	dataType: 'jsonp',
	  	    	jsonp: 'callback',
	  	    	url: 'http://jizz.192.cl/hashjsonnu.php?jsonp=?',
	  	    	success: function(html){$("#jizzfeedlist").fadeOut(function(){$(this).html(html).fadeIn();});}
	  	    	});
	  	
	  	}
	 }});	

}

function registerHash()
{
		refreshHashed();
        $(document).everyTime("30s",function(){ refreshHashed(); })
}


$(document).ready(function(){

registerHash();
});
