$(function(){$('#container').hide();$('#footer').hide();});$(document).ready(function(){var int=setInterval("alphaLoader(i)",300);});function alphaLoader(){$('#container').eq(0).fadeIn(300);$('#footer').eq(0).fadeIn(300);}
