jQuery(function($){
	$(function(){
		$.backstretch("images/bg_top.jpg", {centeredY:false,speed:700});
		$("#header").hide();
		$("h2").hide();
		$("#live0609").hide();
		$("#youtube").hide();
		$("#hotnews").hide();
		$("#footer").hide();
		var int1 =setTimeout(fade1,500);
		var int2;
		function fade1(){
			clearTimeout(int1);
			$("#header").fadeIn("slow");
			$("#hotnews").fadeIn("slow");
			$("#footer").fadeIn("slow");
			int2 =setTimeout(fade2,500);
		};
		function fade2(){
			clearTimeout(int2);
			$("h2").fadeIn("slow");
			$("#live0609").fadeIn("slow");
			$("#youtube").fadeIn("slow");
		};
	});
	$(function(){
		$("#ticker").innerfade({
			animationtype: 'fade',
			speed: 'normal',
			timeout: 5000,
			type: 'sequence',
			containerheight: 'auto'
		});
	});
	$(function(){
		$(".tweet").tweet({
			join_text: "auto",
			username: "annastaff",
			avatar_size: 48,
			count: 3,
			auto_join_text_default: "",
			auto_join_text_ed: "",
			auto_join_text_ing: "",
			auto_join_text_reply: "",
			auto_join_text_url: "",
			loading_text: "loading tweets..."
		});
	});
	$(function(){
		$("a.buy").fancybox({
			'overlayShow': true,
			'overlayOpacity': 0.5,
			'width': 960,
			'height': 400,
			'type': 'iframe'
		});
	});
});
