/** RSH must be initialized after the
    page is finished loading. 
	*/
//window.onload = initialize; 

//function initialize() {
  // initialize RSH
  

				
 verifi_login_div();
   new Calendar(new Date());
           
				if (browser.ns4){
					if (typeof document.NSfix == 'undefined'){
						document.NSfix = new Object();
						document.NSfix.initWidth=window.innerWidth;
						document.NSfix.initHeight=window.innerHeight;
					}
				}
 //  var wndo = new scrollerObj('sponored_links_scrolling_text_small', 'scroll1');
 
  window.historyStorage.init();
   
window.dhtmlHistory.create();
  dhtmlHistory.initialize();
  // add ourselves as a listener for history
  // change events
  dhtmlHistory.addListener(handleHistoryChange);
  
/** A function that is called whenever the user
    presses the back or forward buttons. This
    function will be passed the newLocation,
    as well as any history data we associated
    with the location.*/ 
	
	function handleHistoryChange(newLocation,
								 historyData) {
	  // use the history data to update our UI
	  
	}
	
	

