function g(title,epd,pgn,upd)
{ this.title=title; this.epd=epd; this.pgn=pgn; this.upd=upd;}
function gameList() {
this[0] = new g("Burkhard Granz - Sven Schindler","8/8/8/8/3kp1N1/6p1/5bK1/8 w","95. .. Kd4","1.Nov.05")
this.length=1; return this; }
