jQuery(document).ready(function($) {  

simpleSlide();

$(document).pngFix();

	$("#behanceImg").hover(function() {
	
		$(this).attr("src", "images/bHover.gif");
	
	}, function() {
	
		$(this).attr("src", "images/bLink.gif");
	
	});


	$("#tweet").tweet({
            username: "tyronhayman",
            join_text: "auto",
            avatar_size: 0,
            count: 1,
            loading_text: "loading tweets..."
        });

});
