$(document).ready(intro);

function intro() {

$('#puzzle').fadeOut(3000);

$('#information').hide();

$('#information').fadeIn(3000);

}
