Adding spinner to areas to indicated when an ajax call is loading data. IE6 issues fixed.
diff --git a/html/babel.css b/html/babel.css
index cb7cd7d..1929a68 100644
--- a/html/babel.css
+++ b/html/babel.css
Binary files differ
diff --git a/html/js/global.js b/html/js/global.js
index 7178605..5ece62a 100644
--- a/html/js/global.js
+++ b/html/js/global.js
@@ -17,7 +17,7 @@
 
 	attach: function(domIN){
 		domIN.innerHTML = "<div id='spinner'><img src='http://babel.eclipse.org/images/spinner.gif' alt='spinner'><h1>...loading...</h1></div>";
-	},
+	}
 	
 };