function jscomics(id, name, link, datum, typ) { this.id = id; this.name = name; this.link = link; this.datum = datum; this.typ = typ; } var neues = new Array();