/* Load Twitter Feed */
    $(document).ready(function(){
        $(".tweet").tweet({
            username: "gentlefawnbrand",
            join_text: "auto",
            avatar_size: 0,
            count: 3,
            loading_text: "loading tweets..."
        });
    });


			

$(document).ready(function() {
    $('#homeslideshow').cycle({
		fx: 'fade',
		random: 1,
        delay:  -2000,
        speed: 5000
	});
});



