//DISCLAIMER: I am not responsible for any damage that usage of this
// 	      software might cause. Use it at your own risk
//Copyrights 2008, Ashish Patil (http://ashishware.com)

/*Permission granted to modify and use this code for any purpose, so long
as you recognize the original author of this script, that is me !
Please consider adding a link to my site if possible.*/


function SubTitler() 
{ 
      this.SubtitleDataSource = null,      
      this.GetSubtitle = function(t)
                    {
                      if(this.SubtitleDataSource[t]) 
                          return this.SubtitleDataSource[t];
                      else 
                        return  null;
                    }

};
