$(function(){ $('#webclick').click(function(){ $('#top1').fadeOut(), $('#top2').fadeOut(), $('#fader').fadeIn() }); });