$(document).ready(
	function()
	{
		$('.noJs').hide();
	}
);
