$(document).ready(function(){
	setTimeout("$('#preloaderbg').fadeOut(250);$('body').css('overflow', 'visible');$('#content').scrollTo('#section1f');", 6000);
});