var image1504="";
			var banners1504=0;
			  var timers1504 = new Array(5000,4000);
					function cycle1504() 
					{ if (++banners1504 > 2) banners1504=1;  	  loadbanners1504();
					  document.banner1504.src = image1504;
					  window.setTimeout('cycle1504();',timers1504[banners1504-1]);
					}
				
					function loadbanners1504() 
					{
					
					   if (banners1504 == 1)
					   {
						  image1504="recursos/63401_banner-imprensa-oficial.jpg";
					   }
					   
					 
					   if (banners1504 == 2)
					   {
						  image1504="recursos/65151_portal_da_transparência.jpg";
					   }
					   
					 
				}
				
				var link1504 = "#"
				function urlswitch1504() 
				{
				
					   if (banners1504 == 1)
					   {
						  link1504="http://www.imprensaoficial.ms.gov.br/";
					   }
					   
					 
					   if (banners1504 == 2)
					   {
						  link1504="http://www.portaldatransparencia.ms.gov.br";
					   }
					   
					 
				return link1504;
				}

				function target1504() 
				{
					var targ;
				
					   if (banners1504 == 1)
					   {
								targ = "_blank";
							}
					   
					 
					   if (banners1504 == 2)
					   {
								targ = "_blank";
							}
					   
					 
					return targ;
				}
				
				cycle1504();
				