$(document).ready(function() {
	$('#feed').html("");
	$('<div class="cls"></div>').insertAfter('#content.contact #contact-info');
	$('h1.team-slider').click(function() {
		$(this).next().slideToggle();
	});
/* 	$('h1.team-slider.open').next().show(); */
	$("#whatsthis").live("click", function() {
		$("#verify").slideDown("fast");
		setTimeout('$("#verify").slideUp("fast")', 5000);
	});
	
});
$(function(){
  $(".tweet-home").tweet({
	username: "SSMIndy",
	avatar_size: 48,
	count: 5,
	loading_text: "loading tweets..."
  });
});
