 $(document).ready(function(){ 
   $("#nphoenix").click(function(){ 
	 $("#content").load("locations/nphoenix.htm"); 
   }); 
 });
 
  $(document).ready(function(){ 
   $("#nphoenixmap").click(function(){ 
	 $("#content").load("locations/nphoenix.htm"); 
   }); 
 });
 
  $(document).ready(function(){ 
   $("#windianschool").click(function(){ 
	 $("#content").load("locations/windianschool.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#windianschoolmap").click(function(){ 
	 $("#content").load("locations/windianschool.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#eindianschool").click(function(){ 
	 $("#content").load("locations/eindianschool.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#eindianschoolmap").click(function(){ 
	 $("#content").load("locations/eindianschool.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#mesa").click(function(){ 
	 $("#content").load("locations/mesa.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#mesamap").click(function(){ 
	 $("#content").load("locations/mesa.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#eastmesa").click(function(){ 
	 $("#content").load("locations/eastmesa.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#eastmesamap").click(function(){ 
	 $("#content").load("locations/eastmesa.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#mckellips").click(function(){ 
	 $("#content").load("locations/mckellips.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#mckellipsmap").click(function(){ 
	 $("#content").load("locations/mckellips.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#tempe").click(function(){ 
	 $("#content").load("locations/tempe.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#tempemap").click(function(){ 
	 $("#content").load("locations/tempe.htm"); 
   }); 
 });
  
  
  $(document).ready(function(){ 
   $("#scottsdale").click(function(){ 
	 $("#content").load("locations/scottsdale.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#scottsdalemap").click(function(){ 
	 $("#content").load("locations/scottsdale.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#goodyear").click(function(){ 
	 $("#content").load("locations/goodyear.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#goodyearmap").click(function(){ 
	 $("#content").load("locations/goodyear.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#peoria").click(function(){ 
	 $("#content").load("locations/peoria.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#peoriamap").click(function(){ 
	 $("#content").load("locations/peoria.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#westtucson").click(function(){ 
	 $("#content").load("locations/westtucson.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#westtucsonmap").click(function(){ 
	 $("#content").load("locations/westtucson.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#easttucson").click(function(){ 
	 $("#content").load("locations/easttucson.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#easttucsonmap").click(function(){ 
	 $("#content").load("locations/easttucson.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#southtucson").click(function(){ 
	 $("#content").load("locations/southtucson.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#southtucsonmap").click(function(){ 
	 $("#content").load("locations/southtucson.htm"); 
   }); 
 });

  $(document).ready(function(){ 
   $("#nwvegas").click(function(){ 
	 $("#content").load("locations/nwvegas.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#nwvegasmap").click(function(){ 
	 $("#content").load("locations/nwvegas.htm"); 
   }); 
 });


  $(document).ready(function(){ 
   $("#wvegas").click(function(){ 
	 $("#content").load("locations/wvegas.htm"); 
   }); 
 });
  
  $(document).ready(function(){ 
   $("#wvegasmap").click(function(){ 
	 $("#content").load("locations/wvegas.htm"); 
   }); 
 });
