/*
* Site
* 
* @brief: site specific things
*/
function Site( parent ) {
	this.parent = parent;
}

Site.prototype.init = function() {
}
