$(document).ready(function() {
$('#Container').fadeIn("slow");
$("#Opening").delay(4000).fadeOut(3000);
$('#TopImg').cycle();
});
