959ec76752196d2ce861c0269d62da3f66a6afdc
braney
  Fri Jul 8 14:55:48 2011 -0700
braney makes his first foray into Javascript.  Hide yo' wives!  #3271
diff --git src/hg/js/hgHubConnect.js src/hg/js/hgHubConnect.js
new file mode 100644
index 0000000..0d29ee0
--- /dev/null
+++ src/hg/js/hgHubConnect.js
@@ -0,0 +1,14 @@
+
+//<script type="text/javascript" >
+    // hover effect to highlight table rows
+    $(function(){
+    	$(".hubList tr").hover(
+    		function(){ $(this).addClass("hoverRow");},
+    		function(){ $(this).removeClass("hoverRow"); }
+    		)
+    	});
+    $(function() {
+	    $( "#tabs" ).tabs();
+	});
+//</script>
+