// JavaScript Document
$(document).ready(function(){
$("#ajax").bind("click",function(){$(this).fadeOut(300);});						   
});

