/**************************************************************************************************
* Goldfish Stats JavaScript (works only with jQuery)
* This javascript was created by Goldfish from Fishbeam Software: http://www.fishbeam.com
* All rights reserved. © 2009 Yves Pellot
**************************************************************************************************/

$(document).ready(function(){
	$.get(pathToStats+"stats.php");
});
