$(document).ready(function() {
   // put all your jQuery goodness in here.
	$("#container").hide();
 });
