=== ajax.php
==================================================================
--- ajax.php	(revision 1340)
+++ ajax.php	(revision 1341)
@@ -258,13 +258,10 @@
 
 cs = getCookie('side');
 if (!cs) {
-	cs = '1';
+	cs = 'FeedList';
 }
 document.currentSide = cs;
 document.currentSideCache = new Array();
-for (i=0;i<3;i++) {
-	document.currentSideCache[i] = null;
-}
 
 
 function _side(what) {
@@ -273,7 +270,7 @@
 	} 
 	
 	document.currentSideCache[document.currentSide] = document.getElementById('channels').innerHTML;
-	if ((content = document.currentSideCache[what]) != null) {	
+	if ((content = document.currentSideCache[what])) {	
 		_setSideContent_cb( what + "#@#" + content );
 	} else {
 		x___exp__getSideContent(what, _setSideContent_cb);
