$(function() {
$("<img src='../images/loading.gif' id='loader'>").appendTo('#loader').fadeOut('slow');
$('#wrap').hide().fadeIn('slow');

$("#login").load("includes/login.php").hide().fadeIn("slow");
$("#statistics").load("includes/statistics.php").hide().fadeIn("slow");
$("#vote").load("includes/vote.php").hide().fadeIn("slow");
$("#adversting").load("includes/adversting.php").hide().fadeIn("slow");


});
