// JavaScript Document

//General Overlay Collection
var overlays = new OverlayCollection('overlays',1000);

//Settings
overlays.useLabels = true;
overlays.labelType= 'Numeric';
overlays.even = true;
overlays.catIcons = false;
overlays.showListingMarkers = false; //This determines if the listing will have the icon appended to it


overlays.getInfoHTML = function(placemark){
	return '';
}

overlays.updateBubble = function(args){
}
