/*
$('#element').animate({ opacity: "show" }, 2000);
$('#element').animate({ opacity: "hide" }, 0);
$('#element').animate({ opacity: "show" }, "slow");
*/

