var oFrontend = new Frontend();

$(document).ready( function() {
	
	oFrontend.init();
});


function statistic(sType) {
	$.get(LINKROOT+'/do/frontend/statistic/'+sType);
}
