chris: Array-Fehler missing; before statement

Beitrag lesen

Hallo liebes Forum!
Hab mich an die Angaben gehalten die ich in selfhtml fand, und doch bekomme ich den schönen Fehler:

Error: missing ; before statement
Source File: http://oai-fire/pgv_pgp_test/filltable.js
Line: 3, Column: 11
Source Code:
var content[0] = new Array();

Hier mein code:

var content = new Array();

var content[0] = new Array();
content[0].["1_1"] = "<p class=font24 style="color:red; letter-spacing:10px;">"
content[0].["1_2"] = ""
content[0].["1_3"] = ""
content[0].["2_1"] = ""
content[0].["2_2"] = "<img src=image/pgp.jpg border=0>"
content[0].["2_3"] = "<b class=font12>Paal</b>"
content[0].["3_1"] = ""
content[0].["3_2"] = "<div class=font10>test text test text test text test text test text test text test text test text test text test text test text test text test text</div>"
content[0].["3_3"] = ""

var content[1] = new Array();
content[1].["1_1"] = "<p class=font24 style="color:red; letter-spacing:10px;">"
content[1].["1_2"] = ""
content[1].["1_3"] = ""
content[1].["2_1"] = ""
content[1].["2_2"] = "<img src=image/pgv.jpg border=0>"
content[1].["2_3"] = "<b class=font12>Vlaardingen</b>"
content[1].["3_1"] = ""
content[1].["3_2"] = "<div class=font10>test text test text test text test text test text test text test text test text test text test text test text test text test text</div>"
content[1].["3_3"] = ""

Was mach ich denn da noch falsch?

Gruss Chris