var oTemplate = new Template();

function Template() {
	this.oTemplatePhotoSlider = new TemplatePhotoSlider
	
	this.initBeforeLoad = function(){
	}
	
	this.initAfterLoad = function() {
		this.oTemplatePhotoSlider.startPhotoSlider('bnr');
	}
}
