$(function()
{
    $('a[rel*=facebox]').facebox();
    
    $(".menu").find("a").each(function()
    {
        if(location.href.indexOf(this.href) != -1) 
        {
            $(this).addClass("selected");
        }
    });    

    $.featureList( $("#tabs li a"), $("#output li"), { start_item :	0 } );

	$("#twitter").getTwitter({
		userName: "wocu",
		numTweets: 1,
		loaderText: "Loading tweet...",
		slideIn: true,
		slideDuration: 750,
		showHeading: false,
		showProfileLink: false,
		showTimestamp: true
	});
});
