/* -------------------------------------- */
			/* Stack.Init */
/* -------------------------------------- */

// Giddy up...

$(document).ready(function(){

	var I = new Interface();
		I.init();

});
	

	


