if(wng_pageInfo.contentClassification == "Homepage"){
	document.write('\x3Clink rel="stylesheet" href="http://ftpcontent.worldnow.com/wncorp/custom/2011/homepage.css">');
}

function bioStoryPageStyle(){
	$wn("#WNContainerStory").addClass("bios");
	$wn(".wnSectionTitle").insertAfter($wn("#WNStoryHeader h3"));
};

function solutionsStoryPageStyle(){
	$wn("#WNContainerStory").addClass("solutions");
	$wn(".wnSectionTitle").insertAfter($wn("#WNStoryHeader h3"));
};

function newsStoryPageStyle(){
	$wn("#WNStoryUtils").show();
};


function newsCatPageStyle(){
	$wn("#WNCol23").addClass("news");
};

function caseStudyLinkStyle(){
	$wn("#DisplaySizeId-7 .feature .summary .more .text").html("<span class='pdf'>Read the full case study</span>");
};

if(wng_pageInfo.containerType == "C" && wng_pageInfo.contentClassification == "General003"){
	$wn(document).ready(function(){
		newsCatPageStyle();
	});
}

if(wng_pageInfo.containerType == "S" && wng_pageInfo.contentClassification == "General002"){
	$wn(document).ready(function(){
		solutionsStoryPageStyle();
	});
}

if(wng_pageInfo.containerType == "S" && wng_pageInfo.contentClassification == "General006"){
	$wn(document).ready(function(){
		newsStoryPageStyle();
	});
}

if(wng_pageInfo.containerType == "S" && wng_pageInfo.contentClassification == "General007"){
	$wn(document).ready(function(){
		bioStoryPageStyle();
	});
}

if(wng_pageInfo.containerId == "227677"){
	$wn(document).ready(function(){
		caseStudyLinkStyle();
	});	
}

