document.write('<style type="text/css">#index{display: none;}</style>')

$(function(){
	$("#index").fadeIn(700);
});
