
$(document).ready(function()
{$('.notification .close').click(function()
{$(this).parent().fadeOut('slow');});});

