$(document).ready(function(){
	$('#right').hide().fadeIn(3000);
	//
	$('#no-script').remove();
		
}); // end dom ready
