$(document).ready(function(){
	$('a#ticketLink').click(function(){
		$('div#ticketForm').fadeIn("slow");
	});
});