

AntalArtiklar = 113;                   // 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(614.1,"Läppcerat apelsin         ",35);

art[2] = new article(604.5,"Aloe-deodorant Citrus      ",75);

art[3] = new article(626.5,"Kamomillotion 100ml         ",90);

art[4] = new article(615.6,"TVÅL Lavendel 260ml        ",90);

art[5] = new article(632.2,"Läppglans bordeaux          ",55);

art[6] = new article(606.6,"Tea-treetvål 2% 260 ml      ",130);

art[7] = new article(651.3,"Ögonkräm 30 ml               ",165);

art[8] = new article(623.5,"Ansiktsvatten ros 100ml    ",90);

art[9] = new article(608.5,"Aloe-gelé konc.            ",95);

art[10] = new article(640.5,"Aloekräm 70% torr hud    ",125);

art[11] = new article(639.5,"Aloekräm 70% normal hud  ",125);

art[12] = new article(612.5,"Massageolja Avslappning    ",95);

art[13] = new article(636.5,"Vitaminkräm torr hud      ",140);

art[14] = new article(637.5,"Vitaminkräm normal hud    ",140);

art[15] = new article(625.3,"Morotsolja               ",90);

art[16] = new article(638.5,"Rengöringsmjölk ros 100ml",90);

art[17] = new article(634.5,"Aloe-deodorant Fresh   ",75);

art[18] = new article(606.5,"Tea-treetvål 2% 100 ml   ",70);

art[19] = new article(627.5,"Fotkräm                  ",95);

art[20] = new article(621.5,"Olja med Tiosol        ",160);

art[21] = new article(619.5,"Lotion med Tiosol     ",150);

art[22] = new article(624.5,"Citronella gel             ",65);

art[23] = new article(626.6,"Kamomillotion 260ml       ",170);

art[24] = new article(635.1,"Läppcerat Lime           ",35);

art[25] = new article(919,"Julerbjudande Henne       ",199);

art[26] = new article(918,"Julerbjudande Honom       ",199);

art[27] = new article(601.5,"Ringblomssalva           ",95);

art[28] = new article(630.3,"Specialkräm Havtorn 25ml",75);

art[29] = new article(615.7,"TVÅL Lavendel 500ml      ",155);

art[30] = new article(613.7,"TVÅL Citrus 500ml        ",155);

art[31] = new article(616.7,"Hudlotion Mandarin 500ml",265);

art[32] = new article(633.5,"Rengöringsmjölk Lime    ",90);

art[33] = new article(616.61,"Hudlotion Mandarin 260ml",170);

art[34] = new article(630.5,"Specialkräm Havtorn 50ml ",175);

art[35] = new article(623.6,"Ansiktsvatten ros 260ml    ",170);

art[36] = new article(645.5,"Acnegel                   ",95);

art[37] = new article(646.7,"Body Butter Cocus         ",185);

art[38] = new article(648.5,"Handkräm Lindblom 100ml",95);

art[39] = new article(622.7,"Örtschampo 500 ml          ",160);

art[40] = new article(649.5,"Aloeliniment  100 ml       ",110);

art[41] = new article(807,"Aromablandning Harmoni    ",50);

art[42] = new article(643.6,"Massageolja Bas 260 ml  ",175);

art[43] = new article(652.5,"Jojobaolja  100 ml      ",140);

art[44] = new article(651.5,"Handkräm Lindblom 100ml tub",90);

art[45] = new article(613.6,"TVÅL Citrus 260ml        ",90);

art[46] = new article(603.4,"Grapefruktsolja         ",90);

art[47] = new article(609.1,"Cerat Tea-tree          ",35);

art[48] = new article(620.5,"Sololja liten mängd Tiosol",160);

art[49] = new article(605.5,"Aloe-deodorant Orientalisk",75);

art[50] = new article(631.2,"Läppglans pärlrosa       ",55);

art[51] = new article(611.2,"Avocadoolja	            ",90);

art[52] = new article(641.5,"Lermask ros               ",135);

art[53] = new article(628.5,"Peeling jojobakorn        ",140);

art[54] = new article(653.6,"Balsam Granatäpple         ",95);

art[55] = new article(622.6,"Örtschampo 260 ml       ",95);

art[56] = new article(606.6,"Tea-treetvål 2% 260 ml   ",130);

