// JavaScript Document

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