// JavaScript Document

function custom_kml_source() {
	
	/*
	 * Add more custom kml as needed below
	 * Just point to the kml url, if the url
	 * ie.
	 *
	 * var custom_kml = new Array("http://www.example.com/1.kml",
	 *							  "http://www.example.com/2.kml",
	 *							  "http://www.example.com/3.kml"
	 *							  );
	 */
	var custom_kml = new Array(//"http://dev.emotivellc.com/chang/ATCmap/extended/test1.kml?id=672345",
								// "http://dev.emotivellc.com/chang/ATCmap/extended/test2.kml?id=43654"
								 );
	
	return custom_kml;

}
