/**
  * Initializes the script path
  *
  * @return	void
  */
 function TBE_browser_recordList()
 {
     parent::__construct();
     $this->thisScript = t3lib_div::getIndpEnv('SCRIPT_NAME');
 }