function start() 

{ 

if (typeof Scroller == "undefined" && navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4) location.reload(); 

else { 

Scroller.init(); 

} 

} 