var startbcscrollEvent=function(){ 
  
  if ( getStyle() )
  {
    startbcscroll();
  } 
} 

addEvent( window, 'load', startbcscrollEvent );