$(document).ready(function() {
	$("#masters tr").mouseover(function() {
		$(this).addClass("light");
	});
	$("#masters tr").mouseout(function() {
		$(this).removeClass("light");
	});
	
	if ($("body").width() < 1230) {$("#main_top_banner").css({'margin':'0 0 0 20%'});} else {$("#main_top_banner").css({'margin':'0'})};	
	$(window).resize(function(){
		if ($("body").width() < 1244) {$("#main_top_banner").css({'margin':'0 0 0 20%'});
		} else { $("#main_top_banner").css({'margin':'0'})
	
};				  
    	
    });
	
});

    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }

