$(document).ready
(
	function()
	{
		$('.visible_with_js').show();
	}
);
