showBlurb = function() {
	if (document.all&&document.getElementById) {
		theBlurb = document.getElementById("blurbContainer");
		{	
			theBlurb.onmouseover=function() {
				this.className+=" over";
  			}
  			
   		}
  	}

}
window.onload=showBlurb;