			function passOverlayInfo() {
				var pageURL = parent.overlayIframe.location.href
				var frameInfo = document.getElementById("hidOverlayInfo").value;
				parent.overlayIframe.location.href=pageURL + frameInfo;
			}
			
			function setDivHeight() {
				//showAnnouncements();
				//alert("setDivHeight()");
				var boxHeight = document.getElementById('content').offsetHeight;
				document.getElementById('overlayBG').style.height = boxHeight + 'px';
			}
			
			function showAnnouncements(){
				//alert("show announcements");
		
			$(document).ready(function(){
									   //alert('fade');
				//$("div.topShadowHome").fadeIn("slow");
				$("#championHead").toggle();
				$("h6").toggle();
				$("h5").toggle();
			 });
			}
			
			
		//<!--[if IE 7]>
       		//	function setDivHeight() {
		//		var boxHeight = document.getElementById('content').offsetHeight;
		//		document.getElementById('overlayBG').style.height = eval(boxHeight + 5) + 'px';
		//	}
		//
//       <![endif]-->
       
       
       
       
       
       
       
       
       
       
       
       

              
              
       