
AntalArtiklar = 84;                   // Hur många artiklar skall din webshop hantera?

art = new Array(AntalArtiklar);
basket = new Array(AntalArtiklar);


// Nedan skriver du in dina artiklar enligt mallen.
// art[ArtikelNummer] = new article(Artikelnummer,"Produktnamn",Pris);
// Observera att ev. komman i priset anges med '.' och INTE ','.

art[1] = new article(11151,"76 SUPER Synthetic Blend 5W-30",1008);
art[2] = new article(09401,"76 SUPER Synthetic Blend 10W-30",1008);
art[3] = new article(20891,"76 SUPER MOTOR OIL 10W-40",888);
art[4] = new article(31118,"76 SUPER MOTOR OIL 30",888);
art[5] = new article(09131,"76 SUPER MOTOR OIL 40",888);
art[6] = new article(31128,"76 GUADOL QLT 15W-40",948);
art[7] = new article(01541,"76 High Performance Motor Oil 10W-30",1008);
art[8] = new article(61111,"76 High Performance Motor Oil 20W-50",1008);
art[9] = new article(27591,"76 Synthetic Motor Oil 10W-30",1668);
art[10] = new article(28091,"76 Synthetic Motor Oil 20W-50",1668);
art[11] = new article(28511,"76 Pure Synthetic Motor Oil 5W-40",1668);
art[12] = new article(11111,"76 MP Gear Lube 75W-90",1176);
art[13] = new article(00531,"76 MP Gear Lube 80W-90",1020);
art[14] = new article(01031,"76 MP Gear Lube 85W-140",1020);
art[15] = new article(01041,"76 High Performance GEAR Oil",1500);
art[16] = new article(11121,"76 Super ATF",924);
art[17] = new article(02051,"76 ATF MERCON V",1128);
art[18] = new article(00131,"76 ATF TYPE F",948);
art[19] = new article(09551,"76 UNIMIX Two-cycle",1008);
art[20] = new article(00031,"76 REDTAC GREASE",49);
art[21] = new article(00041,"76 High Performance Grease",89);
art[22] = new article(91011,"76 Pike-troja svart str 80",250);
art[23] = new article(91011,"76 Pike-troja svart str 100",250);
art[24] = new article(91011,"76 Pike-troja svart str 120",250);
art[25] = new article(91011,"76 Pike-troja svart str S",250);
art[26] = new article(91011,"76 Pike-troja svart str M",250);
art[27] = new article(91011,"76 Pike-troja svart str L",250);
art[28] = new article(91011,"76 Pike-troja svart str XL",250);
art[29] = new article(91022,"76 Pike-troja bla str M",229);
art[30] = new article(91022,"76 Pike-troja bla str L",229);
art[31] = new article(91022,"76 Pike-troja bla str XL",229);
art[32] = new article(92012,"76 Pike-troja vit str M",229);
art[33] = new article(92012,"76 Pike-troja vit str L",229);
art[34] = new article(92012,"76 Pike-troja vit str XL",229);
art[35] = new article(92032,"76 Pike-troja svart str M",229);
art[36] = new article(92032,"76 Pike-troja svart str L",229);
art[37] = new article(92032,"76 Pike-troja svart str XL",229);
art[38] = new article(93022,"76 College troja bla str M",299);
art[39] = new article(93022,"76 College troja bla str L",299);
art[40] = new article(93022,"76 College troja bla str XL",299);
art[41] = new article(93032,"76 College troja svart str M",299);
art[42] = new article(93032,"76 College troja svart str L",299);
art[43] = new article(93032,"76 College troja svart str XL",299);
art[44] = new article(93042,"76 College troja vit str M",299);
art[45] = new article(93042,"76 College troja vit str L",299);
art[46] = new article(93042,"76 College troja vit str XL",299);
art[47] = new article(96022,"76 Barnkeps bla",79);
art[48] = new article(96011,"Peak Keps mörkblå",99);
art[49] = new article(96032,"76 Keps svart",99);
art[50] = new article(96152,"76 Keps orange",99);
art[51] = new article(96232,"76 Fiskehatt svart",99);
art[52] = new article(96242,"76 Fiskehatt gra",99);
art[53] = new article(97032,"76 Matta",95);
art[54] = new article(99053,"76 NASCAR dekal",15);
art[55] = new article(99161,"76 Antennboll",15);
art[56] = new article(99013,"76 Dekal 20 cm",15);
art[57] = new article(99015,"76 Kaffemugg",45);
art[58] = new article(99111,"76 Nyckelring",20);
art[59] = new article(99164,"76 Musmatta",49);
art[60] = new article(99063,"76 Rund dekal",10);
art[61] = new article(98031,"76 Solglasögon herr",39);
art[62] = new article(98231,"76 Solglasögon dam",39);
art[63] = new article(99054,"76 Väggklocka",229);
art[64] = new article(99055,"76 Pin",49);
art[65] = new article(94022,"76 Skjorta bla",399);
art[66] = new article(94012,"76 Skjorta vit",399);
art[67] = new article(93122,"76 Pike lang arm",269);
art[68] = new article(99025,"76 Termomugg",95);
art[69] = new article(99062,"76 Penna",10);
art[70] = new article(91011,"76 T-shirt grå str 80",95);
art[71] = new article(91011,"76 T-shirt grå str 100",95);
art[72] = new article(91011,"76 T-shirt grå str 120",95);
art[73] = new article(91011,"76 T-shirt grå str S",95);
art[74] = new article(91011,"76 T-shirt grå str M",95);
art[75] = new article(91011,"76 T-shirt grå str L",95);
art[76] = new article(91011,"76 T-shirt grå str XL",95);
art[77] = new article(91011,"76 T-shirt svart str 80",95);
art[78] = new article(91011,"76 T-shirt svart str 100",95);
art[79] = new article(91011,"76 T-shirt svart str 120",95);
art[80] = new article(91011,"76 T-shirt svart str S",95);
art[81] = new article(91011,"76 T-shirt svart str M",95);
art[82] = new article(91011,"76 T-shirt svart str L",95);
art[83] = new article(91011,"76 T-shirt svart str XL",95);
art[84] = new article(96152,"76 Keps, nät",99);