curPath = window.location.href;
/*$().ready(function() {
		actUl = "";
		curPath = window.location.pathname;
		if(curPath.substring(0,1) == "/"){
			curPath = curPath.substring(1, curPath.length);
		}
		$("#DLnav li.nav3 a.nav3").each(function(){
			tmpPath = $(this).attr("href");
			if(tmpPath==curPath){
				$(this).addClass("nav3act");
				$(this).closest("li").addClass("nav3act");
				$(this).parents("li.nav2").addClass("nav2act");
				actUl = $(this).parents("li.nav2").find("ul.nav3");
			}
		});
		$("#DLnav li.nav2 a.nav2").each(function(){
			tmpPath = $(this).attr("href");
			if(tmpPath==curPath){
				actUl = $(this).closest("li").find("ul.nav3");
				$(this).closest("li").addClass("nav2act");
				$(this).addClass("nav2act");
			}
		});
		$("ul.nav3").not(actUl).hide();
});*/

$(document).ready(
	function(){
		$('#frontSlideshow').innerfade({
			speed: 2000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '275px'
		});
	}
);
