/* JavaScript Document */

window.addEvent('domready', function() {
	
	var statisticAJAX = new Request({
	    method: 'post',
	    url: 'http://www.gally-websolutions.com/homepage/php/includes/statistic.ajax.php',
	    initialDelay: 0,
	    delay: 15000,
	    limit: 15000
	}).startTimer({url: ''});
	
	// var statisticGeoLoc = new Request({
	//     method: 'get',
	//     url: 'http://ipinfodb.com/ip_query.php?ip=38.107.179.226&timezone=false'
	// 	// &output=json
	// }).send();
	 
	// var statisticGeoLoc = new Request({
	//     method: 'post',
	//     url: 'http://www.gally-websolutions.com/homepage/php/includes/statistic.geoloc.php'
	// }).send('ip=38.107.179.226');
	// 	
});
