var site = {
	init: function(){
		
	}
}
$(function(){ site.init(); if(typeof(page) != 'undefined' && typeof(page.init) != 'undefined') page.init(); });
