some juggling to get the front page working again. good in chrome and FF at least
[evergreen-equinox.git] / Open-ILS / web / opac / skin / kcls / xml / common / js_shared.xml
index 075ce4b..b3d80a4 100644 (file)
@@ -177,18 +177,6 @@ dojo.addOnLoad(
 );
 
 
-/* google analytics ------------------------------------------ */
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'UA-3018520-10']);
-_gaq.push(['_trackPageview']);
-
-(function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-})();
-/* google analytics ------------------------------------------ */
-
 try { 
     document.getElementById('toptable').style.display = 'table'; 
 } catch(e) {
@@ -196,13 +184,3 @@ try {
         document.getElementById('toptable').style.display = ''; 
     } catch(ee) {}
 }
-
-featuredcontentslider.init({
-    id: "homebanner",
-    contentsource: ["inline", ""],
-    toc: "markup",
-    nextprev: ["", ""],
-    enablefade: [true, 0.04],
-    onChange: function(previndex, curindex){},
-    autorotate: [true, 3000] //pause time (in milliseconds)
-});