$(function() {
/*
	$("#notifyMe").overlay({
		mask: '#9e041d', 
		effect: 'apple', 
		top: 200,
		onBeforeLoad: function() {
			var wrap = this.getOverlay().find(".contentWrap");
			wrap.load(this.getTrigger().attr("href"));
		}

	});
*/
	
	$('a[rel*=facebox]').facebox() 	
	
	$("#slider").scrollable({
		circular: true,
		speed: 200
	}).
	autoscroll({
		autoplay: true,
		interval: 5000 
	});
	
	$(".twitter").tweet({
		username: "alphajax",
		join_text: "auto",
		count: 5,
		auto_join_text_default: "we said,", 
		auto_join_text_ed: "we",
		auto_join_text_ing: "we were",
		auto_join_text_reply: "we replied to",
		auto_join_text_url: "we were checking out",
		loading_text: "loading tweets..."
	});

});
