$(function() {
    $("DIV.jCArousel").jCarouselLite({
        btnNext: ".jCnext",btnPrev: ".jCprev",visible: 5,scroll: 1,auto: 4000,speed: 600
    });
    $("DIV.jCarousel").jCarouselLite({
        btnNext: ".jCnext",btnPrev: ".jCprev",visible: 4,scroll: 1,auto: 4000,speed: 600
    });
    $("DIV.vCarousel").jCarouselLite({
        btnNext: ".vButtonNext",btnPrev: ".vButtonPrev",visible: 4,scroll: 1,vertical: true,auto: 9000,speed: 650
    });
});
$(document).ready(function(){$.fn.search = function() {
	return this.focus(function() {
		if( this.value == this.defaultValue ) {
			this.value = "";
		}
	}).blur(function() {
		if( !this.value.length ) {
			this.value = this.defaultValue;
		}
	});
};
$(".SearchBox").search();
$(".SearchInput").search();
$("#Enter").search();
});

$(document).ready(function(){
	$("A.BbLink1").hover(function() {
		$(".Showing").removeClass("Showing");
		$(".ZTop").fadeOut("fast",function() {
				$(this).removeClass("ZTop");
			});
		$(".Billboard1").fadeIn("fast").addClass("ZTop");
		$(this).addClass("Showing");
		},function() {
		$("DIV.Billboard-Inner").mouseleave(function() {
			$(".ZTop").fadeOut("fast",function() {
				$(this).removeClass("ZTop");
				});
			$(".Showing").removeClass("Showing");
			});
		});
	$("A.BbLink2").hover(function() {
		$(".Showing").removeClass("Showing");
		$(".ZTop").fadeOut("fast",function() {
				$(this).removeClass("ZTop");
			});
		$(".Billboard2").fadeIn("fast").addClass("ZTop");
		$(this).addClass("Showing");
		},function() {
		$("DIV.Billboard-Inner").mouseleave(function() {
			$(".ZTop").fadeOut("fast",function() {
				$(this).removeClass("ZTop");
				});
			$(".Showing").removeClass("Showing");
			});
		});
	$("A.BbLink3").hover(function() {
		$(".Showing").removeClass("Showing");
		$(".ZTop").fadeOut("fast",function() {
				$(this).removeClass("ZTop");
			});
		$(".Billboard3").fadeIn("fast").addClass("ZTop");
		$(this).addClass("Showing");
		},function() {
		$("DIV.Billboard-Inner").mouseleave(function() {
			$(".ZTop").fadeOut("fast",function() {
				$(this).removeClass("ZTop");
				});
			$(".Showing").removeClass("Showing");
			});
		});
});