// JavaScript Document
// Copyrights LOCAL.com.pk 2010
// Written by Jabran Rafique
// Date created: 15 August 2010
// Hourly updated clouds layer
// Provided by Google Inc. in support to relief efforts for flooded areas of Pakistan.
// Please do not reproduce without written permission from Google Inc.

		var img = "http://mw1.google.com/mw-weather/clouds/" + year + month + day + "_" + hrs + "00/0203.png";
		var img1 = "http://mw1.google.com/mw-weather/clouds/" + year + month + day + "_" + hrs + "00/0230.png";
		var imgNE_ = "http://mw1.google.com/mw-weather/clouds/" + year + month + day + "_" + hrs + "00/02032.png";

