// LOAD INDEX PAGE SCRIPTS
$(document).ready(function() {
  $('#stream_content').cycle({
		fx:     'fade',
		speed:  5000
	});
});
$(document).ready(function() {
  $("#twitter").getTwitter({
    userName: "Fishmarket_arts",
    numTweets: 4,
    loaderText: "Loading tweets...",
    slideIn: true,
    showHeading: true,
    headingText: "Latest Tweets",
    showProfileLink: true
  });
});