art[57] = new article(712.5,"Baby & Barnolja         ",80);

art[58] = new article(616.5,"Hudlotion Mandarin 100ml",90);

art[59] = new article(713.4,"Baby & Barnsalva        ",80);

art[60] = new article(714.6,"Barntvål                 ",80);

art[61] = new article(715,"Babypaketet             ",205);

art[62] = new article(654.7,"Body Butter Olive  180 ml",185);

art[63] = new article(655.6,"Tvål Havsbris  260 ml     ",90);

art[64] = new article(655.7,"Tvål Havsbris  500 ml     ",155);

art[65] = new article(656.5,"Aloe-deodorant Cederträ   ",75);

art[66] = new article(659.5,"Ansiktsvatten Hamameliss 100ml",90);

art[67] = new article(659.6,"Ansiktsvatten Hamameliss 260ml",170);

art[68] = new article(938,"Ögonskugga-Höstglöd(Brons/brun)",95);

art[69] = new article(942,"Ögonskugga-Viol(Lila)fast",95);

art[70] = new article(941,"Ögonskugga-Viol(Lila)Cremé",95);

art[71] = new article(939,"Ögonskugga-Linblom(Blå)Fast",95);

art[72] = new article(940,"Ögonskugga-Linblom(Blå)Cremé",95);

art[73] = new article(946,"Ögonskugga-Smultron(Rosa)Fast",95);

art[74] = new article(947,"Ögonskugga-Vårbjörk Fast    ",95);

art[75] = new article(948,"Ögonskugga-Vårbjörk Cremé  ",95);

art[76] = new article(944,"Ögonskugga-Smaragd Fast    ",95);

art[77] = new article(950,"Ögonskugga-Natt(Svart)Fast",95);

art[78] = new article(951,"Mascara-Sidensvart          ",145);

art[79] = new article(952,"Mascara-Gyllenbrun       ",145);

art[80] = new article(953,"Mascara-Havsbris (Blå/grå)",145);

art[81] = new article(958,"Foundation-Ljusbeige   ",185);

art[82] = new article(959,"Foundation-Mellanbrun    ",185);

art[83] = new article(960,"Foundation-Gold        ",185);

art[84] = new article(961,"Foundation-Gold bronze  ",185);

art[85] = new article(954,"Rouge-Hallon          ",135);

art[86] = new article(955,"Rouge-Gyllenbrun       ",135);

art[87] = new article(956,"Rouge-Sand            ",135);

art[88] = new article(957,"Puder-Sommar         ",135);

art[89] = new article(930,"Läppglans-Orkidé (Vit)",95);

art[90] = new article(931,"Läppglans-Höstglöd      ",95);

art[91] = new article(932,"Läppglans-Ros (Mörkröd)",95);

art[92] = new article(933,"Läppglans-Smultron(Ljusrosa)",95);

art[93] = new article(934,"Läppglans-Bordeaux(Vinröd)",95);

art[94] = new article(935,"Läppglans-Höstöv(Brun/orange)",95);

art[95] = new article(936,"Läppglans-Nejlika(Lila/rosa)",95);

art[96] = new article(937,"Läppglans-Forsytia (Guld)",95);

art[97] = new article(658.5,"Handtvål Grape med Tea tree 100 ml  ",70);

art[98] = new article(658.6,"Handtvål Grape med Tea tree 260 ml  ",135);

art[99] = new article(658.7,"Handtvål Grape med Tea tree 500 ml  ",225);

art[100] = new article(713.4,"......................      ",75);

art[101] = new article(714.6,".............                 ",75);

art[102] = new article(715,"...................           ",195);

art[103] = new article(654.7,"...................",175);

art[104] = new article(655.6,".....................    ",85);

art[105] = new article(655.7,"..........................     ",145);

art[106] = new article(656.5,".....................   ",65);

art[107] = new article(949,".....................   ",95);

art[108] = new article(943,".............................",95);

art[109] = new article(938,"............................",95);

art[110] = new article(942,"..................................",95);

art[111] = new article(941,".................................",95);

art[112] = new article(657.3,"Tandkräm Aloevera Grönmynta 50 ml",45);

art[113] = new article(657.4,"Tandkräm Aloevera Grönmynta 100 ml",70);






