//This script creates an array of icons heat2
//
//Copyright 2010 blocsoft.com

	heat2 = [];
	
	heat2[0] = new GIcon(G_DEFAULT_ICON);
	
	
	var marker_01 = new GIcon();
	marker_01.image            = '../img/golf_icon.jpg';
	marker_01.iconSize         = new GSize(23,23);
	marker_01.iconAnchor       = new GPoint(12,12);
	marker_01.infoWindowAnchor = new GPoint(21,21);
	var marker_02 = new GIcon(marker_01);
	marker_02.image            = '../img/tennis_icon.jpg';
	marker_02.iconSize         = new GSize(23,23);
	marker_02.iconAnchor       = new GPoint(12,12);
	var marker_03 = new GIcon(marker_01);
	marker_03.image            = '../img/piscine_icon.jpg';
	marker_03.iconSize         = new GSize(23,23);
	marker_03.iconAnchor       = new GPoint(12,12);	
	var marker_04 = new GIcon(marker_01);
	marker_04.image            = '../img/terme_icon.jpg';
	marker_04.iconSize         = new GSize(23,23);
	marker_04.iconAnchor       = new GPoint(12,12);
	var marker_05 = new GIcon(marker_01);
	marker_05.image            = '../img/parchi_icon.jpg';
	marker_05.iconSize         = new GSize(23,23);
	marker_05.iconAnchor       = new GPoint(12,12);
	var marker_06 = new GIcon(marker_01);
	marker_06.image            = '../img/ippico_icon.jpg';	
	marker_06.iconSize         = new GSize(23,23);
	marker_06.iconAnchor       = new GPoint(12,12);
	var marker_07 = new GIcon(marker_01);
	marker_07.image            = '../img/percorsi_icon.jpg';	
	marker_07.iconSize         = new GSize(23,23);
	marker_07.iconAnchor       = new GPoint(12,12);	
	var marker_08 = new GIcon(marker_01);
	marker_08.image            = 'markers/heat08.png';
	marker_08.printImage       = 'markers/printImage08.gif';
	marker_08.mozPrintImage    = 'markers/mozPrintImage08.gif';
	marker_08.transparent      = 'markers/transparent08.png';	
	var marker_09 = new GIcon(marker_01);
	marker_09.image            = 'markers/heat09.png';
	marker_09.printImage       = 'markers/printImage09.gif';
	marker_09.mozPrintImage    = 'markers/mozPrintImage09.gif';
	marker_09.transparent      = 'markers/transparent09.png';	
	var marker_10 = new GIcon(marker_01);
	marker_10.image            = 'markers/heat10.png';
	marker_10.printImage       = 'markers/printImage10.gif';
	marker_10.mozPrintImage    = 'markers/mozPrintImage10.gif';
	marker_10.transparent      = 'http://www.blocsoft.com/hosted/soyl/markers/transparent10.png';	

	// Set up our GMarkerOptions object
	heat2[1] = { icon:marker_01 };
	heat2[2] = { icon:marker_02 };
	heat2[3] = { icon:marker_03 };
	heat2[4] = { icon:marker_04 };
	heat2[5] = { icon:marker_05 };
	heat2[6] = { icon:marker_06 };
	heat2[7] = { icon:marker_07 };
	heat2[8] = { icon:marker_08 };
	heat2[9] = { icon:marker_09 };
	heat2[10] = { icon:marker_10 };

