$(document).ready(function() {
/*	var	bounds = [new VELatLongRectangle(new VELatLong(85, -180), new VELatLong(-85, 180))];
	var	sourceSpec = new VETileSourceSpecification('weather', 'weather.php?tile=%4');
	sourceSpec.NumServers = 1;
	sourceSpec.Bounds = bounds;
	sourceSpec.MinZoom = 1;
	sourceSpec.MaxZoom = 19;
	sourceSpec.Opacity = 0.7;
	sourceSpec.ZIndex = 1000;

	map.AddTileLayer(sourceSpec, true);*/
});

