//needed to hide content from IE to prevent page-flash before jQuery hides these elements.
//only hides the content momentarily if js is enabled.
if (document.getElementById) {
	document.write('<style type="text/css" media="screen, projection">#filterLinksContainer, .accordionItem /*, .cases #portfolioList*/ {display:none;}</style>');
}
