	////////////////////////////////////////////////////////////////////
	function mouseOverBlog() {
	document.getElementById("icon-blog").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-blog-on.gif";
	}
	function mouseOutBlog() {
	document.getElementById("icon-blog").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-blog-off.gif";
	}
	////////////////////////////////////////////////////////////////////
	function mouseOverTwitter() {
	document.getElementById("icon-twitter").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-twitter-on.gif";
	}
	function mouseOutTwitter() {
	document.getElementById("icon-twitter").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-twitter-off.gif";
	}
	////////////////////////////////////////////////////////////////////
	function mouseOverFacebook() {
	document.getElementById("icon-facebook").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-facebook-on.gif";
	}
	function mouseOutFacebook() {
	document.getElementById("icon-facebook").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-facebook-off.gif";
	}
	////////////////////////////////////////////////////////////////////
	function mouseOverRSS() {
	document.getElementById("icon-rss").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-utube-on.gif";
	}
	function mouseOutRSS() {
	document.getElementById("icon-rss").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-utube-off.gif";
	}
	////////////////////////////////////////////////////////////////////
	function mouseOverTickets() {
	document.getElementById("icon-tickets").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-tickets-on.gif";
	}
	function mouseOutTickets() {
	document.getElementById("icon-tickets").src="http://grfx.cstv.com/schools/fres/graphics/fres-09-icons-tickets-off.gif";
	}
	////////////////////////////////////////////////////////////////////

	function mouseOverDonate() {
	document.getElementById("icon-donate").src="http://grfx.cstv.com/schools/fres/graphics/fres-11-icons-donate-on.gif";
	}
	function mouseOutDonate() {
	document.getElementById("icon-donate").src="http://grfx.cstv.com/schools/fres/graphics/fres-11-icons-donate-off.gif";
	}
	////////////////////////////////////////////////////////////////////
