$(document).ready(function(){
	$.timer(6000, function (timer) {
		$('#haiku').load('ajax.php?ms=' + new Date().getTime());
	});
});
