function Video() {
    this.Title = '';
    this.URL = '';
    this.Mode = '';
    this.Image = '';    
}
