$(document).ready(function(){ // wait for document to load 
	
$("#third").hide();

});

