var oTemplate = new Template();

function Template() {
	this.initBeforeLoad = function(){
	}
	
	this.initAfterLoad = function() {
	}
}

