/* Author: 

*/
(function($) {
	$(document).ready(function () {
		
		var router = new App($('#Layout'));
		Backbone.history.start();
		
	}); 
})(jQuery);

























