<!--

			var oDefaultBG;
			
			function GetRand()
			{
				var n = Math.floor(Math.random() * 100) % 40;
				return n + 1;
			}


//-->