/* Author: 

*/

// sfHover = function() {
// 	var sfEls = document.getElementById("page_nav").getElementsByTagName("LI");
// 	for (var i=0; i<sfEls.length; i++) {
// 		sfEls[i].onmouseover=function() {
// 			this.className+=" sfhover";
// 		}
// 		sfEls[i].onmouseout=function() {
// 			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
// 		}
// 	}
// }
// if (window.attachEvent) window.attachEvent("onload", sfHover);




// Standard Slideshow
// $(function(){
// 	$('#slideshow img:gt(0)').hide();
// 	setInterval(function(){$('#slideshow :first-child').fadeOut().next('img').fadeIn().end().appendTo('#slideshow');}, 10000);
// });


// $("#index_body p").hide();
// 	window.setTimeout(function()
// 	{
// 		$("#index_body p").fadeIn(1000);
// 		$("#index_body .backward").fadeOut(1000);
// 	}, 3000);
// 
// 
// $(".again").click(function() {
// 	$("#index_body .forward, #index_body p").hide();
// 	$("#index_body .backward").show();
// 
// 	window.setTimeout(function() {
// 	
// 		$("#index_body p, #index_body .forward").fadeIn(1000);
// 		$("#index_body .backward").fadeOut(1000);
// 	}, 3000);
// });
