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 == 'News') {
	  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('News - AP') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/blue-banner-home-news.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/orange-banner-weather.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.indexOf('Community') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/yellow-banner-community.png";
	}else if(metaArray[0].content.indexOf('IVillage') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/pink-banner-moms.jpg";
	}else if(metaArray[0].content.indexOf('Wedding') != -1) {
	  document.getElementById('WNBrandingImage').src="http://ftpcontent.worldnow.com/klas/graphics/headers/pink-banner-moms.jpg";
	}else if(metaArray[0].content == 'Homepage') {
	  document.getElementById('WNBrandingImage').src="http://www2.lasvegasnow.com/promo/dynamicBrandingFeaturePromo.php";
	  //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";
	}
}
	//var newDIV = document.createElement("div");
	//var bodyDIV = document.getElementById('WNStoryBody');
	//newDIV.innerHTML = 'Las Vegas<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a>';
	//document.body.insertBefore(newDIV, bodyDIV);
(function() {
	var links = document.getElementsByTagName('a');
	var query = '?';
	for(var i = 0; i < links.length; i++) {
	if(links[i].href.indexOf('#disqus_thread') >= 0) {
		query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
	}
	}
	document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/klastv8newsnow/get_num_replies.js' + query + '"></' + 'script>');
})();