﻿if ( typeof Azavea == 'undefined' || typeof Azavea.Controls == 'undefined' ) {
	Ext.ns('Azavea.Controls');
}

Azavea.Controls.Banner = function( config ) {
	this.PanelID = config.PanelID;
};
