$(function() {

	if ($('#scroller').length > 0)
	{
		new iScroll($('#scroller').get(0));
	}

	if ($('#stats').length > 0)
	{
		setInterval(function() {
			$('#stats').load('/depic/history.php?app=' + $('#appname').html()  + '&refresh=1');
			$('#statstotal').load('/depic/history.php?app=' + $('#appname').html()  + '&refreshtotal=1');
		}, 6000);
	}
	
	$('#wyze-first').html($('#first-wyze').html());
	$('#first-wyze').html(null);
	
	$('#wyze-second').html($('#second-wyze').html());
	$('#second-wyze').html(null);

	$('#google-first').html($('#first-google').html());
	$('#first-google').html(null);

	$('#google-second').html($('#second-google').html());
	$('#second-google').html(null);

	$('#google-third').html($('#third-google').html());
	$('#third-google').html(null);

});
