$(document).ready(function(){

	$(".swapTrigger").click(function(){
	  $(".indexForm").slideDown();
	  $(".indexIntro").slideUp();
	});

});