if (document.getElementsByName) {
	  var metaArray = document.getElementsByName('WT.cg_n');
	  if(metaArray[0].content == 'Chat') {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/blue-banner-home-news.png";
	}else if(metaArray[0].content.indexOf('News') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/blue-banner-home-news.png";
	}else if(metaArray[0].content.indexOf('Weather') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/orange-banner-weather.png";
	}else if(metaArray[0].content.indexOf('Sport') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/purple-banner-sports.png";
	}else if(metaArray[0].content.indexOf('Health') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/green-banner-health.png";
	}else if(metaArray[0].content.indexOf('Hospitals') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/green-banner-health.png";
	}else if(metaArray[0].content == 'Traffic Cam') {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/gray-banner-traffic.png";
	}else if(metaArray[0].content == 'Ski Conditions') {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/gray-banner-traffic.png";
	}else if(metaArray[0].content == 'Community') {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/yellow-banner-community.png";
	}else if(metaArray[0].content == 'Homepage') {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/promo-banner.png";
	  //document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/blue-banner-home-news.png";
	}else{ 
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/blue-banner-home-news.png";
	}
}