$(document).ready(function (){
	$("#marquee").marquee(); 
	 //initMapHilite();
});

function initMapHilite() {
	$('.map').maphilight.defaults = {
		fill: true,
		fillColor: '0094FF',
		fillOpacity: 0.2,
		stroke: true,
		strokeColor: 'FF0000',
		strokeOpacity: 1,
		strokeWidth: 1,
		fade: false,
		alwaysOn: false,
		neverOn: false,
		groupBy: false
	}
	$('.map').maphilight();
}


