// JavaScript Document

function tickInit() {}

$(document).ready(function() {
	guido.init();
});

var guido = {
	init: function() {
		
	}
	
};
