function switchdivs(){
	$('.loading').fadeOut('fast',function(){
		$('#loaded_content').fadeIn('fast');
	});
}