/* JavaScript Document */

window.addEvent('domready', function() {
	var statisticAJAX = new Request({
	    method: 'post',
	    url: 'http://www.regiochor.ch/homepage/php/includes/statistic.ajax.php',
	    initialDelay: 0,
	    delay: 15000,
	    limit: 15000
	}).startTimer({url: ''});
});
