themes/springy/js/navi.js
changeset 1 deac853bf428
parent 0 faec06138933
--- a/themes/springy/js/navi.js	Tue Dec 18 19:23:33 2007 -0500
+++ b/themes/springy/js/navi.js	Fri May 29 14:36:23 2009 -0400
@@ -4,7 +4,7 @@
     var top = getScrollOffset();
   else
     var top = 0;
-  top += ( IE ? 4 : $('right-sidebar-trigger').Top() ) + $('right-sidebar-trigger').Height();
+  top += ( IE ? 4 : $dynano('right-sidebar-trigger').Top() ) + $dynano('right-sidebar-trigger').Height();
   var thediv = document.getElementById('right-sidebar');
   thediv.style.position = ( IE ) ? 'absolute' : 'fixed';
   thediv.style.top = top + 'px';
@@ -31,7 +31,7 @@
   if ( getWidth() < 1084 )
   {
     // small window, so move the main divs over to the left to make use of that padded area
-    $('mainholder').object.style.margin = '0';
+    $dynano('mainholder').object.style.margin = '0';
   }
 }
 
@@ -48,7 +48,7 @@
       break;
     }
   }
-  $('mainholder').object.style.margin = '0 auto';
+  $dynano('mainholder').object.style.margin = '0 auto';
 }
 
 function sidebar_right_toggle()