$(document).ready(function() {
    // put all your jQuery goodness in here.

  $("#buildingPt2").hide()

	$("#nursesPt2").hide()
	$("#nursesPt3").hide()
	
	$("#tonyPt2").hide()

});