since u have this line commented out
27 : "Swanhild",L_prtg_cas02,
28 : "Fadhgridh",L_prtg_cas03,
29 : "Skoegul",L_prtg_cas04,
30 : // "Gondul",L_prtg_cas05; <--------------------------------This line
you would need a ; on line 29
29 : "Skoegul",L_prtg_cas04;
so basically:
change
"Skoegul",L_prtg_cas04,
to
"Skoegul",L_prtg_cas04;