$(document).ready(function(){$('#close').live('click', function(){$(this.parentNode.parentNode).hide('fast');});;});
