var custom = {};

custom = {
	'layerSwitchingRules' : {
		'AZ' : {
			'state' : ['eq', 'AZ'],
			'layer' : 'SlippyMap Navteq'
		},
		'FL' : {
			'state' : ['eq', 'FL'],
			'layer' : 'SlippyMap Navteq'
		}
	}	
	
}

var custom_ob = {
	updateRecords : function(recs){
		
		recs.each(function(e){
			e.SHOW_MSG = (e.LOCATORMESSAGE && e.LOCATORMESSAGE != '') ? '1' : '';
			
		}.bind(this));
		
		return recs;
	}
};
