$(document).ready(function () {
	$(".magic").hide();
    $(".magic").fadeIn(2000);
});