$(document).ready(function(){
	$(".slides").jCarouselLite({
		btnPrev: ".slide_btl",
		btnNext: ".slide_btr",
		visible: 3,
		auto: 6000,
		speed: 2000,
		easing:"easeInOutSine"
	});
});
function slidemonthlyon(){
	$("#content_book004").hide("fast",
		function(){
			$("#content_splash_groove").hide("fast",
				function(){
					$("#content_smash_break01").hide("fast",
						function(){
							$("#content_smash_break02").hide("fast",
								function(){
									$("#content_nowonair").hide("fast",
										function(){
											$("#content_monthly").fadeIn("slow");
										}
									);
								}
							);
						}
					);
				}
			);
		}
	);
}
function slidemonthlyoff(){
	$("#content_monthly").hide("fast",
		function(){
			$("#content_nowonair").fadeIn("slow");
		}
	);
}
function slidesplash_grooveon(){
	$("#content_book004").hide("fast",
		function(){
			$("#content_monthly").hide("fast",
				function(){
					$("#content_smash_break01").hide("fast",
						function(){
							$("#content_smash_break02").hide("fast",
								function(){
									$("#content_nowonair").hide("fast",
										function(){
											$("#content_splash_groove").fadeIn("slow");
										}
									);
								}
							);
						}
					);
				}
			);
		}
	);
}
function slidesplash_grooveoff(){
	$("#content_splash_groove").hide("fast",
		function(){
			$("#content_nowonair").fadeIn("slow");
		}
	);
}
function slidesmash_break01on(){
	$("#content_book004").hide("fast",
		function(){
			$("#content_monthly").hide("fast",
				function(){
					$("#content_splash_groove").hide("fast",
						function(){
							$("#content_nowonair").hide("fast",
								function(){
									$("#content_smash_break02").hide("fast",
										function(){
											$("#content_smash_break01").fadeIn("slow");
										}
									);
								}
							);
						}
					);
				}
			);
		}
	);
}
function slidesmash_break01off(){
	$("#content_smash_break01").hide("fast",
		function(){
			$("#content_nowonair").fadeIn("slow");
		}
	);
}
function slidesmash_break02on(){
	$("#content_book004").hide("fast",
		function(){
			$("#content_monthly").hide("fast",
				function(){
					$("#content_splash_groove").hide("fast",
						function(){
							$("#content_nowonair").hide("fast",
								function(){
									$("#content_smash_break01").hide("fast",
										function(){
											$("#content_smash_break02").fadeIn("slow");
										}
									);
								}
							);
						}
					);
				}
			);
		}
	);
}
function slidesmash_break02off(){
	$("#content_smash_break02").hide("fast",
		function(){
			$("#content_nowonair").fadeIn("slow");
		}
	);
}
function slidebook004on(){
	$("#content_splash_groove").hide("fast",
		function(){
			$("#content_monthly").hide("fast",
				function(){
					$("#content_smash_break01").hide("fast",
						function(){
							$("#content_smash_break02").hide("fast",
								function(){
									$("#content_nowonair").hide("fast",
										function(){
											$("#content_book004").fadeIn("slow");
										}
									);
								}
							);
						}
					);
				}
			);
		}
	);
}
function slidebook004off(){
	$("#content_book004").hide("fast",
		function(){
			$("#content_nowonair").fadeIn("slow");
		}
	);
}
