Browse Source

More cleanup in 001 - 199 #2

Simple substitution used:
RAND --> rand
END --> end
ACT --> act
LCOLOR --> lcolor
VIEW --> view
GT --> gt
<B> --> <b>
</B> --> </b>
" > --> ">
gt' --> gt '
gs' --> gs '
act' --> act '
heromaster 9 years ago
parent
commit
a0d7532945

+ 13 - 13
locations/005_onobjsel

@@ -267,14 +267,14 @@ $objstatistika = {
 $din_cheat_hapri={
 	if cheatHapri=0:
 		cheatHapri=1
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 		exit
 	end
 
 	if cheatHapri=1:
 		cheatHapri=0
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 	end
 }
@@ -282,14 +282,14 @@ $din_cheat_hapri={
 $din_cheat_nomakeup={
 	if cheatNomakeup=0:
 		cheatNomakeup=1
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 		exit
 	end
 
 	if cheatNomakeup=1:
 		cheatNomakeup=0
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 	end
 }
@@ -297,14 +297,14 @@ $din_cheat_nomakeup={
 $din_cheat_Nosweat={
 	if cheatNosweat=0:
 		cheatNosweat=1
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 		exit
 	end
 
 	if cheatNosweat=1:
 		cheatNosweat=0
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 	end
 }
@@ -312,14 +312,14 @@ $din_cheat_Nosweat={
 $din_cheat_NoEat={
 	if cheatNoEat=0:
 		cheatNoEat=1
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 		exit
 	end
 
 	if cheatNoEat=1:
 		cheatNoEat=0
-		gs'stat'
+		gs 'stat'
 		dynamic $din_cheat
 	end
 }
@@ -790,11 +790,11 @@ $objbody = {
 		if bedra >= 80 and bedra < 85:view 'images/body/fat5.jpg'
 		if bedra >= 85 and bedra < 90:view 'images/body/fat6.jpg'
 		if bedra >= 90 and bedra < 95:view 'images/body/fat7.jpg'
-		if bedra >= 95 and bedra < 100:VIEW 'images/body/fat8.jpg'
-		if bedra >= 100 and bedra < 105:VIEW 'images/body/fat9.jpg'
-		if bedra >= 105 and bedra < 110:VIEW 'images/body/fat10.jpg'
-		if bedra >= 110 and bedra < 115:VIEW 'images/body/fat11.jpg'
-		if bedra >= 115 and bedra < 120:VIEW 'images/body/fat12.jpg'
+		if bedra >= 95 and bedra < 100:view 'images/body/fat8.jpg'
+		if bedra >= 100 and bedra < 105:view 'images/body/fat9.jpg'
+		if bedra >= 105 and bedra < 110:view 'images/body/fat10.jpg'
+		if bedra >= 110 and bedra < 115:view 'images/body/fat11.jpg'
+		if bedra >= 115 and bedra < 120:view 'images/body/fat12.jpg'
 		if bedra >= 120:view 'images/body/fat13.jpg'
 	end
 }

+ 1 - 1
locations/012_cikl

@@ -168,7 +168,7 @@ if hscrunch > 0:
 end
 !!! Maruda Hair Mod
 
-gs'starenie'
+gs 'starenie'
 
 --- cikl ---------------------------------
 

+ 6 - 6
locations/013_dina

@@ -3,7 +3,7 @@ gs 'dinSex'
 gs 'dinBoroda'
 
 $d_read_porn = {
-	act'Read porn magazine':
+	act 'Read porn magazine':
 		cls
 		'<center><img src="images/qwest/alter/porn.jpg"></center>'
 
@@ -181,7 +181,7 @@ $showerdin = {
 !WD:set  "SUB >= 15" for act - Will need balancing / playtesting
 $kiosksig = {
 	cls
-	gs'stat'
+	gs 'stat'
 	'<center><img src="images/community/kiosk.jpg"></center>'
 	'A pack of cigarettes costs 50 rubles.'
 	*pl
@@ -203,7 +203,7 @@ $kiosksig = {
 			if exhibi >= 4:
 				act 'Flash both your tits and your pussy':
 					cls
-					gs'stat'
+					gs 'stat'
 					minut  += 10
 					siga   += 20
 					money  -= 50
@@ -222,7 +222,7 @@ $kiosksig = {
 			if exhibi >= 3:
 				act 'Flash your pussy':
 					cls
-					gs'stat'
+					gs 'stat'
 					minut  += 10
 					siga   += 20
 					money  -= 50
@@ -244,7 +244,7 @@ $kiosksig = {
 			if exhibi >= 2:
 				act 'Flash your tits':
 					cls
-					gs'stat'
+					gs 'stat'
 					minut  += 10
 					siga   += 20
 					money  -= 50
@@ -264,7 +264,7 @@ $kiosksig = {
 			if SUB >= 15:
 				act 'Suggest to blow someone infront of you':
 					cls
-					gs'stat'
+					gs 'stat'
 					minut  += 10
 					siga   += 20
 					money  -= 50

+ 1 - 1
locations/016_dinSex2

@@ -542,7 +542,7 @@ $doublepenetration = {
 
 
 	!sex += 1
-	gs'stat'
+	gs 'stat'
 }
 
 --- dinSex2 ---------------------------------

+ 2 - 2
locations/017_din2

@@ -63,7 +63,7 @@ $d_read_book={
 		if w_book > 0:'You still <<w_book>> not read the novel female.'
 
 		if womanbook > 0:
-			act'Read Women`s Novel. There are <<womanbook * 100>> more pages to read':
+			act 'Read Women`s Novel. There are <<womanbook * 100>> more pages to read':
 				cls
 				womanbook -= 1
 
@@ -98,7 +98,7 @@ $d_read_book={
 			end
 		end
 
-		act' Close this book':gt $loc
+		act ' Close this book':gt $loc
 	end
 }
 

+ 2 - 2
locations/024_stat

@@ -844,7 +844,7 @@ else
 end
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!!!!!!!!!END OF TIME
+!!!!!!!!!end OF TIME
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 subage = 0
 :metakasubage
@@ -1013,7 +1013,7 @@ end
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!Beginning Description
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!pl'time <B><<hour>></B> hours <B><<$nilmin>><<minut>></B> minutes'
+!pl'time <b><<hour>></b> hours <b><<$nilmin>><<minut>></b> minutes'
 !pl 'At_The_Moment <<day>> <<$month>> <<year>>year, <<$week>>.'
 
 if hour < 10 :

+ 1 - 1
locations/030_subkid

@@ -1,5 +1,5 @@
 # subkid
-if kid>0:'<a href="exec:gt''kid'', ''start'' ">In the crib lies <<$kidname[1]>>.</a>'
+if kid>0:'<a href="exec:gt ''kid'', ''start'' ">In the crib lies <<$kidname[1]>>.</a>'
 
 --- subkid ---------------------------------
 

+ 2 - 2
locations/057_ender

@@ -167,7 +167,7 @@ if $ARGS[0] = 'loss':
 		'<center><img src="pics/spit.jpg"></center>'
 		'Christina Zverev beat you and you fall to the ground crying in front of the whole school. She hissed angrily to you "Now I`ll make your life hell, crud!" She leaned over to your face and said "Open your mouth and asshole Vysun language." You listened to Christina opened her mouth and tongue hanging out. Christina immediately relish spat in your mouth "swallow bitch!" You are in front of the whole school humbly swallowing harchek, Christina then again spat already hitting you in the face. Jeer at you a couple of times Christina kicking you in the ribs turned around and went to the school site.'
 
-		act 'Get_Away':gt'gschool'
+		act 'Get_Away':gt 'gschool'
 	end
 end
 
@@ -183,7 +183,7 @@ if $ARGS[0] = 'win':
 		grupTipe[18] = -1
 		'Christina Zvereva fell to the ground, you grabbed her by the hair. "Well, say, you suck at fizruka or not?" Christina roaring confessed before the whole school in the, she sucked dick in fizruka.'
 
-		act 'Get_Away':gt'gschool'
+		act 'Get_Away':gt 'gschool'
 	end
 	if test = 1:
 		set test = 0

+ 2 - 2
locations/068_street

@@ -491,7 +491,7 @@ if streetrand >= 10 and bfa < 1:
 	set vnerand = rand(0, 300)
 
 	if vnerand <= vnesh:
-		gs'boy'
+		gs 'boy'
 		'To you came <<$boybody>> <<$boybod>> <<$boyface>>. he <<$boyClo>>'
 		'The guy introduced himself as <<$boy>> and asked for your telefonchik.'
 
@@ -501,7 +501,7 @@ if streetrand >= 10 and bfa < 1:
 			set stopboy = 0
 			'<<$boyA>> record your phone and left.'
 
-			act 'complete the walk':gt'street'
+			act 'complete the walk':gt 'street'
 		end
 	end
 end

+ 10 - 10
locations/069_aptek

@@ -33,7 +33,7 @@ if $ARGS[0] = 'start':
 				'You bought condoms and paid the money to the cashier.'
 			end
 
-			act 'Move away from the counter':gt'aptek', 'start'
+			act 'Move away from the counter':gt 'aptek', 'start'
 		end
 	end
 
@@ -46,7 +46,7 @@ if $ARGS[0] = 'start':
 			'<center><img src="images/pic/kassa.jpg"></center>'
 			'You bought a test and get paid in cash.'
 
-			act 'Move away from the counter':gt'aptek', 'start'
+			act 'Move away from the counter':gt 'aptek', 'start'
 		end
 	end
 
@@ -63,7 +63,7 @@ if $ARGS[0] = 'start':
 				'You bought the pills and paid the money to the cashier.'
 			end
 
-			act 'Move away from the counter':gt'aptek', 'start'
+			act 'Move away from the counter':gt 'aptek', 'start'
 		end
 
 		if klisma = 0:
@@ -75,7 +75,7 @@ if $ARGS[0] = 'start':
 				'<center><img src="images/pic/kassa.jpg"></center>'
 				'You bought an enema and paid the money to the cashier.'
 
-				act 'Move away from the counter':gt'aptek', 'start'
+				act 'Move away from the counter':gt 'aptek', 'start'
 			end
 		end
 
@@ -93,7 +93,7 @@ if $ARGS[0] = 'start':
 				'You bought drugs and paid the money to the cashier.'
 			 end
 
-			 act 'Move away from the counter':gt'aptek','start'
+			 act 'Move away from the counter':gt 'aptek','start'
 		 end
 
 		act 'Buy vitamins 500 rubles':
@@ -110,7 +110,7 @@ if $ARGS[0] = 'start':
 				'You bought vitamins and paid the money to the cashier.'
 			end
 
-			act 'Move away from the counter':gt'aptek', 'start'
+			act 'Move away from the counter':gt 'aptek', 'start'
 		end
 	end
 
@@ -123,7 +123,7 @@ if $ARGS[0] = 'start':
 			'<center><img src="images/pic/kassa.jpg"></center>'
 			'You bought the pills and paid the money to the cashier.'
 
-			act 'Move away from the counter':gt'aptek','start'
+			act 'Move away from the counter':gt 'aptek','start'
 		 end
 	end
 
@@ -136,7 +136,7 @@ if $ARGS[0] = 'start':
 			'<center><img src="images/pic/kassa.jpg"></center>'
 			'You bought vitamins and paid the money to the cashier.'
 
-			act 'Move away from the counter':gt'aptek','start'
+			act 'Move away from the counter':gt 'aptek','start'
 		end
 	end
 
@@ -149,7 +149,7 @@ if $ARGS[0] = 'start':
 			'<center><img src="images/pic/kassa.jpg"></center>'
 			'You bought a fat burning capsule and paid the money to the cashier.'
 
-			act 'Move away from the counter':gt'aptek','start'
+			act 'Move away from the counter':gt 'aptek','start'
 		 end
 
 		if KandidNapr = 1:
@@ -162,7 +162,7 @@ if $ARGS[0] = 'start':
 				'You bought the pills and paid the money to the cashier.'
 				'Immediately about cash you drink tablet.'
 
-				act 'Move away from the counter':gt'aptek','start'
+				act 'Move away from the counter':gt 'aptek','start'
 		 	end
 		end
 	end

+ 2 - 2
locations/081_narkopriton

@@ -57,7 +57,7 @@ if SLomka > 0 and money < 1000:
 					'You begged Man give you drugs in debt, and promise to do for it whatever you like, little guy thought, after which he took you by the hand led into the room and said "<<$bobtalk>>"'
 
 					act 'Run away':gt $curloc
-					act '<<$bobtext>>':gt'bobka'
+					act '<<$bobtext>>':gt 'bobka'
 				end
 			end
 		end
@@ -104,7 +104,7 @@ if SLomka > 0 and money < 1000:
 							gs 'stat'
 							'You grabbed the syringe and injected his foolishness itself in a vein shaking hands. Man with a smile looking at you. "By the way my name is Bobkov, and you?" You mumbled through a veil "Sveta."'
 
-							act 'Leave':minut += 15 & gt'street'
+							act 'Leave':minut += 15 & gt 'street'
 						end
 					end
 				end

+ 1 - 1
locations/086_poli

@@ -397,7 +397,7 @@ if $ARGS[0] = 'start':
 			act 'Leave the clinic':gt 'street'
 
 			if money >= 100000 and glass ! 0:
-				act'Pay for laser correction':
+				act 'Pay for laser correction':
 					cls
 					money -= 100000
 					minut += 60

+ 1 - 1
locations/096_shop

@@ -369,7 +369,7 @@ if $ARGS[0] = 'food':
 			wine = 1
 			'You bought a bottle of wine and put it in her purse.'
 
-			act 'Get out of the department':gt'shop','food'
+			act 'Get out of the department':gt 'shop','food'
 		end
 	end
 end

+ 3 - 3
locations/098_torgpred

@@ -119,7 +119,7 @@ if SVqw = 2:
 				set titBoy = rand(0, 2)
 				set haerBoy = rand(0, 3)
 				izvrat = 0
-				gs'boyfrend','start'
+				gs 'boyfrend','start'
 				stopboy = 0
 				bfa = 70
 				boyonceA = 1
@@ -134,7 +134,7 @@ if SVqw = 2:
 			'You answered Stas, you will find it very much, but you are not ready to give an answer, and ask him a little-just wait. Stas frowns, but accepts your answer.'
 			cla
 
-			act 'Leave':gt'clener','start'
+			act 'Leave':gt 'clener','start'
 		end
 
 		act 'Contribute':
@@ -143,7 +143,7 @@ if SVqw = 2:
 			cla
 			gs 'stat'
 
-			act 'Leave':gt'clener','start'
+			act 'Leave':gt 'clener','start'
 		end
 	end
 end

+ 1 - 1
locations/103_bordel

@@ -27,7 +27,7 @@ if $ARGS[0] = 'start':
 	'<center><b>Your room in a brothel</b></center>'
 	'<center><img src="images/img/centr/borroom.jpg"></center>'
 	'In a brothel and a lot of competition in order to avoid massacre introduced a rule no more than two clients per day'
-	'In the middle is a huge bed, and a small side door <a href="exec:GT ''bordel'', ''dysh''">bath</a>.'
+	'In the middle is a huge bed, and a small side door <a href="exec:gt ''bordel'', ''dysh''">bath</a>.'
 
 	act 'Leave':
 		if odetero = 0:gt 'down'

+ 1 - 1
locations/125_obroom

@@ -14,7 +14,7 @@ if $ARGS[0] = 'start':
 	if hour > 14 and hour < 20 and vikaend = 0:'Lying on my bed your neighbor <a href="exec:gt ''obroom'', ''vika''">Wick</a>.'
 	if hour > 3 and hour < 8 and vikaslut = 0:'Wick is sleeping in her bed after a night of being like. I wonder where it disappears at night.'
 	if hour > 3 and hour < 8 and vikaslut = 1:'Wick is sleeping in her bed, after work in a brothel.'
-	if komp = 1:'<a href="exec:GT ''Komp'', ''start''">Computer</a>.'
+	if komp = 1:'<a href="exec:gt ''Komp'', ''start''">Computer</a>.'
 
 	act 'In the corridor':
 		if nude = 0:

+ 1 - 1
locations/135_spalnya

@@ -6,7 +6,7 @@ $locM = $CURLOC
 set minut += 5
 set tanhouse1 = 1
 gs 'stat'
-if komp = 1:'<a href="exec:GT ''Komp'', ''start''">Computer</a>.'
+if komp = 1:'<a href="exec:gt ''Komp'', ''start''">Computer</a>.'
 
 act 'In the corridor':gt 'house'
 

+ 244 - 244
locations/146_loker

@@ -5,234 +5,234 @@ if $ARGS[0] = 'start':
 	set mag = 0
 
 	if bikini > 0:'On the top shelf is a swimsuit.'
-	if vatnik < 2:'Tattered, rustic jacket <a href="exec:GT ''loker'', ''vatnik''">view</a>'
-
-	if odetjeans = 1 and numdress ! 1 and jeans[1] = 1 or odetjeans = 0 and jeans[1] = 1:'Jeans 1 (strength <<jeansH[1]>>, hip size <<jeansB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''jeans''">watch</a>'
-	if odetjeans = 1 and numdress ! 2 and jeans[2] = 1 or odetjeans = 0 and jeans[2] = 1:'Jeans 2 (strength <<jeansH[2]>>, hip size <<jeansB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''jeans''">watch</a>'
-	if odetjeans = 1 and numdress ! 3 and jeans[3] = 1 or odetjeans = 0 and jeans[3] = 1:'Jeans 3 (strength <<jeansH[3]>>, hip size <<jeansB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''jeans''">watch</a>'
-	if odetjeans = 1 and numdress ! 4 and jeans[4] = 1 or odetjeans = 0 and jeans[4] = 1:'Jeans 4 (strength <<jeansH[4]>> The size of the thighs <<jeansB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''jeans''">watch</a>'
-	if odetjeans = 1 and numdress ! 5 and jeans[5] = 1 or odetjeans = 0 and jeans[5] = 1:'Jeans 5 (strength <<jeansH[5]>>, hip size <<jeansB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''jeans''">watch</a>'
-
-	if odetyoga = 1 and numdress ! 1 and yoga[1] = 1 or odetyoga = 0 and yoga[1] = 1:'Sportswear 1 (strength <<yogaH[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 2 and yoga[2] = 1 or odetyoga = 0 and yoga[2] = 1:'Sportswear 2 (strength <<yogaH[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 3 and yoga[3] = 1 or odetyoga = 0 and yoga[3] = 1:'Sportswear 3 (strength <<yogaH[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 4 and yoga[4] = 1 or odetyoga = 0 and yoga[4] = 1:'Sportswear 4 (strength <<yogaH[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 5 and yoga[5] = 1 or odetyoga = 0 and yoga[5] = 1:'Sportswear 5 (strength <<yogaH[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 6 and yoga[6] = 1 or odetyoga = 0 and yoga[6] = 1:'Sportswear 6 (strength <<yogaH[6]>>) <a href="exec:set numdres = 6 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 7 and yoga[7] = 1 or odetyoga = 0 and yoga[7] = 1:'Sportswear 7 (strength <<yogaH[7]>>) <a href="exec:set numdres = 7 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 8 and yoga[8] = 1 or odetyoga = 0 and yoga[8] = 1:'Sportswear 8 (strength <<yogaH[8]>>) <a href="exec:set numdres = 8 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 9 and yoga[9] = 1 or odetyoga = 0 and yoga[9] = 1:'Sportswear 9 (strength <<yogaH[9]>>) <a href="exec:set numdres = 9 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 10 and yoga[10] = 1 or odetyoga = 0 and yoga[10] = 1:'Sportswear 10 (strength <<yogaH[10]>>) <a href="exec:set numdres = 10 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 11 and yoga[11] = 1 or odetyoga = 0 and yoga[11] = 1:'Sportswear 11 (strength <<yogaH[11]>>) <a href="exec:set numdres = 11 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 12 and yoga[12] = 1 or odetyoga = 0 and yoga[12] = 1:'Sportswear 12 (strength <<yogaH[12]>>) <a href="exec:set numdres = 12 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 13 and yoga[13] = 1 or odetyoga = 0 and yoga[13] = 1:'Sportswear 13 (strength <<yogaH[13]>>) <a href="exec:set numdres = 13 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 14 and yoga[14] = 1 or odetyoga = 0 and yoga[14] = 1:'Sportswear 14 (strength <<yogaH[14]>>) <a href="exec:set numdres = 14 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 15 and yoga[15] = 1 or odetyoga = 0 and yoga[15] = 1:'Sportswear 15 (strength <<yogaH[15]>>) <a href="exec:set numdres = 15 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 16 and yoga[16] = 1 or odetyoga = 0 and yoga[16] = 1:'Sportswear 16 (strength <<yogaH[16]>>) <a href="exec:set numdres = 16 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 17 and yoga[17] = 1 or odetyoga = 0 and yoga[17] = 1:'Sportswear 17 (strength <<yogaH[17]>>) <a href="exec:set numdres = 17 & GT ''loker'', ''yoga''">view</a>'
-	if odetyoga = 1 and numdress ! 18 and yoga[18] = 1 or odetyoga = 0 and yoga[18] = 1:'Sportswear 18 (strength <<yogaH[18]>>) <a href="exec:set numdres = 18 & GT ''loker'', ''yoga''">view</a>'
-
-	if odetsarafan = 1 and numdress ! 1 and sarafan[1] = 1 or odetsarafan = 0 and sarafan[1] = 1:'Colorful, free sundress (strength <<sarafanH[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''sarafan''">view</a>'
-	if odetsarafan = 1 and numdress ! 2 and sarafan[2] = 1 or odetsarafan = 0 and sarafan[2] = 1:'Bright, free sundress (strength <<sarafanH[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''sarafan''">view</a>'
-	if odetsarafan = 1 and numdress ! 3 and sarafan[3] = 1 or odetsarafan = 0 and sarafan[3] = 1:'Simple dress of cheap fabric (strength <<sarafanH[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''sarafan''">view</a>'
-
-	if odetshort = 1 and numdress ! 1 and short[1] = 1 or odetshort = 0 and short[1] = 1:'Black shorts with a purple T-shirt (strength <<shortH[1]>>, hip size <<shortB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''short''">watch</a>'
-	if odetshort = 1 and numdress ! 2 and short[2] = 1 or odetshort = 0 and short[2] = 1:'Black shorts with striped jersey (strength <<shortH[2]>>, hip size <<shortB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''short''">watch</a>'
-	if odetshort = 1 and numdress ! 3 and short[3] = 1 or odetshort = 0 and short[3] = 1:'Black shorts with a black T-shirt (strength <<shortH[3]>>, hip size <<shortB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''short''">watch</a>'
-	if odetshort = 1 and numdress ! 4 and short[4] = 1 or odetshort = 0 and short[4] = 1:'Pink shorts with pink tops (strength <<shortH[4]>>, hip size <<shortB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''short''">watch</a>'
-	if odetshort = 1 and numdress ! 5 and short[5] = 1 or odetshort = 0 and short[5] = 1:'Sexy white shorts (strength <<shortH[5]>>, hip size <<shortB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''short''">watch</a>'
-
-	if odetskirt = 1 and numdress ! 1 and skirt[1] = 1 or odetskirt = 0 and skirt[1] = 1:'White skirt with a colorful blouse (strength <<skirtH[1]>>, hip size <<skirtB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''skirt''">watch</a>'
-	if odetskirt = 1 and numdress ! 2 and skirt[2] = 1 or odetskirt = 0 and skirt[2] = 1:'Black leather skirt with a red sweater (strength <<skirtH[2]>>, hip size <<skirtB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''skirt''">watch</a>'
-	if odetskirt = 1 and numdress ! 3 and skirt[3] = 1 or odetskirt = 0 and skirt[3] = 1:'White skirt with striped blouse (strength <<skirtH[3]>>, hip size <<skirtB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''skirt''">watch</a>'
-	if odetskirt = 1 and numdress ! 4 and skirt[4] = 1 or odetskirt = 0 and skirt[4] = 1:'White skirt with a colorful blouse (strength <<skirtH[4]>>, hip size <<skirtB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''skirt''">watch</a>'
-	if odetskirt = 1 and numdress ! 5 and skirt[5] = 1 or odetskirt = 0 and skirt[5] = 1:'Black leather skirt with a red blouse (strength <<skirtH[5]>>, hip size <<skirtB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''skirt''">watch</a>'
-
-	if odetdress = 1 and numdress ! 1 and dress[1] = 1 or odetdress = 0 and dress[1] = 1:'Black dress (strength <<dressH[1]>>, hip size <<dressB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 2 and dress[2] = 1 or odetdress = 0 and dress[2] = 1:'Yellow dress (strength <<dressH[2]>>, hip size <<dressB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 3 and dress[3] = 1 or odetdress = 0 and dress[3] = 1:'Blue dress (strength <<dressH[3]>>, hip size <<dressB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 4 and dress[4] = 1 or odetdress = 0 and dress[4] = 1:'Black short dress (strength <<dressH[4]>>, hip size <<dressB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 5 and dress[5] = 1 or odetdress = 0 and dress[5] = 1:'Red long dress (strength <<dressH[5]>>, hip size <<dressB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 6 and dress[6] = 1 or odetdress = 0 and dress[6] = 1:'Red polka dot dress (strength <<dressH[6]>>, hip size <<dressB[6]>>) <a href="exec:set numdres = 6 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 7 and dress[7] = 1 or odetdress = 0 and dress[7] = 1:'Brown dress (strength <<dressH[7]>>, hip size <<dressB[7]>>) <a href="exec:set numdres = 7 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 8 and dress[8] = 1 or odetdress = 0 and dress[8] = 1:'Dress 8 (strength <<dressH[8]>>, hip size <<dressB[8]>>) <a href="exec:set numdres = 8 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 9 and dress[9] = 1 or odetdress = 0 and dress[9] = 1:'Dress 9 (strength <<dressH[9]>>, hip size <<dressB[9]>>) <a href="exec:set numdres = 9 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 10 and dress[10] = 1 or odetdress = 0 and dress[10] = 1:'dress 10 (strength <<dressH[10]>>, hip size <<dressB[10]>>) <a href="exec:set numdres = 10 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 11 and dress[11] = 1 or odetdress = 0 and dress[11] = 1:'Dress 11 (strength <<dressH[11]>>, hip size <<dressB[11]>>) <a href="exec:set numdres = 11 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 12 and dress[12] = 1 or odetdress = 0 and dress[12] = 1:'Dress 12 (strength <<dressH[12]>>, hip size <<dressB[12]>>) <a href="exec:set numdres = 12 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 13 and dress[13] = 1 or odetdress = 0 and dress[13] = 1:'Dress 13 (strength <<dressH[13]>>, hip size <<dressB[13]>>) <a href="exec:set numdres = 13 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 14 and dress[14] = 1 or odetdress = 0 and dress[14] = 1:'Dress 14 (strength <<dressH[14]>>, hip size <<dressB[14]>>) <a href="exec:set numdres = 14 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 15 and dress[15] = 1 or odetdress = 0 and dress[15] = 1:'Dress 15 (strength <<dressH[15]>>, hip size <<dressB[15]>>) <a href="exec:set numdres = 15 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 16 and dress[16] = 1 or odetdress = 0 and dress[16] = 1:'Dress 16 (strength <<dressH[16]>>, hip size <<dressB[16]>>) <a href="exec:set numdres = 16 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 17 and dress[17] = 1 or odetdress = 0 and dress[17] = 1:'Dress 17 (strength <<dressH[17]>>, hip size <<dressB[17]>>) <a href="exec:set numdres = 17 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 18 and dress[18] = 1 or odetdress = 0 and dress[18] = 1:'Dress 18 (strength <<dressH[18]>>, hip size <<dressB[18]>>) <a href="exec:set numdres = 18 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 19 and dress[19] = 1 or odetdress = 0 and dress[19] = 1:'Dress 19 (strength <<dressH[19]>>, hip size <<dressB[19]>>) <a href="exec:set numdres = 19 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 20 and dress[20] = 1 or odetdress = 0 and dress[20] = 1:'Dress 20 (strength <<dressH[20]>>, hip size <<dressB[20]>>) <a href="exec:set numdres = 20 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 21 and dress[21] = 1 or odetdress = 0 and dress[21] = 1:'Dress 21 (strength <<dressH[21]>>, hip size <<dressB[21]>>) <a href="exec:set numdres = 21 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 22 and dress[22] = 1 or odetdress = 0 and dress[22] = 1:'Dress 22 (strength <<dressH[22]>>, hip size <<dressB[22]>>) <a href="exec:set numdres = 22 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 23 and dress[23] = 1 or odetdress = 0 and dress[23] = 1:'Dress 23 (strength <<dressH[23]>>, hip size <<dressB[23]>>) <a href="exec:set numdres = 23 & GT ''loker'', ''dress''">watch</a>'
-	if odetdress = 1 and numdress ! 24 and dress[24] = 1 or odetdress = 0 and dress[24] = 1:'dress 24 (strength <<dressH[24]>>, hip size <<dressB[24]>>) <a href="exec:set numdres = 24 & GT ''loker'', ''dress''">watch</a>'
-
-	if odetprofi = 1 and numdress ! 1 and profi[1] = 1 or odetprofi = 0 and profi[1] = 1:'Office clothes 1 (strength <<profiH[1]>>, hip size <<profiB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 2 and profi[2] = 1 or odetprofi = 0 and profi[2] = 1:'Office dress 2 (strength <<profiH[2]>>, hip size <<profiB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''profi''">watch</a>'
-
-	if odetpants = 1 and numdress ! 1 and pants[1] = 1 or odetpants = 0 and pants[1] = 1:'Tight black leggings with black top (strength <<pantsH[1]>>, hip size <<pantsB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''pants''">watch</a>'
-	if odetpants = 1 and numdress ! 2 and pants[2] = 1 or odetpants = 0 and pants[2] = 1:'Tight black leggings with a red blouse (strength <<pantsH[2]>>, hip size <<pantsB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''pants''">watch</a>'
-	if odetpants = 1 and numdress ! 3 and pants[3] = 1 or odetpants = 0 and pants[3] = 1:'Purple skinny leggings with black top (strength <<pantsH[3]>>, hip size <<pantsB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''pants''">watch</a>'
-	if odetpants = 1 and numdress ! 4 and pants[4] = 1 or odetpants = 0 and pants[4] = 1:'Tight black leggings with black short topic (strength <<pantsH[4]>>, hip size <<pantsB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''pants''">watch</a>'
-	if odetpants = 1 and numdress ! 5 and pants[5] = 1 or odetpants = 0 and pants[5] = 1:'White skinny jeans with a black top (strength <<pantsH[5]>>, hip size <<pantsB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''pants''">watch</a>'
-
-	if odetlatex = 1 and numdress ! 1 and latex[1] = 1 or odetlatex = 0 and latex[1] = 1:'Black latex bodysuit (strength <<latexH[1]>>, hip size <<latexB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''latex''">watch</a>'
-	if odetlatex = 1 and numdress ! 2 and latex[2] = 1 or odetlatex = 0 and latex[2] = 1:'Purple latex dress (strength <<latexH[2]>>, hip size <<latexB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''latex''">watch</a>'
-
-	if odethooker = 1 and numdress ! 1 and hooker[1] = 1 or odethooker = 0 and hooker[1] = 1:'Prostitute outfit number 1 (strength <<hookerH[1]>>, hip size <<hookerB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 2 and hooker[2] = 1 or odethooker = 0 and hooker[2] = 1:'Prostitute outfit number 2 (strength <<hookerH[2]>>, hip size <<hookerB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 3 and hooker[3] = 1 or odethooker = 0 and hooker[3] = 1:'Prostitute outfit number 3 (strength <<hookerH[3]>>, hip size <<hookerB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 4 and hooker[4] = 1 or odethooker = 0 and hooker[4] = 1:'Prostitute outfit number 4 (strength <<hookerH[4]>>, hip size <<hookerB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 5 and hooker[5] = 1 or odethooker = 0 and hooker[5] = 1:'Prostitute outfit number 5 (strength <<hookerH[5]>>, hip size <<hookerB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''hooker''">watch</a>'
-
-	if odetkis = 1 and numdress ! 1 and odekis[1] = 1 or odetkis = 0 and odekis[1] = 1:'Youth outfit number 1 (strength <<odekisH[1]>>, hip size <<odekisB[1]>>) <a href="exec:set numdres = 1 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 2 and odekis[2] = 1 or odetkis = 0 and odekis[2] = 1:'Youth outfit number 2 (strength <<odekisH[2]>>, hip size <<odekisB[2]>>) <a href="exec:set numdres = 2 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 3 and odekis[3] = 1 or odetkis = 0 and odekis[3] = 1:'Youth outfit number 3 (strength <<odekisH[3]>>, hip size <<odekisB[3]>>) <a href="exec:set numdres = 3 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 4 and odekis[4] = 1 or odetkis = 0 and odekis[4] = 1:'Youth outfit number 4 (strength <<odekisH[4]>>, hip size <<odekisB[4]>>) <a href="exec:set numdres = 4 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 5 and odekis[5] = 1 or odetkis = 0 and odekis[5] = 1:'Youth outfit number 5 (strength <<odekisH[5]>>, hip size <<odekisB[5]>>) <a href="exec:set numdres = 5 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 6 and odekis[6] = 1 or odetkis = 0 and odekis[6] = 1:'Youth outfit number 6 (strength <<odekisH[6]>>, hip size <<odekisB[6]>>) <a href="exec:set numdres = 6 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 7 and odekis[7] = 1 or odetkis = 0 and odekis[7] = 1:'Youth outfit number 7 (strength <<odekisH[7]>>, hip size <<odekisB[7]>>) <a href="exec:set numdres = 7 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 8 and odekis[8] = 1 or odetkis = 0 and odekis[8] = 1:'Youth outfit number 8 (strength <<odekisH[8]>>, hip size <<odekisB[8]>>) <a href="exec:set numdres = 8 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 9 and odekis[9] = 1 or odetkis = 0 and odekis[9] = 1:'Youth outfit number 9 (strength <<odekisH[9]>>, hip size <<odekisB[9]>>) <a href="exec:set numdres = 9 & GT ''loker'', ''odekis''">watch</a>'
-	if odetkis = 1 and numdress ! 10 and odekis[10] = 1 or odetkis = 0 and odekis[10] = 1:'Youth outfit number 10 (strength <<odekisH[10]>>, hip size <<odekisB[10]>>) <a href="exec:set numdres = 10 & GT ''loker'', ''odekis''">watch</a>'
-
-	if odetnewclo = 1 and numdress ! 1 and newclo[1] = 1 or odetnewclo = 0 and newclo[1] = 1:'Fashionista´s  number 1 (strength <<newcloH[1]>>, hip size <<newcloB[1]>>) <a href="exec:numdres = 1 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 2 and newclo[2] = 1 or odetnewclo = 0 and newclo[2] = 1:'Fashionista´s  number 2 (strength <<newcloH[2]>>, hip size <<newcloB[2]>>) <a href="exec:numdres = 2 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 3 and newclo[3] = 1 or odetnewclo = 0 and newclo[3] = 1:'Fashionista´s  number 3 (strength <<newcloH[3]>>, hip size <<newcloB[3]>>) <a href="exec:numdres = 3 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 4 and newclo[4] = 1 or odetnewclo = 0 and newclo[4] = 1:'Fashionista´s  number 4 (strength <<newcloH[4]>>, hip size <<newcloB[4]>>) <a href="exec:numdres = 4 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 5 and newclo[5] = 1 or odetnewclo = 0 and newclo[5] = 1:'Fashionista´s  number 5 (strength <<newcloH[5]>>, hip size <<newcloB[5]>>) <a href="exec:numdres = 5 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 6 and newclo[6] = 1 or odetnewclo = 0 and newclo[6] = 1:'Fashionista´s  number 6 (strength <<newcloH[6]>>, hip size <<newcloB[6]>>) <a href="exec:numdres = 6 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 7 and newclo[7] = 1 or odetnewclo = 0 and newclo[7] = 1:'Fashionista´s  number 7 (strength <<newcloH[7]>>, hip size <<newcloB[7]>>) <a href="exec:numdres = 7 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 8 and newclo[8] = 1 or odetnewclo = 0 and newclo[8] = 1:'Fashionista´s  number 8 (strength <<newcloH[8]>>, hip size <<newcloB[8]>>) <a href="exec:numdres = 8 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 9 and newclo[9] = 1 or odetnewclo = 0 and newclo[9] = 1:'Fashionista´s  number 9 (strength <<newcloH[9]>>, hip size <<newcloB[9]>>) <a href="exec:numdres = 9 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 10 and newclo[10] = 1 or odetnewclo = 0 and newclo[10] = 1:'Fashionista´s  number 10 (strength <<newcloH[10]>>, hip size <<newcloB[10]>>) <a href="exec:numdres = 10 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 11 and newclo[11] = 1 or odetnewclo = 0 and newclo[11] = 1:'Fashionista´s  number 11 (strength <<newcloH[11]>>, hip size <<newcloB[11]>>) <a href="exec:numdres = 11 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 12 and newclo[12] = 1 or odetnewclo = 0 and newclo[12] = 1:'Fashionista´s  number 12 (strength <<newcloH[12]>>, hip size <<newcloB[12]>>) <a href="exec:numdres = 12 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 13 and newclo[13] = 1 or odetnewclo = 0 and newclo[13] = 1:'Fashionista´s  number 13 (strength <<newcloH[13]>>, hip size <<newcloB[13]>>) <a href="exec:numdres = 13 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 14 and newclo[14] = 1 or odetnewclo = 0 and newclo[14] = 1:'Fashionista´s  number 14 (strength <<newcloH[14]>>, hip size <<newcloB[14]>>) <a href="exec:numdres = 14 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 15 and newclo[15] = 1 or odetnewclo = 0 and newclo[15] = 1:'Fashionista´s  number 15 (strength <<newcloH[15]>>, hip size <<newcloB[15]>>) <a href="exec:numdres = 15 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 16 and newclo[16] = 1 or odetnewclo = 0 and newclo[16] = 1:'Fashionista´s  number 16 (strength <<newcloH[16]>>, hip size <<newcloB[16]>>) <a href="exec:numdres = 16 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 17 and newclo[17] = 1 or odetnewclo = 0 and newclo[17] = 1:'Fashionista´s  number 17 (strength <<newcloH[17]>>, hip size <<newcloB[17]>>) <a href="exec:numdres = 17 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 18 and newclo[18] = 1 or odetnewclo = 0 and newclo[18] = 1:'Fashionista´s  number 18 (strength <<newcloH[18]>>, hip size <<newcloB[18]>>) <a href="exec:numdres = 18 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 19 and newclo[19] = 1 or odetnewclo = 0 and newclo[19] = 1:'Fashionista´s  number 19 (strength <<newcloH[19]>>, hip size <<newcloB[19]>>) <a href="exec:numdres = 19 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 20 and newclo[20] = 1 or odetnewclo = 0 and newclo[20] = 1:'Fashionista´s  number 20 (strength <<newcloH[20]>>, hip size <<newcloB[20]>>) <a href="exec:numdres = 20 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 21 and newclo[21] = 1 or odetnewclo = 0 and newclo[21] = 1:'Fashionista´s  number 21 (strength <<newcloH[21]>>, hip size <<newcloB[21]>>) <a href="exec:numdres = 21 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 22 and newclo[22] = 1 or odetnewclo = 0 and newclo[22] = 1:'Fashionista´s  number 22 (strength <<newcloH[22]>>, hip size <<newcloB[22]>>) <a href="exec:numdres = 22 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 23 and newclo[23] = 1 or odetnewclo = 0 and newclo[23] = 1:'Fashionista´s  number 23 (strength <<newcloH[23]>>, hip size <<newcloB[23]>>) <a href="exec:numdres = 23 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 24 and newclo[24] = 1 or odetnewclo = 0 and newclo[24] = 1:'Fashionista´s  number 24 (strength <<newcloH[24]>>, hip size <<newcloB[24]>>) <a href="exec:numdres = 24 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 25 and newclo[25] = 1 or odetnewclo = 0 and newclo[25] = 1:'Fashionista´s  number 25 (strength <<newcloH[25]>>, hip size <<newcloB[25]>>) <a href="exec:numdres = 25 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 26 and newclo[26] = 1 or odetnewclo = 0 and newclo[26] = 1:'Fashionista´s  number 26 (strength <<newcloH[26]>>, hip size <<newcloB[26]>>) <a href="exec:numdres = 26 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 27 and newclo[27] = 1 or odetnewclo = 0 and newclo[27] = 1:'Fashionista´s  number 27 (strength <<newcloH[27]>>, hip size <<newcloB[27]>>) <a href="exec:numdres = 27 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 28 and newclo[28] = 1 or odetnewclo = 0 and newclo[28] = 1:'Fashionista´s  number 28 (strength <<newcloH[28]>>, hip size <<newcloB[28]>>) <a href="exec:numdres = 28 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 29 and newclo[29] = 1 or odetnewclo = 0 and newclo[29] = 1:'Fashionista´s  number 29 (strength <<newcloH[29]>>, hip size <<newcloB[29]>>) <a href="exec:numdres = 29 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 30 and newclo[30] = 1 or odetnewclo = 0 and newclo[30] = 1:'Fashionista´s  number 30 (strength <<newcloH[30]>>, hip size <<newcloB[30]>>) <a href="exec:numdres = 30 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 31 and newclo[31] = 1 or odetnewclo = 0 and newclo[31] = 1:'Fashionista´s  number 31 (strength <<newcloH[31]>>, hip size <<newcloB[31]>>) <a href="exec:numdres = 31 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 32 and newclo[32] = 1 or odetnewclo = 0 and newclo[32] = 1:'Fashionista´s  number 32 (strength <<newcloH[32]>>, hip size <<newcloB[32]>>) <a href="exec:numdres = 32 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 33 and newclo[33] = 1 or odetnewclo = 0 and newclo[33] = 1:'Fashionista´s  number 33 (strength <<newcloH[33]>>, hip size <<newcloB[33]>>) <a href="exec:numdres = 33 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 34 and newclo[34] = 1 or odetnewclo = 0 and newclo[34] = 1:'Fashionista´s  number 34 (strength <<newcloH[34]>>, hip size <<newcloB[34]>>) <a href="exec:numdres = 34 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 35 and newclo[35] = 1 or odetnewclo = 0 and newclo[35] = 1:'Fashionista´s  number 35 (strength <<newcloH[35]>>, hip size <<newcloB[35]>>) <a href="exec:numdres = 35 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 36 and newclo[36] = 1 or odetnewclo = 0 and newclo[36] = 1:'Fashionista´s  number 36 (strength <<newcloH[36]>>, hip size <<newcloB[36]>>) <a href="exec:numdres = 36 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 37 and newclo[37] = 1 or odetnewclo = 0 and newclo[37] = 1:'Fashionista´s  number 37 (strength <<newcloH[37]>>, hip size <<newcloB[37]>>) <a href="exec:numdres = 37 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 38 and newclo[38] = 1 or odetnewclo = 0 and newclo[38] = 1:'Fashionista´s  number 38 (strength <<newcloH[38]>>, hip size <<newcloB[38]>>) <a href="exec:numdres = 38 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 39 and newclo[39] = 1 or odetnewclo = 0 and newclo[39] = 1:'Fashionista´s  number 39 (strength <<newcloH[39]>>, hip size <<newcloB[39]>>) <a href="exec:numdres = 39 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 40 and newclo[40] = 1 or odetnewclo = 0 and newclo[40] = 1:'Fashionista´s  number 40 (strength <<newcloH[40]>>, hip size <<newcloB[40]>>) <a href="exec:numdres = 40 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 41 and newclo[41] = 1 or odetnewclo = 0 and newclo[41] = 1:'Fashionista´s  number 41 (strength <<newcloH[41]>>, hip size <<newcloB[41]>>) <a href="exec:numdres = 41 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 42 and newclo[42] = 1 or odetnewclo = 0 and newclo[42] = 1:'Fashionista´s  number 42 (strength <<newcloH[42]>>, hip size <<newcloB[42]>>) <a href="exec:numdres = 42 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 43 and newclo[43] = 1 or odetnewclo = 0 and newclo[43] = 1:'Fashionista´s  number 43 (strength <<newcloH[43]>>, hip size <<newcloB[43]>>) <a href="exec:numdres = 43 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 44 and newclo[44] = 1 or odetnewclo = 0 and newclo[44] = 1:'Fashionista´s  number 44 (strength <<newcloH[44]>>, hip size <<newcloB[44]>>) <a href="exec:numdres = 44 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 45 and newclo[45] = 1 or odetnewclo = 0 and newclo[45] = 1:'Fashionista´s  number 45 (strength <<newcloH[45]>>, hip size <<newcloB[45]>>) <a href="exec:numdres = 45 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 46 and newclo[46] = 1 or odetnewclo = 0 and newclo[46] = 1:'Fashionista´s  number 46 (strength <<newcloH[46]>>, hip size <<newcloB[46]>>) <a href="exec:numdres = 46 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 47 and newclo[47] = 1 or odetnewclo = 0 and newclo[47] = 1:'Fashionista´s  number 47 (strength <<newcloH[47]>>, hip size <<newcloB[47]>>) <a href="exec:numdres = 47 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 48 and newclo[48] = 1 or odetnewclo = 0 and newclo[48] = 1:'Fashionista´s  number 48 (strength <<newcloH[48]>>, hip size <<newcloB[48]>>) <a href="exec:numdres = 48 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 49 and newclo[49] = 1 or odetnewclo = 0 and newclo[49] = 1:'Fashionista´s  number 49 (strength <<newcloH[49]>>, hip size <<newcloB[49]>>) <a href="exec:numdres = 49 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 50 and newclo[50] = 1 or odetnewclo = 0 and newclo[50] = 1:'Fashionista´s  number 50 (strength <<newcloH[50]>>, hip size <<newcloB[50]>>) <a href="exec:numdres = 50 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 51 and newclo[51] = 1 or odetnewclo = 0 and newclo[51] = 1:'Fashionista´s  number 51 (strength <<newcloH[51]>>, hip size <<newcloB[51]>>) <a href="exec:numdres = 51 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 52 and newclo[52] = 1 or odetnewclo = 0 and newclo[52] = 1:'Fashionista´s  number 52 (strength <<newcloH[52]>>, hip size <<newcloB[52]>>) <a href="exec:numdres = 52 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 53 and newclo[53] = 1 or odetnewclo = 0 and newclo[53] = 1:'Fashionista´s  number 53 (strength <<newcloH[53]>>, hip size <<newcloB[53]>>) <a href="exec:numdres = 53 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 54 and newclo[54] = 1 or odetnewclo = 0 and newclo[54] = 1:'Fashionista´s  number 54 (strength <<newcloH[54]>>, hip size <<newcloB[54]>>) <a href="exec:numdres = 54 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 55 and newclo[55] = 1 or odetnewclo = 0 and newclo[55] = 1:'Fashionista´s  number 55 (strength <<newcloH[55]>>, hip size <<newcloB[55]>>) <a href="exec:numdres = 55 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 56 and newclo[56] = 1 or odetnewclo = 0 and newclo[56] = 1:'Fashionista´s  number 56 (strength <<newcloH[56]>>, hip size <<newcloB[56]>>) <a href="exec:numdres = 56 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 57 and newclo[57] = 1 or odetnewclo = 0 and newclo[57] = 1:'Fashionista´s  number 57 (strength <<newcloH[57]>>, hip size <<newcloB[57]>>) <a href="exec:numdres = 57 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 58 and newclo[58] = 1 or odetnewclo = 0 and newclo[58] = 1:'Fashionista´s  number 58 (strength <<newcloH[58]>>, hip size <<newcloB[58]>>) <a href="exec:numdres = 58 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 59 and newclo[59] = 1 or odetnewclo = 0 and newclo[59] = 1:'Fashionista´s  number 59 (strength <<newcloH[59]>>, hip size <<newcloB[59]>>) <a href="exec:numdres = 59 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 60 and newclo[60] = 1 or odetnewclo = 0 and newclo[60] = 1:'Fashionista´s  number 60 (strength <<newcloH[60]>>, hip size <<newcloB[60]>>) <a href="exec:numdres = 60 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 61 and newclo[61] = 1 or odetnewclo = 0 and newclo[61] = 1:'Fashionista´s  number 61 (strength <<newcloH[61]>>, hip size <<newcloB[61]>>) <a href="exec:numdres = 61 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 62 and newclo[62] = 1 or odetnewclo = 0 and newclo[62] = 1:'Fashionista´s  number 62 (strength <<newcloH[62]>>, hip size <<newcloB[62]>>) <a href="exec:numdres = 62 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 63 and newclo[63] = 1 or odetnewclo = 0 and newclo[63] = 1:'Fashionista´s  number 63 (strength <<newcloH[63]>>, hip size <<newcloB[63]>>) <a href="exec:numdres = 63 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 64 and newclo[64] = 1 or odetnewclo = 0 and newclo[64] = 1:'Fashionista´s  number 64 (strength <<newcloH[64]>>, hip size <<newcloB[64]>>) <a href="exec:numdres = 64 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 65 and newclo[65] = 1 or odetnewclo = 0 and newclo[65] = 1:'Fashionista´s  number 65 (strength <<newcloH[65]>>, hip size <<newcloB[65]>>) <a href="exec:numdres = 65 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 66 and newclo[66] = 1 or odetnewclo = 0 and newclo[66] = 1:'Fashionista´s  number 66 (strength <<newcloH[66]>>, hip size <<newcloB[66]>>) <a href="exec:numdres = 66 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 67 and newclo[67] = 1 or odetnewclo = 0 and newclo[67] = 1:'Fashionista´s  number 67 (strength <<newcloH[67]>>, hip size <<newcloB[67]>>) <a href="exec:numdres = 67 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 68 and newclo[68] = 1 or odetnewclo = 0 and newclo[68] = 1:'Fashionista´s  number 68 (strength <<newcloH[68]>>, hip size <<newcloB[68]>>) <a href="exec:numdres = 68 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 69 and newclo[69] = 1 or odetnewclo = 0 and newclo[69] = 1:'Fashionista´s  number 69 (strength <<newcloH[69]>>, hip size <<newcloB[69]>>) <a href="exec:numdres = 69 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 70 and newclo[70] = 1 or odetnewclo = 0 and newclo[70] = 1:'Fashionista´s  number 70 (strength <<newcloH[70]>>, hip size <<newcloB[70]>>) <a href="exec:numdres = 70 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 71 and newclo[71] = 1 or odetnewclo = 0 and newclo[71] = 1:'Fashionista´s  number 71 (strength <<newcloH[71]>>, hip size <<newcloB[71]>>) <a href="exec:numdres = 71 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 72 and newclo[72] = 1 or odetnewclo = 0 and newclo[72] = 1:'Fashionista´s  number 72 (strength <<newcloH[72]>>, hip size <<newcloB[72]>>) <a href="exec:numdres = 72 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 73 and newclo[73] = 1 or odetnewclo = 0 and newclo[73] = 1:'Fashionista´s  number 73 (strength <<newcloH[73]>>, hip size <<newcloB[73]>>) <a href="exec:numdres = 73 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 74 and newclo[74] = 1 or odetnewclo = 0 and newclo[74] = 1:'Fashionista´s  number 74 (strength <<newcloH[74]>>, hip size <<newcloB[74]>>) <a href="exec:numdres = 74 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 75 and newclo[75] = 1 or odetnewclo = 0 and newclo[75] = 1:'Fashionista´s  number 75 (strength <<newcloH[75]>>, hip size <<newcloB[75]>>) <a href="exec:numdres = 75 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 76 and newclo[76] = 1 or odetnewclo = 0 and newclo[76] = 1:'Fashionista´s  number 76 (strength <<newcloH[76]>>, hip size <<newcloB[76]>>) <a href="exec:numdres = 76 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 77 and newclo[77] = 1 or odetnewclo = 0 and newclo[77] = 1:'Fashionista´s  number 77 (strength <<newcloH[77]>>, hip size <<newcloB[77]>>) <a href="exec:numdres = 77 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 78 and newclo[78] = 1 or odetnewclo = 0 and newclo[78] = 1:'Fashionista´s  number 78 (strength <<newcloH[78]>>, hip size <<newcloB[78]>>) <a href="exec:numdres = 78 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 79 and newclo[79] = 1 or odetnewclo = 0 and newclo[79] = 1:'Fashionista´s  number 79 (strength <<newcloH[79]>>, hip size <<newcloB[79]>>) <a href="exec:numdres = 79 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 80 and newclo[80] = 1 or odetnewclo = 0 and newclo[80] = 1:'Fashionista´s  number 80 (strength <<newcloH[80]>>, hip size <<newcloB[80]>>) <a href="exec:numdres = 80 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 81 and newclo[81] = 1 or odetnewclo = 0 and newclo[81] = 1:'Fashionista´s  number 81 (strength <<newcloH[81]>>, hip size <<newcloB[81]>>) <a href="exec:numdres = 81 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 82 and newclo[82] = 1 or odetnewclo = 0 and newclo[82] = 1:'Fashionista´s  number 82 (strength <<newcloH[82]>>, hip size <<newcloB[82]>>) <a href="exec:numdres = 82 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 83 and newclo[83] = 1 or odetnewclo = 0 and newclo[83] = 1:'Fashionista´s  number 83 (strength <<newcloH[83]>>, hip size <<newcloB[83]>>) <a href="exec:numdres = 83 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 84 and newclo[84] = 1 or odetnewclo = 0 and newclo[84] = 1:'Fashionista´s  number 84 (strength <<newcloH[84]>>, hip size <<newcloB[84]>>) <a href="exec:numdres = 84 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 85 and newclo[85] = 1 or odetnewclo = 0 and newclo[85] = 1:'Fashionista´s  number 85 (strength <<newcloH[85]>>, hip size <<newcloB[85]>>) <a href="exec:numdres = 85 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 86 and newclo[86] = 1 or odetnewclo = 0 and newclo[86] = 1:'Fashionista´s  number 86 (strength <<newcloH[86]>>, hip size <<newcloB[86]>>) <a href="exec:numdres = 86 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 87 and newclo[87] = 1 or odetnewclo = 0 and newclo[87] = 1:'Fashionista´s  number 87 (strength <<newcloH[87]>>, hip size <<newcloB[87]>>) <a href="exec:numdres = 87 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 88 and newclo[88] = 1 or odetnewclo = 0 and newclo[88] = 1:'Fashionista´s  number 88 (strength <<newcloH[88]>>, hip size <<newcloB[88]>>) <a href="exec:numdres = 88 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 89 and newclo[89] = 1 or odetnewclo = 0 and newclo[89] = 1:'Fashionista´s  number 89 (strength <<newcloH[89]>>, hip size <<newcloB[89]>>) <a href="exec:numdres = 89 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 90 and newclo[90] = 1 or odetnewclo = 0 and newclo[90] = 1:'Fashionista´s  number 90 (strength <<newcloH[90]>>, hip size <<newcloB[90]>>) <a href="exec:numdres = 90 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 91 and newclo[91] = 1 or odetnewclo = 0 and newclo[91] = 1:'Fashionista´s  number 91 (strength <<newcloH[91]>>, hip size <<newcloB[91]>>) <a href="exec:numdres = 91 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 92 and newclo[92] = 1 or odetnewclo = 0 and newclo[92] = 1:'Fashionista´s  number 92 (strength <<newcloH[92]>>, hip size <<newcloB[92]>>) <a href="exec:numdres = 92 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 93 and newclo[93] = 1 or odetnewclo = 0 and newclo[93] = 1:'Fashionista´s  number 93 (strength <<newcloH[93]>>, hip size <<newcloB[93]>>) <a href="exec:numdres = 93 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 94 and newclo[94] = 1 or odetnewclo = 0 and newclo[94] = 1:'Fashionista´s  number 94 (strength <<newcloH[94]>>, hip size <<newcloB[94]>>) <a href="exec:numdres = 94 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 95 and newclo[95] = 1 or odetnewclo = 0 and newclo[95] = 1:'Fashionista´s  number 95 (strength <<newcloH[95]>>, hip size <<newcloB[95]>>) <a href="exec:numdres = 95 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 96 and newclo[96] = 1 or odetnewclo = 0 and newclo[96] = 1:'Fashionista´s  number 96 (strength <<newcloH[96]>>, hip size <<newcloB[96]>>) <a href="exec:numdres = 96 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 97 and newclo[97] = 1 or odetnewclo = 0 and newclo[97] = 1:'Fashionista´s  number 97 (strength <<newcloH[97]>>, hip size <<newcloB[97]>>) <a href="exec:numdres = 97 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 98 and newclo[98] = 1 or odetnewclo = 0 and newclo[98] = 1:'Fashionista´s  number 98 (strength <<newcloH[98]>>, hip size <<newcloB[98]>>) <a href="exec:numdres = 98 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 99 and newclo[99] = 1 or odetnewclo = 0 and newclo[99] = 1:'Fashionista´s  number 99 (strength <<newcloH[99]>>, hip size <<newcloB[99]>>) <a href="exec:numdres = 99 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 100 and newclo[100] = 1 or odetnewclo = 0 and newclo[100] = 1:'Fashionista´s  number 100 (strength <<newcloH[100]>>, hip size <<newcloB[100]>>) <a href="exec:numdres = 100 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 101 and newclo[101] = 1 or odetnewclo = 0 and newclo[101] = 1:'Fashionista´s  number 101 (strength <<newcloH[101]>>, hip size <<newcloB[101]>>) <a href="exec:numdres = 101 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 102 and newclo[102] = 1 or odetnewclo = 0 and newclo[102] = 1:'Fashionista´s  number 102 (strength <<newcloH[102]>>, hip size <<newcloB[102]>>) <a href="exec:numdres = 102 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 103 and newclo[103] = 1 or odetnewclo = 0 and newclo[103] = 1:'Fashionista´s  number 103 (strength <<newcloH[103]>>, hip size <<newcloB[103]>>) <a href="exec:numdres = 103 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 104 and newclo[104] = 1 or odetnewclo = 0 and newclo[104] = 1:'Fashionista´s  number 104 (strength <<newcloH[104]>>, hip size <<newcloB[104]>>) <a href="exec:numdres = 104 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 105 and newclo[105] = 1 or odetnewclo = 0 and newclo[105] = 1:'Fashionista´s  number 105 (strength <<newcloH[105]>>, hip size <<newcloB[105]>>) <a href="exec:numdres = 105 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 106 and newclo[106] = 1 or odetnewclo = 0 and newclo[106] = 1:'Fashionista´s  number 106 (strength <<newcloH[106]>>, hip size <<newcloB[106]>>) <a href="exec:numdres = 106 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 107 and newclo[107] = 1 or odetnewclo = 0 and newclo[107] = 1:'Fashionista´s  number 107 (strength <<newcloH[107]>>, hip size <<newcloB[107]>>) <a href="exec:numdres = 107 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 108 and newclo[108] = 1 or odetnewclo = 0 and newclo[108] = 1:'Fashionista´s  number 108 (strength <<newcloH[108]>>, hip size <<newcloB[108]>>) <a href="exec:numdres = 108 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 109 and newclo[109] = 1 or odetnewclo = 0 and newclo[109] = 1:'Fashionista´s  number 109 (strength <<newcloH[109]>>, hip size <<newcloB[109]>>) <a href="exec:numdres = 109 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 110 and newclo[110] = 1 or odetnewclo = 0 and newclo[110] = 1:'Fashionista´s  number 110 (strength <<newcloH[110]>>, hip size <<newcloB[110]>>) <a href="exec:numdres = 110 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 111 and newclo[111] = 1 or odetnewclo = 0 and newclo[111] = 1:'Fashionista´s  number 111 (strength <<newcloH[111]>>, hip size <<newcloB[111]>>) <a href="exec:numdres = 111 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 112 and newclo[112] = 1 or odetnewclo = 0 and newclo[112] = 1:'Fashionista´s  number 112 (strength <<newcloH[112]>>, hip size <<newcloB[112]>>) <a href="exec:numdres = 112 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 113 and newclo[113] = 1 or odetnewclo = 0 and newclo[113] = 1:'Fashionista´s  number 113 (strength <<newcloH[113]>>, hip size <<newcloB[113]>>) <a href="exec:numdres = 113 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 114 and newclo[114] = 1 or odetnewclo = 0 and newclo[114] = 1:'Fashionista´s  number 114 (strength <<newcloH[114]>>, hip size <<newcloB[114]>>) <a href="exec:numdres = 114 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 115 and newclo[115] = 1 or odetnewclo = 0 and newclo[115] = 1:'Fashionista´s  number 115 (strength <<newcloH[115]>>, hip size <<newcloB[115]>>) <a href="exec:numdres = 115 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 116 and newclo[116] = 1 or odetnewclo = 0 and newclo[116] = 1:'Fashionista´s  number 116 (strength <<newcloH[116]>>, hip size <<newcloB[116]>>) <a href="exec:numdres = 116 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 117 and newclo[117] = 1 or odetnewclo = 0 and newclo[117] = 1:'Fashionista´s  number 117 (strength <<newcloH[117]>>, hip size <<newcloB[117]>>) <a href="exec:numdres = 117 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 118 and newclo[118] = 1 or odetnewclo = 0 and newclo[118] = 1:'Fashionista´s  number 118 (strength <<newcloH[118]>>, hip size <<newcloB[118]>>) <a href="exec:numdres = 118 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 119 and newclo[119] = 1 or odetnewclo = 0 and newclo[119] = 1:'Fashionista´s  number 119 (strength <<newcloH[119]>>, hip size <<newcloB[119]>>) <a href="exec:numdres = 119 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 120 and newclo[120] = 1 or odetnewclo = 0 and newclo[120] = 1:'Fashionista´s  number 120 (strength <<newcloH[120]>>, hip size <<newcloB[120]>>) <a href="exec:numdres = 120 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 121 and newclo[121] = 1 or odetnewclo = 0 and newclo[121] = 1:'Fashionista´s  number 121 (strength <<newcloH[121]>>, hip size <<newcloB[121]>>) <a href="exec:numdres = 121 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 122 and newclo[122] = 1 or odetnewclo = 0 and newclo[122] = 1:'Fashionista´s  number 122 (strength <<newcloH[122]>>, hip size <<newcloB[122]>>) <a href="exec:numdres = 122 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 123 and newclo[123] = 1 or odetnewclo = 0 and newclo[123] = 1:'Fashionista´s  number 123 (strength <<newcloH[123]>>, hip size <<newcloB[123]>>) <a href="exec:numdres = 123 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 124 and newclo[124] = 1 or odetnewclo = 0 and newclo[124] = 1:'Fashionista´s  number 124 (strength <<newcloH[124]>>, hip size <<newcloB[124]>>) <a href="exec:numdres = 124 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 125 and newclo[125] = 1 or odetnewclo = 0 and newclo[125] = 1:'Fashionista´s  number 125 (strength <<newcloH[125]>>, hip size <<newcloB[125]>>) <a href="exec:numdres = 125 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 126 and newclo[126] = 1 or odetnewclo = 0 and newclo[126] = 1:'Fashionista´s  number 126 (strength <<newcloH[126]>>, hip size <<newcloB[126]>>) <a href="exec:numdres = 126 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 127 and newclo[127] = 1 or odetnewclo = 0 and newclo[127] = 1:'Fashionista´s  number 127 (strength <<newcloH[127]>>, hip size <<newcloB[127]>>) <a href="exec:numdres = 127 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 128 and newclo[128] = 1 or odetnewclo = 0 and newclo[128] = 1:'Fashionista´s  number 128 (strength <<newcloH[128]>>, hip size <<newcloB[128]>>) <a href="exec:numdres = 128 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 129 and newclo[129] = 1 or odetnewclo = 0 and newclo[129] = 1:'Fashionista´s  number 129 (strength <<newcloH[129]>>, hip size <<newcloB[129]>>) <a href="exec:numdres = 129 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 130 and newclo[130] = 1 or odetnewclo = 0 and newclo[130] = 1:'Fashionista´s  number 130 (strength <<newcloH[130]>>, hip size <<newcloB[130]>>) <a href="exec:numdres = 130 & GT ''loker'', ''newclo''">watch</a>'
-	if odetnewclo = 1 and numdress ! 131 and newclo[131] = 1 or odetnewclo = 0 and newclo[131] = 1:'School uniforms <a href="exec:numdres = 131 & GT ''loker'', ''newclo''">view</a>'
+	if vatnik < 2:'Tattered, rustic jacket <a href="exec:gt ''loker'', ''vatnik''">view</a>'
+
+	if odetjeans = 1 and numdress ! 1 and jeans[1] = 1 or odetjeans = 0 and jeans[1] = 1:'Jeans 1 (strength <<jeansH[1]>>, hip size <<jeansB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''jeans''">watch</a>'
+	if odetjeans = 1 and numdress ! 2 and jeans[2] = 1 or odetjeans = 0 and jeans[2] = 1:'Jeans 2 (strength <<jeansH[2]>>, hip size <<jeansB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''jeans''">watch</a>'
+	if odetjeans = 1 and numdress ! 3 and jeans[3] = 1 or odetjeans = 0 and jeans[3] = 1:'Jeans 3 (strength <<jeansH[3]>>, hip size <<jeansB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''jeans''">watch</a>'
+	if odetjeans = 1 and numdress ! 4 and jeans[4] = 1 or odetjeans = 0 and jeans[4] = 1:'Jeans 4 (strength <<jeansH[4]>> The size of the thighs <<jeansB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''jeans''">watch</a>'
+	if odetjeans = 1 and numdress ! 5 and jeans[5] = 1 or odetjeans = 0 and jeans[5] = 1:'Jeans 5 (strength <<jeansH[5]>>, hip size <<jeansB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''jeans''">watch</a>'
+
+	if odetyoga = 1 and numdress ! 1 and yoga[1] = 1 or odetyoga = 0 and yoga[1] = 1:'Sportswear 1 (strength <<yogaH[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 2 and yoga[2] = 1 or odetyoga = 0 and yoga[2] = 1:'Sportswear 2 (strength <<yogaH[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 3 and yoga[3] = 1 or odetyoga = 0 and yoga[3] = 1:'Sportswear 3 (strength <<yogaH[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 4 and yoga[4] = 1 or odetyoga = 0 and yoga[4] = 1:'Sportswear 4 (strength <<yogaH[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 5 and yoga[5] = 1 or odetyoga = 0 and yoga[5] = 1:'Sportswear 5 (strength <<yogaH[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 6 and yoga[6] = 1 or odetyoga = 0 and yoga[6] = 1:'Sportswear 6 (strength <<yogaH[6]>>) <a href="exec:set numdres = 6 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 7 and yoga[7] = 1 or odetyoga = 0 and yoga[7] = 1:'Sportswear 7 (strength <<yogaH[7]>>) <a href="exec:set numdres = 7 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 8 and yoga[8] = 1 or odetyoga = 0 and yoga[8] = 1:'Sportswear 8 (strength <<yogaH[8]>>) <a href="exec:set numdres = 8 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 9 and yoga[9] = 1 or odetyoga = 0 and yoga[9] = 1:'Sportswear 9 (strength <<yogaH[9]>>) <a href="exec:set numdres = 9 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 10 and yoga[10] = 1 or odetyoga = 0 and yoga[10] = 1:'Sportswear 10 (strength <<yogaH[10]>>) <a href="exec:set numdres = 10 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 11 and yoga[11] = 1 or odetyoga = 0 and yoga[11] = 1:'Sportswear 11 (strength <<yogaH[11]>>) <a href="exec:set numdres = 11 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 12 and yoga[12] = 1 or odetyoga = 0 and yoga[12] = 1:'Sportswear 12 (strength <<yogaH[12]>>) <a href="exec:set numdres = 12 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 13 and yoga[13] = 1 or odetyoga = 0 and yoga[13] = 1:'Sportswear 13 (strength <<yogaH[13]>>) <a href="exec:set numdres = 13 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 14 and yoga[14] = 1 or odetyoga = 0 and yoga[14] = 1:'Sportswear 14 (strength <<yogaH[14]>>) <a href="exec:set numdres = 14 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 15 and yoga[15] = 1 or odetyoga = 0 and yoga[15] = 1:'Sportswear 15 (strength <<yogaH[15]>>) <a href="exec:set numdres = 15 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 16 and yoga[16] = 1 or odetyoga = 0 and yoga[16] = 1:'Sportswear 16 (strength <<yogaH[16]>>) <a href="exec:set numdres = 16 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 17 and yoga[17] = 1 or odetyoga = 0 and yoga[17] = 1:'Sportswear 17 (strength <<yogaH[17]>>) <a href="exec:set numdres = 17 & gt ''loker'', ''yoga''">view</a>'
+	if odetyoga = 1 and numdress ! 18 and yoga[18] = 1 or odetyoga = 0 and yoga[18] = 1:'Sportswear 18 (strength <<yogaH[18]>>) <a href="exec:set numdres = 18 & gt ''loker'', ''yoga''">view</a>'
+
+	if odetsarafan = 1 and numdress ! 1 and sarafan[1] = 1 or odetsarafan = 0 and sarafan[1] = 1:'Colorful, free sundress (strength <<sarafanH[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''sarafan''">view</a>'
+	if odetsarafan = 1 and numdress ! 2 and sarafan[2] = 1 or odetsarafan = 0 and sarafan[2] = 1:'Bright, free sundress (strength <<sarafanH[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''sarafan''">view</a>'
+	if odetsarafan = 1 and numdress ! 3 and sarafan[3] = 1 or odetsarafan = 0 and sarafan[3] = 1:'Simple dress of cheap fabric (strength <<sarafanH[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''sarafan''">view</a>'
+
+	if odetshort = 1 and numdress ! 1 and short[1] = 1 or odetshort = 0 and short[1] = 1:'Black shorts with a purple T-shirt (strength <<shortH[1]>>, hip size <<shortB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''short''">watch</a>'
+	if odetshort = 1 and numdress ! 2 and short[2] = 1 or odetshort = 0 and short[2] = 1:'Black shorts with striped jersey (strength <<shortH[2]>>, hip size <<shortB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''short''">watch</a>'
+	if odetshort = 1 and numdress ! 3 and short[3] = 1 or odetshort = 0 and short[3] = 1:'Black shorts with a black T-shirt (strength <<shortH[3]>>, hip size <<shortB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''short''">watch</a>'
+	if odetshort = 1 and numdress ! 4 and short[4] = 1 or odetshort = 0 and short[4] = 1:'Pink shorts with pink tops (strength <<shortH[4]>>, hip size <<shortB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''short''">watch</a>'
+	if odetshort = 1 and numdress ! 5 and short[5] = 1 or odetshort = 0 and short[5] = 1:'Sexy white shorts (strength <<shortH[5]>>, hip size <<shortB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''short''">watch</a>'
+
+	if odetskirt = 1 and numdress ! 1 and skirt[1] = 1 or odetskirt = 0 and skirt[1] = 1:'White skirt with a colorful blouse (strength <<skirtH[1]>>, hip size <<skirtB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''skirt''">watch</a>'
+	if odetskirt = 1 and numdress ! 2 and skirt[2] = 1 or odetskirt = 0 and skirt[2] = 1:'Black leather skirt with a red sweater (strength <<skirtH[2]>>, hip size <<skirtB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''skirt''">watch</a>'
+	if odetskirt = 1 and numdress ! 3 and skirt[3] = 1 or odetskirt = 0 and skirt[3] = 1:'White skirt with striped blouse (strength <<skirtH[3]>>, hip size <<skirtB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''skirt''">watch</a>'
+	if odetskirt = 1 and numdress ! 4 and skirt[4] = 1 or odetskirt = 0 and skirt[4] = 1:'White skirt with a colorful blouse (strength <<skirtH[4]>>, hip size <<skirtB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''skirt''">watch</a>'
+	if odetskirt = 1 and numdress ! 5 and skirt[5] = 1 or odetskirt = 0 and skirt[5] = 1:'Black leather skirt with a red blouse (strength <<skirtH[5]>>, hip size <<skirtB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''skirt''">watch</a>'
+
+	if odetdress = 1 and numdress ! 1 and dress[1] = 1 or odetdress = 0 and dress[1] = 1:'Black dress (strength <<dressH[1]>>, hip size <<dressB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 2 and dress[2] = 1 or odetdress = 0 and dress[2] = 1:'Yellow dress (strength <<dressH[2]>>, hip size <<dressB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 3 and dress[3] = 1 or odetdress = 0 and dress[3] = 1:'Blue dress (strength <<dressH[3]>>, hip size <<dressB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 4 and dress[4] = 1 or odetdress = 0 and dress[4] = 1:'Black short dress (strength <<dressH[4]>>, hip size <<dressB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 5 and dress[5] = 1 or odetdress = 0 and dress[5] = 1:'Red long dress (strength <<dressH[5]>>, hip size <<dressB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 6 and dress[6] = 1 or odetdress = 0 and dress[6] = 1:'Red polka dot dress (strength <<dressH[6]>>, hip size <<dressB[6]>>) <a href="exec:set numdres = 6 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 7 and dress[7] = 1 or odetdress = 0 and dress[7] = 1:'Brown dress (strength <<dressH[7]>>, hip size <<dressB[7]>>) <a href="exec:set numdres = 7 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 8 and dress[8] = 1 or odetdress = 0 and dress[8] = 1:'Dress 8 (strength <<dressH[8]>>, hip size <<dressB[8]>>) <a href="exec:set numdres = 8 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 9 and dress[9] = 1 or odetdress = 0 and dress[9] = 1:'Dress 9 (strength <<dressH[9]>>, hip size <<dressB[9]>>) <a href="exec:set numdres = 9 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 10 and dress[10] = 1 or odetdress = 0 and dress[10] = 1:'dress 10 (strength <<dressH[10]>>, hip size <<dressB[10]>>) <a href="exec:set numdres = 10 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 11 and dress[11] = 1 or odetdress = 0 and dress[11] = 1:'Dress 11 (strength <<dressH[11]>>, hip size <<dressB[11]>>) <a href="exec:set numdres = 11 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 12 and dress[12] = 1 or odetdress = 0 and dress[12] = 1:'Dress 12 (strength <<dressH[12]>>, hip size <<dressB[12]>>) <a href="exec:set numdres = 12 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 13 and dress[13] = 1 or odetdress = 0 and dress[13] = 1:'Dress 13 (strength <<dressH[13]>>, hip size <<dressB[13]>>) <a href="exec:set numdres = 13 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 14 and dress[14] = 1 or odetdress = 0 and dress[14] = 1:'Dress 14 (strength <<dressH[14]>>, hip size <<dressB[14]>>) <a href="exec:set numdres = 14 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 15 and dress[15] = 1 or odetdress = 0 and dress[15] = 1:'Dress 15 (strength <<dressH[15]>>, hip size <<dressB[15]>>) <a href="exec:set numdres = 15 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 16 and dress[16] = 1 or odetdress = 0 and dress[16] = 1:'Dress 16 (strength <<dressH[16]>>, hip size <<dressB[16]>>) <a href="exec:set numdres = 16 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 17 and dress[17] = 1 or odetdress = 0 and dress[17] = 1:'Dress 17 (strength <<dressH[17]>>, hip size <<dressB[17]>>) <a href="exec:set numdres = 17 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 18 and dress[18] = 1 or odetdress = 0 and dress[18] = 1:'Dress 18 (strength <<dressH[18]>>, hip size <<dressB[18]>>) <a href="exec:set numdres = 18 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 19 and dress[19] = 1 or odetdress = 0 and dress[19] = 1:'Dress 19 (strength <<dressH[19]>>, hip size <<dressB[19]>>) <a href="exec:set numdres = 19 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 20 and dress[20] = 1 or odetdress = 0 and dress[20] = 1:'Dress 20 (strength <<dressH[20]>>, hip size <<dressB[20]>>) <a href="exec:set numdres = 20 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 21 and dress[21] = 1 or odetdress = 0 and dress[21] = 1:'Dress 21 (strength <<dressH[21]>>, hip size <<dressB[21]>>) <a href="exec:set numdres = 21 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 22 and dress[22] = 1 or odetdress = 0 and dress[22] = 1:'Dress 22 (strength <<dressH[22]>>, hip size <<dressB[22]>>) <a href="exec:set numdres = 22 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 23 and dress[23] = 1 or odetdress = 0 and dress[23] = 1:'Dress 23 (strength <<dressH[23]>>, hip size <<dressB[23]>>) <a href="exec:set numdres = 23 & gt ''loker'', ''dress''">watch</a>'
+	if odetdress = 1 and numdress ! 24 and dress[24] = 1 or odetdress = 0 and dress[24] = 1:'dress 24 (strength <<dressH[24]>>, hip size <<dressB[24]>>) <a href="exec:set numdres = 24 & gt ''loker'', ''dress''">watch</a>'
+
+	if odetprofi = 1 and numdress ! 1 and profi[1] = 1 or odetprofi = 0 and profi[1] = 1:'Office clothes 1 (strength <<profiH[1]>>, hip size <<profiB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 2 and profi[2] = 1 or odetprofi = 0 and profi[2] = 1:'Office dress 2 (strength <<profiH[2]>>, hip size <<profiB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''profi''">watch</a>'
+
+	if odetpants = 1 and numdress ! 1 and pants[1] = 1 or odetpants = 0 and pants[1] = 1:'Tight black leggings with black top (strength <<pantsH[1]>>, hip size <<pantsB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''pants''">watch</a>'
+	if odetpants = 1 and numdress ! 2 and pants[2] = 1 or odetpants = 0 and pants[2] = 1:'Tight black leggings with a red blouse (strength <<pantsH[2]>>, hip size <<pantsB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''pants''">watch</a>'
+	if odetpants = 1 and numdress ! 3 and pants[3] = 1 or odetpants = 0 and pants[3] = 1:'Purple skinny leggings with black top (strength <<pantsH[3]>>, hip size <<pantsB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''pants''">watch</a>'
+	if odetpants = 1 and numdress ! 4 and pants[4] = 1 or odetpants = 0 and pants[4] = 1:'Tight black leggings with black short topic (strength <<pantsH[4]>>, hip size <<pantsB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''pants''">watch</a>'
+	if odetpants = 1 and numdress ! 5 and pants[5] = 1 or odetpants = 0 and pants[5] = 1:'White skinny jeans with a black top (strength <<pantsH[5]>>, hip size <<pantsB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''pants''">watch</a>'
+
+	if odetlatex = 1 and numdress ! 1 and latex[1] = 1 or odetlatex = 0 and latex[1] = 1:'Black latex bodysuit (strength <<latexH[1]>>, hip size <<latexB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''latex''">watch</a>'
+	if odetlatex = 1 and numdress ! 2 and latex[2] = 1 or odetlatex = 0 and latex[2] = 1:'Purple latex dress (strength <<latexH[2]>>, hip size <<latexB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''latex''">watch</a>'
+
+	if odethooker = 1 and numdress ! 1 and hooker[1] = 1 or odethooker = 0 and hooker[1] = 1:'Prostitute outfit number 1 (strength <<hookerH[1]>>, hip size <<hookerB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 2 and hooker[2] = 1 or odethooker = 0 and hooker[2] = 1:'Prostitute outfit number 2 (strength <<hookerH[2]>>, hip size <<hookerB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 3 and hooker[3] = 1 or odethooker = 0 and hooker[3] = 1:'Prostitute outfit number 3 (strength <<hookerH[3]>>, hip size <<hookerB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 4 and hooker[4] = 1 or odethooker = 0 and hooker[4] = 1:'Prostitute outfit number 4 (strength <<hookerH[4]>>, hip size <<hookerB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 5 and hooker[5] = 1 or odethooker = 0 and hooker[5] = 1:'Prostitute outfit number 5 (strength <<hookerH[5]>>, hip size <<hookerB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''hooker''">watch</a>'
+
+	if odetkis = 1 and numdress ! 1 and odekis[1] = 1 or odetkis = 0 and odekis[1] = 1:'Youth outfit number 1 (strength <<odekisH[1]>>, hip size <<odekisB[1]>>) <a href="exec:set numdres = 1 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 2 and odekis[2] = 1 or odetkis = 0 and odekis[2] = 1:'Youth outfit number 2 (strength <<odekisH[2]>>, hip size <<odekisB[2]>>) <a href="exec:set numdres = 2 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 3 and odekis[3] = 1 or odetkis = 0 and odekis[3] = 1:'Youth outfit number 3 (strength <<odekisH[3]>>, hip size <<odekisB[3]>>) <a href="exec:set numdres = 3 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 4 and odekis[4] = 1 or odetkis = 0 and odekis[4] = 1:'Youth outfit number 4 (strength <<odekisH[4]>>, hip size <<odekisB[4]>>) <a href="exec:set numdres = 4 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 5 and odekis[5] = 1 or odetkis = 0 and odekis[5] = 1:'Youth outfit number 5 (strength <<odekisH[5]>>, hip size <<odekisB[5]>>) <a href="exec:set numdres = 5 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 6 and odekis[6] = 1 or odetkis = 0 and odekis[6] = 1:'Youth outfit number 6 (strength <<odekisH[6]>>, hip size <<odekisB[6]>>) <a href="exec:set numdres = 6 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 7 and odekis[7] = 1 or odetkis = 0 and odekis[7] = 1:'Youth outfit number 7 (strength <<odekisH[7]>>, hip size <<odekisB[7]>>) <a href="exec:set numdres = 7 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 8 and odekis[8] = 1 or odetkis = 0 and odekis[8] = 1:'Youth outfit number 8 (strength <<odekisH[8]>>, hip size <<odekisB[8]>>) <a href="exec:set numdres = 8 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 9 and odekis[9] = 1 or odetkis = 0 and odekis[9] = 1:'Youth outfit number 9 (strength <<odekisH[9]>>, hip size <<odekisB[9]>>) <a href="exec:set numdres = 9 & gt ''loker'', ''odekis''">watch</a>'
+	if odetkis = 1 and numdress ! 10 and odekis[10] = 1 or odetkis = 0 and odekis[10] = 1:'Youth outfit number 10 (strength <<odekisH[10]>>, hip size <<odekisB[10]>>) <a href="exec:set numdres = 10 & gt ''loker'', ''odekis''">watch</a>'
+
+	if odetnewclo = 1 and numdress ! 1 and newclo[1] = 1 or odetnewclo = 0 and newclo[1] = 1:'Fashionista´s  number 1 (strength <<newcloH[1]>>, hip size <<newcloB[1]>>) <a href="exec:numdres = 1 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 2 and newclo[2] = 1 or odetnewclo = 0 and newclo[2] = 1:'Fashionista´s  number 2 (strength <<newcloH[2]>>, hip size <<newcloB[2]>>) <a href="exec:numdres = 2 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 3 and newclo[3] = 1 or odetnewclo = 0 and newclo[3] = 1:'Fashionista´s  number 3 (strength <<newcloH[3]>>, hip size <<newcloB[3]>>) <a href="exec:numdres = 3 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 4 and newclo[4] = 1 or odetnewclo = 0 and newclo[4] = 1:'Fashionista´s  number 4 (strength <<newcloH[4]>>, hip size <<newcloB[4]>>) <a href="exec:numdres = 4 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 5 and newclo[5] = 1 or odetnewclo = 0 and newclo[5] = 1:'Fashionista´s  number 5 (strength <<newcloH[5]>>, hip size <<newcloB[5]>>) <a href="exec:numdres = 5 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 6 and newclo[6] = 1 or odetnewclo = 0 and newclo[6] = 1:'Fashionista´s  number 6 (strength <<newcloH[6]>>, hip size <<newcloB[6]>>) <a href="exec:numdres = 6 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 7 and newclo[7] = 1 or odetnewclo = 0 and newclo[7] = 1:'Fashionista´s  number 7 (strength <<newcloH[7]>>, hip size <<newcloB[7]>>) <a href="exec:numdres = 7 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 8 and newclo[8] = 1 or odetnewclo = 0 and newclo[8] = 1:'Fashionista´s  number 8 (strength <<newcloH[8]>>, hip size <<newcloB[8]>>) <a href="exec:numdres = 8 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 9 and newclo[9] = 1 or odetnewclo = 0 and newclo[9] = 1:'Fashionista´s  number 9 (strength <<newcloH[9]>>, hip size <<newcloB[9]>>) <a href="exec:numdres = 9 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 10 and newclo[10] = 1 or odetnewclo = 0 and newclo[10] = 1:'Fashionista´s  number 10 (strength <<newcloH[10]>>, hip size <<newcloB[10]>>) <a href="exec:numdres = 10 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 11 and newclo[11] = 1 or odetnewclo = 0 and newclo[11] = 1:'Fashionista´s  number 11 (strength <<newcloH[11]>>, hip size <<newcloB[11]>>) <a href="exec:numdres = 11 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 12 and newclo[12] = 1 or odetnewclo = 0 and newclo[12] = 1:'Fashionista´s  number 12 (strength <<newcloH[12]>>, hip size <<newcloB[12]>>) <a href="exec:numdres = 12 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 13 and newclo[13] = 1 or odetnewclo = 0 and newclo[13] = 1:'Fashionista´s  number 13 (strength <<newcloH[13]>>, hip size <<newcloB[13]>>) <a href="exec:numdres = 13 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 14 and newclo[14] = 1 or odetnewclo = 0 and newclo[14] = 1:'Fashionista´s  number 14 (strength <<newcloH[14]>>, hip size <<newcloB[14]>>) <a href="exec:numdres = 14 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 15 and newclo[15] = 1 or odetnewclo = 0 and newclo[15] = 1:'Fashionista´s  number 15 (strength <<newcloH[15]>>, hip size <<newcloB[15]>>) <a href="exec:numdres = 15 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 16 and newclo[16] = 1 or odetnewclo = 0 and newclo[16] = 1:'Fashionista´s  number 16 (strength <<newcloH[16]>>, hip size <<newcloB[16]>>) <a href="exec:numdres = 16 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 17 and newclo[17] = 1 or odetnewclo = 0 and newclo[17] = 1:'Fashionista´s  number 17 (strength <<newcloH[17]>>, hip size <<newcloB[17]>>) <a href="exec:numdres = 17 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 18 and newclo[18] = 1 or odetnewclo = 0 and newclo[18] = 1:'Fashionista´s  number 18 (strength <<newcloH[18]>>, hip size <<newcloB[18]>>) <a href="exec:numdres = 18 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 19 and newclo[19] = 1 or odetnewclo = 0 and newclo[19] = 1:'Fashionista´s  number 19 (strength <<newcloH[19]>>, hip size <<newcloB[19]>>) <a href="exec:numdres = 19 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 20 and newclo[20] = 1 or odetnewclo = 0 and newclo[20] = 1:'Fashionista´s  number 20 (strength <<newcloH[20]>>, hip size <<newcloB[20]>>) <a href="exec:numdres = 20 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 21 and newclo[21] = 1 or odetnewclo = 0 and newclo[21] = 1:'Fashionista´s  number 21 (strength <<newcloH[21]>>, hip size <<newcloB[21]>>) <a href="exec:numdres = 21 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 22 and newclo[22] = 1 or odetnewclo = 0 and newclo[22] = 1:'Fashionista´s  number 22 (strength <<newcloH[22]>>, hip size <<newcloB[22]>>) <a href="exec:numdres = 22 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 23 and newclo[23] = 1 or odetnewclo = 0 and newclo[23] = 1:'Fashionista´s  number 23 (strength <<newcloH[23]>>, hip size <<newcloB[23]>>) <a href="exec:numdres = 23 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 24 and newclo[24] = 1 or odetnewclo = 0 and newclo[24] = 1:'Fashionista´s  number 24 (strength <<newcloH[24]>>, hip size <<newcloB[24]>>) <a href="exec:numdres = 24 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 25 and newclo[25] = 1 or odetnewclo = 0 and newclo[25] = 1:'Fashionista´s  number 25 (strength <<newcloH[25]>>, hip size <<newcloB[25]>>) <a href="exec:numdres = 25 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 26 and newclo[26] = 1 or odetnewclo = 0 and newclo[26] = 1:'Fashionista´s  number 26 (strength <<newcloH[26]>>, hip size <<newcloB[26]>>) <a href="exec:numdres = 26 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 27 and newclo[27] = 1 or odetnewclo = 0 and newclo[27] = 1:'Fashionista´s  number 27 (strength <<newcloH[27]>>, hip size <<newcloB[27]>>) <a href="exec:numdres = 27 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 28 and newclo[28] = 1 or odetnewclo = 0 and newclo[28] = 1:'Fashionista´s  number 28 (strength <<newcloH[28]>>, hip size <<newcloB[28]>>) <a href="exec:numdres = 28 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 29 and newclo[29] = 1 or odetnewclo = 0 and newclo[29] = 1:'Fashionista´s  number 29 (strength <<newcloH[29]>>, hip size <<newcloB[29]>>) <a href="exec:numdres = 29 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 30 and newclo[30] = 1 or odetnewclo = 0 and newclo[30] = 1:'Fashionista´s  number 30 (strength <<newcloH[30]>>, hip size <<newcloB[30]>>) <a href="exec:numdres = 30 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 31 and newclo[31] = 1 or odetnewclo = 0 and newclo[31] = 1:'Fashionista´s  number 31 (strength <<newcloH[31]>>, hip size <<newcloB[31]>>) <a href="exec:numdres = 31 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 32 and newclo[32] = 1 or odetnewclo = 0 and newclo[32] = 1:'Fashionista´s  number 32 (strength <<newcloH[32]>>, hip size <<newcloB[32]>>) <a href="exec:numdres = 32 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 33 and newclo[33] = 1 or odetnewclo = 0 and newclo[33] = 1:'Fashionista´s  number 33 (strength <<newcloH[33]>>, hip size <<newcloB[33]>>) <a href="exec:numdres = 33 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 34 and newclo[34] = 1 or odetnewclo = 0 and newclo[34] = 1:'Fashionista´s  number 34 (strength <<newcloH[34]>>, hip size <<newcloB[34]>>) <a href="exec:numdres = 34 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 35 and newclo[35] = 1 or odetnewclo = 0 and newclo[35] = 1:'Fashionista´s  number 35 (strength <<newcloH[35]>>, hip size <<newcloB[35]>>) <a href="exec:numdres = 35 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 36 and newclo[36] = 1 or odetnewclo = 0 and newclo[36] = 1:'Fashionista´s  number 36 (strength <<newcloH[36]>>, hip size <<newcloB[36]>>) <a href="exec:numdres = 36 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 37 and newclo[37] = 1 or odetnewclo = 0 and newclo[37] = 1:'Fashionista´s  number 37 (strength <<newcloH[37]>>, hip size <<newcloB[37]>>) <a href="exec:numdres = 37 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 38 and newclo[38] = 1 or odetnewclo = 0 and newclo[38] = 1:'Fashionista´s  number 38 (strength <<newcloH[38]>>, hip size <<newcloB[38]>>) <a href="exec:numdres = 38 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 39 and newclo[39] = 1 or odetnewclo = 0 and newclo[39] = 1:'Fashionista´s  number 39 (strength <<newcloH[39]>>, hip size <<newcloB[39]>>) <a href="exec:numdres = 39 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 40 and newclo[40] = 1 or odetnewclo = 0 and newclo[40] = 1:'Fashionista´s  number 40 (strength <<newcloH[40]>>, hip size <<newcloB[40]>>) <a href="exec:numdres = 40 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 41 and newclo[41] = 1 or odetnewclo = 0 and newclo[41] = 1:'Fashionista´s  number 41 (strength <<newcloH[41]>>, hip size <<newcloB[41]>>) <a href="exec:numdres = 41 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 42 and newclo[42] = 1 or odetnewclo = 0 and newclo[42] = 1:'Fashionista´s  number 42 (strength <<newcloH[42]>>, hip size <<newcloB[42]>>) <a href="exec:numdres = 42 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 43 and newclo[43] = 1 or odetnewclo = 0 and newclo[43] = 1:'Fashionista´s  number 43 (strength <<newcloH[43]>>, hip size <<newcloB[43]>>) <a href="exec:numdres = 43 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 44 and newclo[44] = 1 or odetnewclo = 0 and newclo[44] = 1:'Fashionista´s  number 44 (strength <<newcloH[44]>>, hip size <<newcloB[44]>>) <a href="exec:numdres = 44 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 45 and newclo[45] = 1 or odetnewclo = 0 and newclo[45] = 1:'Fashionista´s  number 45 (strength <<newcloH[45]>>, hip size <<newcloB[45]>>) <a href="exec:numdres = 45 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 46 and newclo[46] = 1 or odetnewclo = 0 and newclo[46] = 1:'Fashionista´s  number 46 (strength <<newcloH[46]>>, hip size <<newcloB[46]>>) <a href="exec:numdres = 46 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 47 and newclo[47] = 1 or odetnewclo = 0 and newclo[47] = 1:'Fashionista´s  number 47 (strength <<newcloH[47]>>, hip size <<newcloB[47]>>) <a href="exec:numdres = 47 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 48 and newclo[48] = 1 or odetnewclo = 0 and newclo[48] = 1:'Fashionista´s  number 48 (strength <<newcloH[48]>>, hip size <<newcloB[48]>>) <a href="exec:numdres = 48 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 49 and newclo[49] = 1 or odetnewclo = 0 and newclo[49] = 1:'Fashionista´s  number 49 (strength <<newcloH[49]>>, hip size <<newcloB[49]>>) <a href="exec:numdres = 49 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 50 and newclo[50] = 1 or odetnewclo = 0 and newclo[50] = 1:'Fashionista´s  number 50 (strength <<newcloH[50]>>, hip size <<newcloB[50]>>) <a href="exec:numdres = 50 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 51 and newclo[51] = 1 or odetnewclo = 0 and newclo[51] = 1:'Fashionista´s  number 51 (strength <<newcloH[51]>>, hip size <<newcloB[51]>>) <a href="exec:numdres = 51 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 52 and newclo[52] = 1 or odetnewclo = 0 and newclo[52] = 1:'Fashionista´s  number 52 (strength <<newcloH[52]>>, hip size <<newcloB[52]>>) <a href="exec:numdres = 52 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 53 and newclo[53] = 1 or odetnewclo = 0 and newclo[53] = 1:'Fashionista´s  number 53 (strength <<newcloH[53]>>, hip size <<newcloB[53]>>) <a href="exec:numdres = 53 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 54 and newclo[54] = 1 or odetnewclo = 0 and newclo[54] = 1:'Fashionista´s  number 54 (strength <<newcloH[54]>>, hip size <<newcloB[54]>>) <a href="exec:numdres = 54 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 55 and newclo[55] = 1 or odetnewclo = 0 and newclo[55] = 1:'Fashionista´s  number 55 (strength <<newcloH[55]>>, hip size <<newcloB[55]>>) <a href="exec:numdres = 55 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 56 and newclo[56] = 1 or odetnewclo = 0 and newclo[56] = 1:'Fashionista´s  number 56 (strength <<newcloH[56]>>, hip size <<newcloB[56]>>) <a href="exec:numdres = 56 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 57 and newclo[57] = 1 or odetnewclo = 0 and newclo[57] = 1:'Fashionista´s  number 57 (strength <<newcloH[57]>>, hip size <<newcloB[57]>>) <a href="exec:numdres = 57 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 58 and newclo[58] = 1 or odetnewclo = 0 and newclo[58] = 1:'Fashionista´s  number 58 (strength <<newcloH[58]>>, hip size <<newcloB[58]>>) <a href="exec:numdres = 58 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 59 and newclo[59] = 1 or odetnewclo = 0 and newclo[59] = 1:'Fashionista´s  number 59 (strength <<newcloH[59]>>, hip size <<newcloB[59]>>) <a href="exec:numdres = 59 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 60 and newclo[60] = 1 or odetnewclo = 0 and newclo[60] = 1:'Fashionista´s  number 60 (strength <<newcloH[60]>>, hip size <<newcloB[60]>>) <a href="exec:numdres = 60 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 61 and newclo[61] = 1 or odetnewclo = 0 and newclo[61] = 1:'Fashionista´s  number 61 (strength <<newcloH[61]>>, hip size <<newcloB[61]>>) <a href="exec:numdres = 61 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 62 and newclo[62] = 1 or odetnewclo = 0 and newclo[62] = 1:'Fashionista´s  number 62 (strength <<newcloH[62]>>, hip size <<newcloB[62]>>) <a href="exec:numdres = 62 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 63 and newclo[63] = 1 or odetnewclo = 0 and newclo[63] = 1:'Fashionista´s  number 63 (strength <<newcloH[63]>>, hip size <<newcloB[63]>>) <a href="exec:numdres = 63 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 64 and newclo[64] = 1 or odetnewclo = 0 and newclo[64] = 1:'Fashionista´s  number 64 (strength <<newcloH[64]>>, hip size <<newcloB[64]>>) <a href="exec:numdres = 64 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 65 and newclo[65] = 1 or odetnewclo = 0 and newclo[65] = 1:'Fashionista´s  number 65 (strength <<newcloH[65]>>, hip size <<newcloB[65]>>) <a href="exec:numdres = 65 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 66 and newclo[66] = 1 or odetnewclo = 0 and newclo[66] = 1:'Fashionista´s  number 66 (strength <<newcloH[66]>>, hip size <<newcloB[66]>>) <a href="exec:numdres = 66 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 67 and newclo[67] = 1 or odetnewclo = 0 and newclo[67] = 1:'Fashionista´s  number 67 (strength <<newcloH[67]>>, hip size <<newcloB[67]>>) <a href="exec:numdres = 67 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 68 and newclo[68] = 1 or odetnewclo = 0 and newclo[68] = 1:'Fashionista´s  number 68 (strength <<newcloH[68]>>, hip size <<newcloB[68]>>) <a href="exec:numdres = 68 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 69 and newclo[69] = 1 or odetnewclo = 0 and newclo[69] = 1:'Fashionista´s  number 69 (strength <<newcloH[69]>>, hip size <<newcloB[69]>>) <a href="exec:numdres = 69 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 70 and newclo[70] = 1 or odetnewclo = 0 and newclo[70] = 1:'Fashionista´s  number 70 (strength <<newcloH[70]>>, hip size <<newcloB[70]>>) <a href="exec:numdres = 70 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 71 and newclo[71] = 1 or odetnewclo = 0 and newclo[71] = 1:'Fashionista´s  number 71 (strength <<newcloH[71]>>, hip size <<newcloB[71]>>) <a href="exec:numdres = 71 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 72 and newclo[72] = 1 or odetnewclo = 0 and newclo[72] = 1:'Fashionista´s  number 72 (strength <<newcloH[72]>>, hip size <<newcloB[72]>>) <a href="exec:numdres = 72 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 73 and newclo[73] = 1 or odetnewclo = 0 and newclo[73] = 1:'Fashionista´s  number 73 (strength <<newcloH[73]>>, hip size <<newcloB[73]>>) <a href="exec:numdres = 73 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 74 and newclo[74] = 1 or odetnewclo = 0 and newclo[74] = 1:'Fashionista´s  number 74 (strength <<newcloH[74]>>, hip size <<newcloB[74]>>) <a href="exec:numdres = 74 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 75 and newclo[75] = 1 or odetnewclo = 0 and newclo[75] = 1:'Fashionista´s  number 75 (strength <<newcloH[75]>>, hip size <<newcloB[75]>>) <a href="exec:numdres = 75 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 76 and newclo[76] = 1 or odetnewclo = 0 and newclo[76] = 1:'Fashionista´s  number 76 (strength <<newcloH[76]>>, hip size <<newcloB[76]>>) <a href="exec:numdres = 76 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 77 and newclo[77] = 1 or odetnewclo = 0 and newclo[77] = 1:'Fashionista´s  number 77 (strength <<newcloH[77]>>, hip size <<newcloB[77]>>) <a href="exec:numdres = 77 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 78 and newclo[78] = 1 or odetnewclo = 0 and newclo[78] = 1:'Fashionista´s  number 78 (strength <<newcloH[78]>>, hip size <<newcloB[78]>>) <a href="exec:numdres = 78 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 79 and newclo[79] = 1 or odetnewclo = 0 and newclo[79] = 1:'Fashionista´s  number 79 (strength <<newcloH[79]>>, hip size <<newcloB[79]>>) <a href="exec:numdres = 79 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 80 and newclo[80] = 1 or odetnewclo = 0 and newclo[80] = 1:'Fashionista´s  number 80 (strength <<newcloH[80]>>, hip size <<newcloB[80]>>) <a href="exec:numdres = 80 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 81 and newclo[81] = 1 or odetnewclo = 0 and newclo[81] = 1:'Fashionista´s  number 81 (strength <<newcloH[81]>>, hip size <<newcloB[81]>>) <a href="exec:numdres = 81 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 82 and newclo[82] = 1 or odetnewclo = 0 and newclo[82] = 1:'Fashionista´s  number 82 (strength <<newcloH[82]>>, hip size <<newcloB[82]>>) <a href="exec:numdres = 82 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 83 and newclo[83] = 1 or odetnewclo = 0 and newclo[83] = 1:'Fashionista´s  number 83 (strength <<newcloH[83]>>, hip size <<newcloB[83]>>) <a href="exec:numdres = 83 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 84 and newclo[84] = 1 or odetnewclo = 0 and newclo[84] = 1:'Fashionista´s  number 84 (strength <<newcloH[84]>>, hip size <<newcloB[84]>>) <a href="exec:numdres = 84 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 85 and newclo[85] = 1 or odetnewclo = 0 and newclo[85] = 1:'Fashionista´s  number 85 (strength <<newcloH[85]>>, hip size <<newcloB[85]>>) <a href="exec:numdres = 85 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 86 and newclo[86] = 1 or odetnewclo = 0 and newclo[86] = 1:'Fashionista´s  number 86 (strength <<newcloH[86]>>, hip size <<newcloB[86]>>) <a href="exec:numdres = 86 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 87 and newclo[87] = 1 or odetnewclo = 0 and newclo[87] = 1:'Fashionista´s  number 87 (strength <<newcloH[87]>>, hip size <<newcloB[87]>>) <a href="exec:numdres = 87 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 88 and newclo[88] = 1 or odetnewclo = 0 and newclo[88] = 1:'Fashionista´s  number 88 (strength <<newcloH[88]>>, hip size <<newcloB[88]>>) <a href="exec:numdres = 88 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 89 and newclo[89] = 1 or odetnewclo = 0 and newclo[89] = 1:'Fashionista´s  number 89 (strength <<newcloH[89]>>, hip size <<newcloB[89]>>) <a href="exec:numdres = 89 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 90 and newclo[90] = 1 or odetnewclo = 0 and newclo[90] = 1:'Fashionista´s  number 90 (strength <<newcloH[90]>>, hip size <<newcloB[90]>>) <a href="exec:numdres = 90 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 91 and newclo[91] = 1 or odetnewclo = 0 and newclo[91] = 1:'Fashionista´s  number 91 (strength <<newcloH[91]>>, hip size <<newcloB[91]>>) <a href="exec:numdres = 91 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 92 and newclo[92] = 1 or odetnewclo = 0 and newclo[92] = 1:'Fashionista´s  number 92 (strength <<newcloH[92]>>, hip size <<newcloB[92]>>) <a href="exec:numdres = 92 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 93 and newclo[93] = 1 or odetnewclo = 0 and newclo[93] = 1:'Fashionista´s  number 93 (strength <<newcloH[93]>>, hip size <<newcloB[93]>>) <a href="exec:numdres = 93 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 94 and newclo[94] = 1 or odetnewclo = 0 and newclo[94] = 1:'Fashionista´s  number 94 (strength <<newcloH[94]>>, hip size <<newcloB[94]>>) <a href="exec:numdres = 94 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 95 and newclo[95] = 1 or odetnewclo = 0 and newclo[95] = 1:'Fashionista´s  number 95 (strength <<newcloH[95]>>, hip size <<newcloB[95]>>) <a href="exec:numdres = 95 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 96 and newclo[96] = 1 or odetnewclo = 0 and newclo[96] = 1:'Fashionista´s  number 96 (strength <<newcloH[96]>>, hip size <<newcloB[96]>>) <a href="exec:numdres = 96 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 97 and newclo[97] = 1 or odetnewclo = 0 and newclo[97] = 1:'Fashionista´s  number 97 (strength <<newcloH[97]>>, hip size <<newcloB[97]>>) <a href="exec:numdres = 97 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 98 and newclo[98] = 1 or odetnewclo = 0 and newclo[98] = 1:'Fashionista´s  number 98 (strength <<newcloH[98]>>, hip size <<newcloB[98]>>) <a href="exec:numdres = 98 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 99 and newclo[99] = 1 or odetnewclo = 0 and newclo[99] = 1:'Fashionista´s  number 99 (strength <<newcloH[99]>>, hip size <<newcloB[99]>>) <a href="exec:numdres = 99 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 100 and newclo[100] = 1 or odetnewclo = 0 and newclo[100] = 1:'Fashionista´s  number 100 (strength <<newcloH[100]>>, hip size <<newcloB[100]>>) <a href="exec:numdres = 100 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 101 and newclo[101] = 1 or odetnewclo = 0 and newclo[101] = 1:'Fashionista´s  number 101 (strength <<newcloH[101]>>, hip size <<newcloB[101]>>) <a href="exec:numdres = 101 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 102 and newclo[102] = 1 or odetnewclo = 0 and newclo[102] = 1:'Fashionista´s  number 102 (strength <<newcloH[102]>>, hip size <<newcloB[102]>>) <a href="exec:numdres = 102 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 103 and newclo[103] = 1 or odetnewclo = 0 and newclo[103] = 1:'Fashionista´s  number 103 (strength <<newcloH[103]>>, hip size <<newcloB[103]>>) <a href="exec:numdres = 103 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 104 and newclo[104] = 1 or odetnewclo = 0 and newclo[104] = 1:'Fashionista´s  number 104 (strength <<newcloH[104]>>, hip size <<newcloB[104]>>) <a href="exec:numdres = 104 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 105 and newclo[105] = 1 or odetnewclo = 0 and newclo[105] = 1:'Fashionista´s  number 105 (strength <<newcloH[105]>>, hip size <<newcloB[105]>>) <a href="exec:numdres = 105 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 106 and newclo[106] = 1 or odetnewclo = 0 and newclo[106] = 1:'Fashionista´s  number 106 (strength <<newcloH[106]>>, hip size <<newcloB[106]>>) <a href="exec:numdres = 106 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 107 and newclo[107] = 1 or odetnewclo = 0 and newclo[107] = 1:'Fashionista´s  number 107 (strength <<newcloH[107]>>, hip size <<newcloB[107]>>) <a href="exec:numdres = 107 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 108 and newclo[108] = 1 or odetnewclo = 0 and newclo[108] = 1:'Fashionista´s  number 108 (strength <<newcloH[108]>>, hip size <<newcloB[108]>>) <a href="exec:numdres = 108 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 109 and newclo[109] = 1 or odetnewclo = 0 and newclo[109] = 1:'Fashionista´s  number 109 (strength <<newcloH[109]>>, hip size <<newcloB[109]>>) <a href="exec:numdres = 109 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 110 and newclo[110] = 1 or odetnewclo = 0 and newclo[110] = 1:'Fashionista´s  number 110 (strength <<newcloH[110]>>, hip size <<newcloB[110]>>) <a href="exec:numdres = 110 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 111 and newclo[111] = 1 or odetnewclo = 0 and newclo[111] = 1:'Fashionista´s  number 111 (strength <<newcloH[111]>>, hip size <<newcloB[111]>>) <a href="exec:numdres = 111 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 112 and newclo[112] = 1 or odetnewclo = 0 and newclo[112] = 1:'Fashionista´s  number 112 (strength <<newcloH[112]>>, hip size <<newcloB[112]>>) <a href="exec:numdres = 112 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 113 and newclo[113] = 1 or odetnewclo = 0 and newclo[113] = 1:'Fashionista´s  number 113 (strength <<newcloH[113]>>, hip size <<newcloB[113]>>) <a href="exec:numdres = 113 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 114 and newclo[114] = 1 or odetnewclo = 0 and newclo[114] = 1:'Fashionista´s  number 114 (strength <<newcloH[114]>>, hip size <<newcloB[114]>>) <a href="exec:numdres = 114 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 115 and newclo[115] = 1 or odetnewclo = 0 and newclo[115] = 1:'Fashionista´s  number 115 (strength <<newcloH[115]>>, hip size <<newcloB[115]>>) <a href="exec:numdres = 115 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 116 and newclo[116] = 1 or odetnewclo = 0 and newclo[116] = 1:'Fashionista´s  number 116 (strength <<newcloH[116]>>, hip size <<newcloB[116]>>) <a href="exec:numdres = 116 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 117 and newclo[117] = 1 or odetnewclo = 0 and newclo[117] = 1:'Fashionista´s  number 117 (strength <<newcloH[117]>>, hip size <<newcloB[117]>>) <a href="exec:numdres = 117 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 118 and newclo[118] = 1 or odetnewclo = 0 and newclo[118] = 1:'Fashionista´s  number 118 (strength <<newcloH[118]>>, hip size <<newcloB[118]>>) <a href="exec:numdres = 118 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 119 and newclo[119] = 1 or odetnewclo = 0 and newclo[119] = 1:'Fashionista´s  number 119 (strength <<newcloH[119]>>, hip size <<newcloB[119]>>) <a href="exec:numdres = 119 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 120 and newclo[120] = 1 or odetnewclo = 0 and newclo[120] = 1:'Fashionista´s  number 120 (strength <<newcloH[120]>>, hip size <<newcloB[120]>>) <a href="exec:numdres = 120 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 121 and newclo[121] = 1 or odetnewclo = 0 and newclo[121] = 1:'Fashionista´s  number 121 (strength <<newcloH[121]>>, hip size <<newcloB[121]>>) <a href="exec:numdres = 121 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 122 and newclo[122] = 1 or odetnewclo = 0 and newclo[122] = 1:'Fashionista´s  number 122 (strength <<newcloH[122]>>, hip size <<newcloB[122]>>) <a href="exec:numdres = 122 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 123 and newclo[123] = 1 or odetnewclo = 0 and newclo[123] = 1:'Fashionista´s  number 123 (strength <<newcloH[123]>>, hip size <<newcloB[123]>>) <a href="exec:numdres = 123 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 124 and newclo[124] = 1 or odetnewclo = 0 and newclo[124] = 1:'Fashionista´s  number 124 (strength <<newcloH[124]>>, hip size <<newcloB[124]>>) <a href="exec:numdres = 124 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 125 and newclo[125] = 1 or odetnewclo = 0 and newclo[125] = 1:'Fashionista´s  number 125 (strength <<newcloH[125]>>, hip size <<newcloB[125]>>) <a href="exec:numdres = 125 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 126 and newclo[126] = 1 or odetnewclo = 0 and newclo[126] = 1:'Fashionista´s  number 126 (strength <<newcloH[126]>>, hip size <<newcloB[126]>>) <a href="exec:numdres = 126 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 127 and newclo[127] = 1 or odetnewclo = 0 and newclo[127] = 1:'Fashionista´s  number 127 (strength <<newcloH[127]>>, hip size <<newcloB[127]>>) <a href="exec:numdres = 127 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 128 and newclo[128] = 1 or odetnewclo = 0 and newclo[128] = 1:'Fashionista´s  number 128 (strength <<newcloH[128]>>, hip size <<newcloB[128]>>) <a href="exec:numdres = 128 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 129 and newclo[129] = 1 or odetnewclo = 0 and newclo[129] = 1:'Fashionista´s  number 129 (strength <<newcloH[129]>>, hip size <<newcloB[129]>>) <a href="exec:numdres = 129 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 130 and newclo[130] = 1 or odetnewclo = 0 and newclo[130] = 1:'Fashionista´s  number 130 (strength <<newcloH[130]>>, hip size <<newcloB[130]>>) <a href="exec:numdres = 130 & gt ''loker'', ''newclo''">watch</a>'
+	if odetnewclo = 1 and numdress ! 131 and newclo[131] = 1 or odetnewclo = 0 and newclo[131] = 1:'School uniforms <a href="exec:numdres = 131 & gt ''loker'', ''newclo''">view</a>'
 
 	if odetjeans = 1 and numdress ! 201 and jeans[201] = 1 or odetjeans = 0 and jeans[201] = 1:'Blue jeans with a grey tank top and a turquise hoodie. (The remaining strength <<jeansH[201]>> , The size of the hips <<jeansB[201]>>) <a href="exec:set numdres = 201 & gt ''loker'', ''jeans''">look</a>'
 	if odetjeans = 1 and numdress ! 202 and jeans[202] = 1 or odetjeans = 0 and jeans[202] = 1:'Skin tight low-rise, dark blue jeans with a tight, purple tank top. (The remaining strength <<jeansH[202]>> , The size of the hips <<jeansB[202]>>) <a href="exec:set numdres = 202 & gt ''loker'', ''jeans''">look</a>'
@@ -471,17 +471,17 @@ if $ARGS[0] = 'start':
 	if odetdress = 1 and numdress ! 221 and dress[221] = 1 or odetdress = 0 and dress[221] = 1:'Form-fitting, pink-grey dress. (The remaining strength <<dressH[221]>>, The size of the hips <<dressB[221]>>) <a href="exec:set numdres = 221 & gt ''loker'', ''dress''">look</a>'
 	if odetdress = 1 and numdress ! 222 and dress[222] = 1 or odetdress = 0 and dress[222] = 1:'Pink dress.(The remaining strength <<dressH[222]>>, The size of the hips <<dressB[222]>>) <a href="exec:set numdres = 222 & gt ''loker'', ''dress''">look</a>'
 	if odetdress = 1 and numdress ! 223 and dress[223] = 1 or odetdress = 0 and dress[223] = 1:'Long, glittery red dress, with a deep cleavage.(The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt ''loker'', ''dress''">look</a>'
-	if odetdress = 1 and numdress ! 224 and dress[224] = 1 or odetdress = 0 and dress[226] = 1:'Long, formal dress in blue. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &GT ''loker'', ''dress''">look</a>'
-	if odetdress = 1 and numdress ! 225 and dress[225] = 1 or odetdress = 0 and dress[227] = 1:'Long, formal dress in red. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &GT ''loker'', ''dress''">look</a>'
-
-	if odetprofi = 1 and numdress ! 201 and profi[201] = 1 or odetprofi = 0 and profi[201] = 1:'Office dress 201 (strength <<profiH[201]>>, hip size <<profiB[201]>>) <a href="exec:set numdres = 201 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 202 and profi[202] = 1 or odetprofi = 0 and profi[202] = 1:'Office dress 202 (strength <<profiH[202]>>, hip size <<profiB[202]>>) <a href="exec:set numdres = 202 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 203 and profi[203] = 1 or odetprofi = 0 and profi[203] = 1:'Office dress 203 (strength <<profiH[203]>>, hip size <<profiB[203]>>) <a href="exec:set numdres = 203 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 204 and profi[204] = 1 or odetprofi = 0 and profi[204] = 1:'Office dress 204 (strength <<profiH[204]>>, hip size <<profiB[204]>>) <a href="exec:set numdres = 204 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 205 and profi[205] = 1 or odetprofi = 0 and profi[205] = 1:'Office dress 205 (strength <<profiH[205]>>, hip size <<profiB[205]>>) <a href="exec:set numdres = 205 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 206 and profi[206] = 1 or odetprofi = 0 and profi[206] = 1:'Office dress 206 (strength <<profiH[206]>>, hip size <<profiB[206]>>) <a href="exec:set numdres = 206 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 207 and profi[207] = 1 or odetprofi = 0 and profi[207] = 1:'Office dress 207 (strength <<profiH[207]>>, hip size <<profiB[207]>>) <a href="exec:set numdres = 207 & GT ''loker'', ''profi''">watch</a>'
-	if odetprofi = 1 and numdress ! 208 and profi[208] = 1 or odetprofi = 0 and profi[208] = 1:'Office dress 208 (strength <<profiH[208]>>, hip size <<profiB[208]>>) <a href="exec:set numdres = 208 & GT ''loker'', ''profi''">watch</a>'
+	if odetdress = 1 and numdress ! 224 and dress[224] = 1 or odetdress = 0 and dress[226] = 1:'Long, formal dress in blue. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &gt ''loker'', ''dress''">look</a>'
+	if odetdress = 1 and numdress ! 225 and dress[225] = 1 or odetdress = 0 and dress[227] = 1:'Long, formal dress in red. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &gt ''loker'', ''dress''">look</a>'
+
+	if odetprofi = 1 and numdress ! 201 and profi[201] = 1 or odetprofi = 0 and profi[201] = 1:'Office dress 201 (strength <<profiH[201]>>, hip size <<profiB[201]>>) <a href="exec:set numdres = 201 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 202 and profi[202] = 1 or odetprofi = 0 and profi[202] = 1:'Office dress 202 (strength <<profiH[202]>>, hip size <<profiB[202]>>) <a href="exec:set numdres = 202 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 203 and profi[203] = 1 or odetprofi = 0 and profi[203] = 1:'Office dress 203 (strength <<profiH[203]>>, hip size <<profiB[203]>>) <a href="exec:set numdres = 203 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 204 and profi[204] = 1 or odetprofi = 0 and profi[204] = 1:'Office dress 204 (strength <<profiH[204]>>, hip size <<profiB[204]>>) <a href="exec:set numdres = 204 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 205 and profi[205] = 1 or odetprofi = 0 and profi[205] = 1:'Office dress 205 (strength <<profiH[205]>>, hip size <<profiB[205]>>) <a href="exec:set numdres = 205 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 206 and profi[206] = 1 or odetprofi = 0 and profi[206] = 1:'Office dress 206 (strength <<profiH[206]>>, hip size <<profiB[206]>>) <a href="exec:set numdres = 206 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 207 and profi[207] = 1 or odetprofi = 0 and profi[207] = 1:'Office dress 207 (strength <<profiH[207]>>, hip size <<profiB[207]>>) <a href="exec:set numdres = 207 & gt ''loker'', ''profi''">watch</a>'
+	if odetprofi = 1 and numdress ! 208 and profi[208] = 1 or odetprofi = 0 and profi[208] = 1:'Office dress 208 (strength <<profiH[208]>>, hip size <<profiB[208]>>) <a href="exec:set numdres = 208 & gt ''loker'', ''profi''">watch</a>'
 
 	if odetpants = 1 and numdress ! 201 and pants[201] = 1 or odetpants = 0 and pants[201] = 1:'Glittery silver leggings with a silver neckhalter top. (The remaining strength <<pantsH[201]>>, The size of the hips <<pantsB[201]>>) <a href="exec:set numdres = 201 & gt ''loker'', ''pants''">look</a>'
 	if odetpants = 1 and numdress ! 202 and pants[202] = 1 or odetpants = 0 and pants[202] = 1:'Shiny silver leggings and a short white tube top. (The remaining strength <<pantsH[202]>>, The size of the hips <<pantsB[202]>>) <a href="exec:set numdres = 202 & gt ''loker'', ''pants''">look</a>'
@@ -621,11 +621,11 @@ if $ARGS[0] = 'start':
 	if odetpants = 1 and numdress ! ! and pants[345] = 1 or odetpants = 0 and pants[345] = 1:'Shiny black leggings and a black shirt, under a black leather jacket. (The remaining strength <<pantsH[345]>>, The size of the hips <<pantsB[345]>>) <a href="exec:set numdres = 345 & gt ''loker'', ''pants''">look</a>'
 	if odetpants = 1 and numdress ! ! and pants[346] = 1 or odetpants = 0 and pants[346] = 1:'Blue jeggings and a tight, red camisole, with a revealing cleavage. (The remaining strength <<pantsH[346]>>, The size of the hips <<pantsB[346]>>) <a href="exec:set numdres = 346 & gt ''loker'', ''pants''">look</a>'
 
-	if odethooker = 1 and numdress ! 201 and hooker[201] = 1 or odethooker = 0 and hooker[201] = 1:'Prostitute outfit number 201 (strength <<hookerH[201]>>, hip size <<hookerB[201]>>) <a href="exec:set numdres = 201 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 202 and hooker[202] = 1 or odethooker = 0 and hooker[202] = 1:'Prostitute outfit number 202 (strength <<hookerH[202]>>, hip size <<hookerB[202]>>) <a href="exec:set numdres = 202 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 203 and hooker[203] = 1 or odethooker = 0 and hooker[203] = 1:'Prostitute outfit number 203 (strength <<hookerH[203]>>, hip size <<hookerB[203]>>) <a href="exec:set numdres = 203 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 204 and hooker[204] = 1 or odethooker = 0 and hooker[204] = 1:'Prostitute outfit number 204 (strength <<hookerH[204]>>, hip size <<hookerB[204]>>) <a href="exec:set numdres = 204 & GT ''loker'', ''hooker''">watch</a>'
-	if odethooker = 1 and numdress ! 205 and hooker[205] = 1 or odethooker = 0 and hooker[205] = 1:'Prostitute outfit number 205 (strength <<hookerH[205]>>, hip size <<hookerB[205]>>) <a href="exec:set numdres = 205 & GT ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 201 and hooker[201] = 1 or odethooker = 0 and hooker[201] = 1:'Prostitute outfit number 201 (strength <<hookerH[201]>>, hip size <<hookerB[201]>>) <a href="exec:set numdres = 201 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 202 and hooker[202] = 1 or odethooker = 0 and hooker[202] = 1:'Prostitute outfit number 202 (strength <<hookerH[202]>>, hip size <<hookerB[202]>>) <a href="exec:set numdres = 202 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 203 and hooker[203] = 1 or odethooker = 0 and hooker[203] = 1:'Prostitute outfit number 203 (strength <<hookerH[203]>>, hip size <<hookerB[203]>>) <a href="exec:set numdres = 203 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 204 and hooker[204] = 1 or odethooker = 0 and hooker[204] = 1:'Prostitute outfit number 204 (strength <<hookerH[204]>>, hip size <<hookerB[204]>>) <a href="exec:set numdres = 204 & gt ''loker'', ''hooker''">watch</a>'
+	if odethooker = 1 and numdress ! 205 and hooker[205] = 1 or odethooker = 0 and hooker[205] = 1:'Prostitute outfit number 205 (strength <<hookerH[205]>>, hip size <<hookerB[205]>>) <a href="exec:set numdres = 205 & gt ''loker'', ''hooker''">watch</a>'
 
 
 	if borLoker = 1:

+ 240 - 240
locations/147_loker2

@@ -3,230 +3,230 @@ if $ARGS[0] = 'start':
 	gs 'stat'
 	cla
 
-	if odetjeans = 1 and numdress ! 1 and jeans[1] = 1 or odetjeans = 0 and jeans[1] = 1:'Jeans 1 (strength <<jeansH[1]>>, hip size <<jeansB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''jeans''">surrender</a>'
-	if odetjeans = 1 and numdress ! 2 and jeans[2] = 1 or odetjeans = 0 and jeans[2] = 1:'Jeans 2 (strength <<jeansH[2]>>, hip size <<jeansB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''jeans''">surrender</a>'
-	if odetjeans = 1 and numdress ! 3 and jeans[3] = 1 or odetjeans = 0 and jeans[3] = 1:'Jeans 3 (strength <<jeansH[3]>>, hip size <<jeansB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''jeans''">surrender</a>'
-	if odetjeans = 1 and numdress ! 4 and jeans[4] = 1 or odetjeans = 0 and jeans[4] = 1:'Jeans 4 (strength <<jeansH[4]>>, hip size <<jeansB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''jeans''">surrender</a>'
-	if odetjeans = 1 and numdress ! 5 and jeans[5] = 1 or odetjeans = 0 and jeans[5] = 1:'Jeans 5 (strength <<jeansH[5]>>, hip size <<jeansB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''jeans''">surrender</a>'
-
-	if odetyoga = 1 and numdress ! 1 and yoga[1] = 1 or odetyoga = 0 and yoga[1] = 1:'Sportswear 1 (strength <<yogaH[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 2 and yoga[2] = 1 or odetyoga = 0 and yoga[2] = 1:'Sportswear 2 (strength <<yogaH[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 3 and yoga[3] = 1 or odetyoga = 0 and yoga[3] = 1:'Sportswear 3 (strength <<yogaH[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 4 and yoga[4] = 1 or odetyoga = 0 and yoga[4] = 1:'Sportswear 4 (strength <<yogaH[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 5 and yoga[5] = 1 or odetyoga = 0 and yoga[5] = 1:'Sportswear 5 (strength <<yogaH[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 6 and yoga[6] = 1 or odetyoga = 0 and yoga[6] = 1:'Sportswear 6 (strength <<yogaH[6]>>) <a href="exec:set numdres = 6 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 7 and yoga[7] = 1 or odetyoga = 0 and yoga[7] = 1:'Sportswear 7 (strength <<yogaH[7]>>) <a href="exec:set numdres = 7 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 8 and yoga[8] = 1 or odetyoga = 0 and yoga[8] = 1:'Sportswear 8 (strength <<yogaH[8]>>) <a href="exec:set numdres = 8 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 9 and yoga[9] = 1 or odetyoga = 0 and yoga[9] = 1:'Sportswear 9 (strength <<yogaH[9]>>) <a href="exec:set numdres = 9 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 10 and yoga[10] = 1 or odetyoga = 0 and yoga[10] = 1:'Sportswear 10 (strength <<yogaH[10]>>) <a href="exec:set numdres = 10 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 11 and yoga[11] = 1 or odetyoga = 0 and yoga[11] = 1:'Sportswear 11 (strength <<yogaH[11]>>) <a href="exec:set numdres = 11 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 12 and yoga[12] = 1 or odetyoga = 0 and yoga[12] = 1:'Sportswear 12 (strength <<yogaH[12]>>) <a href="exec:set numdres = 12 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 13 and yoga[13] = 1 or odetyoga = 0 and yoga[13] = 1:'Sportswear 13 (strength <<yogaH[13]>>) <a href="exec:set numdres = 13 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 14 and yoga[14] = 1 or odetyoga = 0 and yoga[14] = 1:'Sportswear 14 (strength <<yogaH[14]>>) <a href="exec:set numdres = 14 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 15 and yoga[15] = 1 or odetyoga = 0 and yoga[15] = 1:'Sportswear 15 (strength <<yogaH[15]>>) <a href="exec:set numdres = 15 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 16 and yoga[16] = 1 or odetyoga = 0 and yoga[16] = 1:'Sportswear 16 (strength <<yogaH[16]>>) <a href="exec:set numdres = 16 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 17 and yoga[17] = 1 or odetyoga = 0 and yoga[17] = 1:'Sportswear 17 (strength <<yogaH[17]>>) <a href="exec:set numdres = 17 & GT ''loker2'', ''yoga''">pass</a>'
-	if odetyoga = 1 and numdress ! 18 and yoga[18] = 1 or odetyoga = 0 and yoga[18] = 1:'Sportswear 18 (strength <<yogaH[18]>>) <a href="exec:set numdres = 18 & GT ''loker2'', ''yoga''">pass</a>'
-
-	if odetsarafan = 1 and numdress ! 1 and sarafan[1] = 1 or odetsarafan = 0 and sarafan[1] = 1:'Colorful, free sundress (strength <<sarafanH[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''sarafan''">pass</a>'
-	if odetsarafan = 1 and numdress ! 2 and sarafan[2] = 1 or odetsarafan = 0 and sarafan[2] = 1:'Bright, free sundress (strength <<sarafanH[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''sarafan''">pass</a>'
-
-	if odetshort = 1 and numdress ! 1 and short[1] = 1 or odetshort = 0 and short[1] = 1:'Black shorts with a purple T-shirt (strength <<shortH[1]>>, hip size <<shortB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''short''">surrender</a>'
-	if odetshort = 1 and numdress ! 2 and short[2] = 1 or odetshort = 0 and short[2] = 1:'Black shorts with striped jersey (strength <<shortH[2]>>, hip size <<shortB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''short''">surrender</a>'
-	if odetshort = 1 and numdress ! 3 and short[3] = 1 or odetshort = 0 and short[3] = 1:'Black shorts with a black T-shirt (strength <<shortH[3]>>, hip size <<shortB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''short''">surrender</a>'
-	if odetshort = 1 and numdress ! 4 and short[4] = 1 or odetshort = 0 and short[4] = 1:'Pink shorts with pink tops (strength <<shortH[4]>>, hip size <<shortB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''short''">surrender</a>'
-	if odetshort = 1 and numdress ! 5 and short[5] = 1 or odetshort = 0 and short[5] = 1:'Sexy white shorts (strength <<shortH[5]>>, hip size <<shortB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''short''">surrender</a>'
-
-	if odetskirt = 1 and numdress ! 1 and skirt[1] = 1 or odetskirt = 0 and skirt[1] = 1:'White skirt with a colorful blouse (strength <<skirtH[1]>>, hip size <<skirtB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''skirt''">surrender</a>'
-	if odetskirt = 1 and numdress ! 2 and skirt[2] = 1 or odetskirt = 0 and skirt[2] = 1:'Black leather skirt with a red sweater (strength <<skirtH[2]>>, hip size <<skirtB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''skirt''">surrender</a>'
-	if odetskirt = 1 and numdress ! 3 and skirt[3] = 1 or odetskirt = 0 and skirt[3] = 1:'White skirt with striped blouse (strength <<skirtH[3]>>, hip size <<skirtB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''skirt''">surrender</a>'
-	if odetskirt = 1 and numdress ! 4 and skirt[4] = 1 or odetskirt = 0 and skirt[4] = 1:'White skirt with a colorful blouse (strength <<skirtH[4]>>, hip size <<skirtB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''skirt''">surrender</a>'
-	if odetskirt = 1 and numdress ! 5 and skirt[5] = 1 or odetskirt = 0 and skirt[5] = 1:'Black leather skirt with a red blouse (strength <<skirtH[5]>>, hip size <<skirtB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''skirt''">surrender</a>'
-
-	if odetdress = 1 and numdress ! 1 and dress[1] = 1 or odetdress = 0 and dress[1] = 1:'Black dress (strength <<dressH[1]>>, hip size <<dressB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 2 and dress[2] = 1 or odetdress = 0 and dress[2] = 1:'Yellow dress (strength <<dressH[2]>>, hip size <<dressB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 3 and dress[3] = 1 or odetdress = 0 and dress[3] = 1:'Blue dress (strength <<dressH[3]>>, hip size <<dressB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 4 and dress[4] = 1 or odetdress = 0 and dress[4] = 1:'Black short dress (strength <<dressH[4]>>, hip size <<dressB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 5 and dress[5] = 1 or odetdress = 0 and dress[5] = 1:'Red long dress (strength <<dressH[5]>>, hip size <<dressB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 6 and dress[6] = 1 or odetdress = 0 and dress[6] = 1:'Red polka dot dress (strength <<dressH[6]>>, hip size <<dressB[6]>>) <a href="exec:set numdres = 6 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 7 and dress[7] = 1 or odetdress = 0 and dress[7] = 1:'Brown dress (strength <<dressH[7]>>, hip size <<dressB[7]>>) <a href="exec:set numdres = 7 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 8 and dress[8] = 1 or odetdress = 0 and dress[8] = 1:'Dress 8 (strength <<dressH[8]>>, hip size <<dressB[8]>>) <a href="exec:set numdres = 8 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 9 and dress[9] = 1 or odetdress = 0 and dress[9] = 1:'Dress 9 (strength <<dressH[9]>>, hip size <<dressB[9]>>) <a href="exec:set numdres = 9 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 10 and dress[10] = 1 or odetdress = 0 and dress[10] = 1:'dress 10 (strength <<dressH[10]>>, hip size <<dressB[10]>>) <a href="exec:set numdres = 10 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 11 and dress[11] = 1 or odetdress = 0 and dress[11] = 1:'Dress 11 (strength <<dressH[11]>>, hip size <<dressB[11]>>) <a href="exec:set numdres = 11 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 12 and dress[12] = 1 or odetdress = 0 and dress[12] = 1:'Dress 12 (strength <<dressH[12]>>, hip size <<dressB[12]>>) <a href="exec:set numdres = 12 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 13 and dress[13] = 1 or odetdress = 0 and dress[13] = 1:'Dress 13 (strength <<dressH[13]>>, hip size <<dressB[13]>>) <a href="exec:set numdres = 13 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 14 and dress[14] = 1 or odetdress = 0 and dress[14] = 1:'Dress 14 (strength <<dressH[14]>>, hip size <<dressB[14]>>) <a href="exec:set numdres = 14 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 15 and dress[15] = 1 or odetdress = 0 and dress[15] = 1:'Dress 15 (strength <<dressH[15]>>, hip size <<dressB[15]>>) <a href="exec:set numdres = 15 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 16 and dress[16] = 1 or odetdress = 0 and dress[16] = 1:'Dress 16 (strength <<dressH[16]>>, hip size <<dressB[16]>>) <a href="exec:set numdres = 16 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 17 and dress[17] = 1 or odetdress = 0 and dress[17] = 1:'Dress 17 (strength <<dressH[17]>>, hip size <<dressB[17]>>) <a href="exec:set numdres = 17 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 18 and dress[18] = 1 or odetdress = 0 and dress[18] = 1:'Dress 18 (strength <<dressH[18]>>, hip size <<dressB[18]>>) <a href="exec:set numdres = 18 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 19 and dress[19] = 1 or odetdress = 0 and dress[19] = 1:'Dress 19 (strength <<dressH[19]>>, hip size <<dressB[19]>>) <a href="exec:set numdres = 19 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 20 and dress[20] = 1 or odetdress = 0 and dress[20] = 1:'Dress 20 (strength <<dressH[20]>>, hip size <<dressB[20]>>) <a href="exec:set numdres = 20 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 21 and dress[21] = 1 or odetdress = 0 and dress[21] = 1:'Dress 21 (strength <<dressH[21]>>, hip size <<dressB[21]>>) <a href="exec:set numdres = 21 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 22 and dress[22] = 1 or odetdress = 0 and dress[22] = 1:'Dress 22 (strength <<dressH[22]>>, hip size <<dressB[22]>>) <a href="exec:set numdres = 22 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 23 and dress[23] = 1 or odetdress = 0 and dress[23] = 1:'Dress 23 (strength <<dressH[23]>>, hip size <<dressB[23]>>) <a href="exec:set numdres = 23 & GT ''loker2'', ''dress''">surrender</a>'
-	if odetdress = 1 and numdress ! 24 and dress[24] = 1 or odetdress = 0 and dress[24] = 1:'dress 24 (strength <<dressH[24]>>, hip size <<dressB[24]>>) <a href="exec:set numdres = 24 & GT ''loker2'', ''dress''">surrender</a>'
-
-	if odetprofi = 1 and numdress ! 1 and profi[1] = 1 or odetprofi = 0 and profi[1] = 1:'Office clothes 1 (strength <<profiH[1]>>, hip size <<profiB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 2 and profi[2] = 1 or odetprofi = 0 and profi[2] = 1:'Office dress 2 (strength <<profiH[2]>>, hip size <<profiB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''profi''">surrender</a>'
-
-	if odetpants = 1 and numdress ! 1 and pants[1] = 1 or odetpants = 0 and pants[1] = 1:'Tight black leggings with black top (strength <<pantsH[1]>>, hip size <<pantsB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''pants''">surrender</a>'
-	if odetpants = 1 and numdress ! 2 and pants[2] = 1 or odetpants = 0 and pants[2] = 1:'Tight black leggings with a red blouse (strength <<pantsH[2]>>, hip size <<pantsB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''pants''">surrender</a>'
-	if odetpants = 1 and numdress ! 3 and pants[3] = 1 or odetpants = 0 and pants[3] = 1:'Purple skinny leggings with black top (strength <<pantsH[3]>>, hip size <<pantsB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''pants''">surrender</a>'
-	if odetpants = 1 and numdress ! 4 and pants[4] = 1 or odetpants = 0 and pants[4] = 1:'Tight black leggings with black short topic (strength <<pantsH[4]>>, hip size <<pantsB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''pants''">surrender</a>'
-	if odetpants = 1 and numdress ! 5 and pants[5] = 1 or odetpants = 0 and pants[5] = 1:'White skinny jeans with a black top (strength <<pantsH[5]>>, hip size <<pantsB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''pants''">surrender</a>'
-
-	if odetlatex = 1 and numdress ! 1 and latex[1] = 1 or odetlatex = 0 and latex[1] = 1:'Black latex bodysuit (strength <<latexH[1]>>, hip size <<latexB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''latex''">surrender</a>'
-	if odetlatex = 1 and numdress ! 2 and latex[2] = 1 or odetlatex = 0 and latex[2] = 1:'Purple latex dress (strength <<latexH[2]>>, hip size <<latexB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''latex''">surrender</a>'
-
-	if odethooker = 1 and numdress ! 1 and hooker[1] = 1 or odethooker = 0 and hooker[1] = 1:'Prostitute outfit number 1 (strength <<hookerH[1]>>, hip size <<hookerB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 2 and hooker[2] = 1 or odethooker = 0 and hooker[2] = 1:'Prostitute outfit number 2 (strength <<hookerH[2]>>, hip size <<hookerB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 3 and hooker[3] = 1 or odethooker = 0 and hooker[3] = 1:'Prostitute outfit number 3 (strength <<hookerH[3]>>, hip size <<hookerB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 4 and hooker[4] = 1 or odethooker = 0 and hooker[4] = 1:'Prostitute outfit number 4 (strength <<hookerH[4]>>, hip size <<hookerB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 5 and hooker[5] = 1 or odethooker = 0 and hooker[5] = 1:'Prostitute outfit number 5 (strength <<hookerH[5]>>, hip size <<hookerB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''hooker''">surrender</a>'
-
-	if odetkis = 1 and numdress ! 1 and odekis[1] = 1 or odetkis = 0 and odekis[1] = 1:'Youth outfit number 1 (strength <<odekisH[1]>>, hip size <<odekisB[1]>>) <a href="exec:set numdres = 1 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 2 and odekis[2] = 1 or odetkis = 0 and odekis[2] = 1:'Youth outfit number 2 (strength <<odekisH[2]>>, hip size <<odekisB[2]>>) <a href="exec:set numdres = 2 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 3 and odekis[3] = 1 or odetkis = 0 and odekis[3] = 1:'Youth outfit number 3 (strength <<odekisH[3]>>, hip size <<odekisB[3]>>) <a href="exec:set numdres = 3 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 4 and odekis[4] = 1 or odetkis = 0 and odekis[4] = 1:'Youth outfit number 4 (strength <<odekisH[4]>>, hip size <<odekisB[4]>>) <a href="exec:set numdres = 4 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 5 and odekis[5] = 1 or odetkis = 0 and odekis[5] = 1:'Youth outfit number 5 (strength <<odekisH[5]>>, hip size <<odekisB[5]>>) <a href="exec:set numdres = 5 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 6 and odekis[6] = 1 or odetkis = 0 and odekis[6] = 1:'Youth outfit number 6 (strength <<odekisH[6]>>, hip size <<odekisB[6]>>) <a href="exec:set numdres = 6 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 7 and odekis[7] = 1 or odetkis = 0 and odekis[7] = 1:'Youth outfit number 7 (strength <<odekisH[7]>>, hip size <<odekisB[7]>>) <a href="exec:set numdres = 7 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 8 and odekis[8] = 1 or odetkis = 0 and odekis[8] = 1:'Youth outfit number 8 (strength <<odekisH[8]>>, hip size <<odekisB[8]>>) <a href="exec:set numdres = 8 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 9 and odekis[9] = 1 or odetkis = 0 and odekis[9] = 1:'Youth outfit number 9 (strength <<odekisH[9]>>, hip size <<odekisB[9]>>) <a href="exec:set numdres = 9 & GT ''loker2'', ''odekis''">surrender</a>'
-	if odetkis = 1 and numdress ! 10 and odekis[10] = 1 or odetkis = 0 and odekis[10] = 1:'Youth outfit number 10 (strength <<odekisH[10]>>, hip size <<odekisB[10]>>) <a href="exec:set numdres = 10 & GT ''loker2'', ''odekis''">surrender</a>'
-
-	if odetnewclo = 1 and numdress ! 1 and newclo[1] = 1 or odetnewclo = 0 and newclo[1] = 1:'Fashionista´s  number 1 (strength <<newcloH[1]>>, hip size <<newcloB[1]>>) <a href="exec:numdres = 1 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 2 and newclo[2] = 1 or odetnewclo = 0 and newclo[2] = 1:'Fashionista´s  number 2 (strength <<newcloH[2]>>, hip size <<newcloB[2]>>) <a href="exec:numdres = 2 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 3 and newclo[3] = 1 or odetnewclo = 0 and newclo[3] = 1:'Fashionista´s  number 3 (strength <<newcloH[3]>>, hip size <<newcloB[3]>>) <a href="exec:numdres = 3 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 4 and newclo[4] = 1 or odetnewclo = 0 and newclo[4] = 1:'Fashionista´s  number 4 (strength <<newcloH[4]>>, hip size <<newcloB[4]>>) <a href="exec:numdres = 4 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 5 and newclo[5] = 1 or odetnewclo = 0 and newclo[5] = 1:'Fashionista´s  number 5 (strength <<newcloH[5]>>, hip size <<newcloB[5]>>) <a href="exec:numdres = 5 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 6 and newclo[6] = 1 or odetnewclo = 0 and newclo[6] = 1:'Fashionista´s  number 6 (strength <<newcloH[6]>>, hip size <<newcloB[6]>>) <a href="exec:numdres = 6 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 7 and newclo[7] = 1 or odetnewclo = 0 and newclo[7] = 1:'Fashionista´s  number 7 (strength <<newcloH[7]>>, hip size <<newcloB[7]>>) <a href="exec:numdres = 7 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 8 and newclo[8] = 1 or odetnewclo = 0 and newclo[8] = 1:'Fashionista´s  number 8 (strength <<newcloH[8]>>, hip size <<newcloB[8]>>) <a href="exec:numdres = 8 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 9 and newclo[9] = 1 or odetnewclo = 0 and newclo[9] = 1:'Fashionista´s  number 9 (strength <<newcloH[9]>>, hip size <<newcloB[9]>>) <a href="exec:numdres = 9 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 10 and newclo[10] = 1 or odetnewclo = 0 and newclo[10] = 1:'Fashionista´s  number 10 (strength <<newcloH[10]>>, hip size <<newcloB[10]>>) <a href="exec:numdres = 10 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 11 and newclo[11] = 1 or odetnewclo = 0 and newclo[11] = 1:'Fashionista´s  number 11 (strength <<newcloH[11]>>, hip size <<newcloB[11]>>) <a href="exec:numdres = 11 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 12 and newclo[12] = 1 or odetnewclo = 0 and newclo[12] = 1:'Fashionista´s  number 12 (strength <<newcloH[12]>>, hip size <<newcloB[12]>>) <a href="exec:numdres = 12 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 13 and newclo[13] = 1 or odetnewclo = 0 and newclo[13] = 1:'Fashionista´s  number 13 (strength <<newcloH[13]>>, hip size <<newcloB[13]>>) <a href="exec:numdres = 13 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 14 and newclo[14] = 1 or odetnewclo = 0 and newclo[14] = 1:'Fashionista´s  number 14 (strength <<newcloH[14]>>, hip size <<newcloB[14]>>) <a href="exec:numdres = 14 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 15 and newclo[15] = 1 or odetnewclo = 0 and newclo[15] = 1:'Fashionista´s  number 15 (strength <<newcloH[15]>>, hip size <<newcloB[15]>>) <a href="exec:numdres = 15 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 16 and newclo[16] = 1 or odetnewclo = 0 and newclo[16] = 1:'Fashionista´s  number 16 (strength <<newcloH[16]>>, hip size <<newcloB[16]>>) <a href="exec:numdres = 16 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 17 and newclo[17] = 1 or odetnewclo = 0 and newclo[17] = 1:'Fashionista´s  number 17 (strength <<newcloH[17]>>, hip size <<newcloB[17]>>) <a href="exec:numdres = 17 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 18 and newclo[18] = 1 or odetnewclo = 0 and newclo[18] = 1:'Fashionista´s  number 18 (strength <<newcloH[18]>>, hip size <<newcloB[18]>>) <a href="exec:numdres = 18 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 19 and newclo[19] = 1 or odetnewclo = 0 and newclo[19] = 1:'Fashionista´s  number 19 (strength <<newcloH[19]>>, hip size <<newcloB[19]>>) <a href="exec:numdres = 19 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 20 and newclo[20] = 1 or odetnewclo = 0 and newclo[20] = 1:'Fashionista´s  number 20 (strength <<newcloH[20]>>, hip size <<newcloB[20]>>) <a href="exec:numdres = 20 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 21 and newclo[21] = 1 or odetnewclo = 0 and newclo[21] = 1:'Fashionista´s  number 21 (strength <<newcloH[21]>>, hip size <<newcloB[21]>>) <a href="exec:numdres = 21 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 22 and newclo[22] = 1 or odetnewclo = 0 and newclo[22] = 1:'Fashionista´s  number 22 (strength <<newcloH[22]>>, hip size <<newcloB[22]>>) <a href="exec:numdres = 22 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 23 and newclo[23] = 1 or odetnewclo = 0 and newclo[23] = 1:'Fashionista´s  number 23 (strength <<newcloH[23]>>, hip size <<newcloB[23]>>) <a href="exec:numdres = 23 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 24 and newclo[24] = 1 or odetnewclo = 0 and newclo[24] = 1:'Fashionista´s  number 24 (strength <<newcloH[24]>>, hip size <<newcloB[24]>>) <a href="exec:numdres = 24 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 25 and newclo[25] = 1 or odetnewclo = 0 and newclo[25] = 1:'Fashionista´s  number 25 (strength <<newcloH[25]>>, hip size <<newcloB[25]>>) <a href="exec:numdres = 25 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 26 and newclo[26] = 1 or odetnewclo = 0 and newclo[26] = 1:'Fashionista´s  number 26 (strength <<newcloH[26]>>, hip size <<newcloB[26]>>) <a href="exec:numdres = 26 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 27 and newclo[27] = 1 or odetnewclo = 0 and newclo[27] = 1:'Fashionista´s  number 27 (strength <<newcloH[27]>>, hip size <<newcloB[27]>>) <a href="exec:numdres = 27 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 28 and newclo[28] = 1 or odetnewclo = 0 and newclo[28] = 1:'Fashionista´s  number 28 (strength <<newcloH[28]>>, hip size <<newcloB[28]>>) <a href="exec:numdres = 28 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 29 and newclo[29] = 1 or odetnewclo = 0 and newclo[29] = 1:'Fashionista´s  number 29 (strength <<newcloH[29]>>, hip size <<newcloB[29]>>) <a href="exec:numdres = 29 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 30 and newclo[30] = 1 or odetnewclo = 0 and newclo[30] = 1:'Fashionista´s  number 30 (strength <<newcloH[30]>>, hip size <<newcloB[30]>>) <a href="exec:numdres = 30 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 31 and newclo[31] = 1 or odetnewclo = 0 and newclo[31] = 1:'Fashionista´s  number 31 (strength <<newcloH[31]>>, hip size <<newcloB[31]>>) <a href="exec:numdres = 31 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 32 and newclo[32] = 1 or odetnewclo = 0 and newclo[32] = 1:'Fashionista´s  number 32 (strength <<newcloH[32]>>, hip size <<newcloB[32]>>) <a href="exec:numdres = 32 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 33 and newclo[33] = 1 or odetnewclo = 0 and newclo[33] = 1:'Fashionista´s  number 33 (strength <<newcloH[33]>>, hip size <<newcloB[33]>>) <a href="exec:numdres = 33 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 34 and newclo[34] = 1 or odetnewclo = 0 and newclo[34] = 1:'Fashionista´s  number 34 (strength <<newcloH[34]>>, hip size <<newcloB[34]>>) <a href="exec:numdres = 34 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 35 and newclo[35] = 1 or odetnewclo = 0 and newclo[35] = 1:'Fashionista´s  number 35 (strength <<newcloH[35]>>, hip size <<newcloB[35]>>) <a href="exec:numdres = 35 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 36 and newclo[36] = 1 or odetnewclo = 0 and newclo[36] = 1:'Fashionista´s  number 36 (strength <<newcloH[36]>>, hip size <<newcloB[36]>>) <a href="exec:numdres = 36 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 37 and newclo[37] = 1 or odetnewclo = 0 and newclo[37] = 1:'Fashionista´s  number 37 (strength <<newcloH[37]>>, hip size <<newcloB[37]>>) <a href="exec:numdres = 37 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 38 and newclo[38] = 1 or odetnewclo = 0 and newclo[38] = 1:'Fashionista´s  number 38 (strength <<newcloH[38]>>, hip size <<newcloB[38]>>) <a href="exec:numdres = 38 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 39 and newclo[39] = 1 or odetnewclo = 0 and newclo[39] = 1:'Fashionista´s  number 39 (strength <<newcloH[39]>>, hip size <<newcloB[39]>>) <a href="exec:numdres = 39 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 40 and newclo[40] = 1 or odetnewclo = 0 and newclo[40] = 1:'Fashionista´s  number 40 (strength <<newcloH[40]>>, hip size <<newcloB[40]>>) <a href="exec:numdres = 40 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 41 and newclo[41] = 1 or odetnewclo = 0 and newclo[41] = 1:'Fashionista´s  number 41 (strength <<newcloH[41]>>, hip size <<newcloB[41]>>) <a href="exec:numdres = 41 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 42 and newclo[42] = 1 or odetnewclo = 0 and newclo[42] = 1:'Fashionista´s  number 42 (strength <<newcloH[42]>>, hip size <<newcloB[42]>>) <a href="exec:numdres = 42 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 43 and newclo[43] = 1 or odetnewclo = 0 and newclo[43] = 1:'Fashionista´s  number 43 (strength <<newcloH[43]>>, hip size <<newcloB[43]>>) <a href="exec:numdres = 43 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 44 and newclo[44] = 1 or odetnewclo = 0 and newclo[44] = 1:'Fashionista´s  number 44 (strength <<newcloH[44]>>, hip size <<newcloB[44]>>) <a href="exec:numdres = 44 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 45 and newclo[45] = 1 or odetnewclo = 0 and newclo[45] = 1:'Fashionista´s  number 45 (strength <<newcloH[45]>>, hip size <<newcloB[45]>>) <a href="exec:numdres = 45 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 46 and newclo[46] = 1 or odetnewclo = 0 and newclo[46] = 1:'Fashionista´s  number 46 (strength <<newcloH[46]>>, hip size <<newcloB[46]>>) <a href="exec:numdres = 46 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 47 and newclo[47] = 1 or odetnewclo = 0 and newclo[47] = 1:'Fashionista´s  number 47 (strength <<newcloH[47]>>, hip size <<newcloB[47]>>) <a href="exec:numdres = 47 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 48 and newclo[48] = 1 or odetnewclo = 0 and newclo[48] = 1:'Fashionista´s  number 48 (strength <<newcloH[48]>>, hip size <<newcloB[48]>>) <a href="exec:numdres = 48 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 49 and newclo[49] = 1 or odetnewclo = 0 and newclo[49] = 1:'Fashionista´s  number 49 (strength <<newcloH[49]>>, hip size <<newcloB[49]>>) <a href="exec:numdres = 49 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 50 and newclo[50] = 1 or odetnewclo = 0 and newclo[50] = 1:'Fashionista´s  number 50 (strength <<newcloH[50]>>, hip size <<newcloB[50]>>) <a href="exec:numdres = 50 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 51 and newclo[51] = 1 or odetnewclo = 0 and newclo[51] = 1:'Fashionista´s  number 51 (strength <<newcloH[51]>>, hip size <<newcloB[51]>>) <a href="exec:numdres = 51 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 52 and newclo[52] = 1 or odetnewclo = 0 and newclo[52] = 1:'Fashionista´s  number 52 (strength <<newcloH[52]>>, hip size <<newcloB[52]>>) <a href="exec:numdres = 52 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 53 and newclo[53] = 1 or odetnewclo = 0 and newclo[53] = 1:'Fashionista´s  number 53 (strength <<newcloH[53]>>, hip size <<newcloB[53]>>) <a href="exec:numdres = 53 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 54 and newclo[54] = 1 or odetnewclo = 0 and newclo[54] = 1:'Fashionista´s  number 54 (strength <<newcloH[54]>>, hip size <<newcloB[54]>>) <a href="exec:numdres = 54 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 55 and newclo[55] = 1 or odetnewclo = 0 and newclo[55] = 1:'Fashionista´s  number 55 (strength <<newcloH[55]>>, hip size <<newcloB[55]>>) <a href="exec:numdres = 55 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 56 and newclo[56] = 1 or odetnewclo = 0 and newclo[56] = 1:'Fashionista´s  number 56 (strength <<newcloH[56]>>, hip size <<newcloB[56]>>) <a href="exec:numdres = 56 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 57 and newclo[57] = 1 or odetnewclo = 0 and newclo[57] = 1:'Fashionista´s  number 57 (strength <<newcloH[57]>>, hip size <<newcloB[57]>>) <a href="exec:numdres = 57 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 58 and newclo[58] = 1 or odetnewclo = 0 and newclo[58] = 1:'Fashionista´s  number 58 (strength <<newcloH[58]>>, hip size <<newcloB[58]>>) <a href="exec:numdres = 58 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 59 and newclo[59] = 1 or odetnewclo = 0 and newclo[59] = 1:'Fashionista´s  number 59 (strength <<newcloH[59]>>, hip size <<newcloB[59]>>) <a href="exec:numdres = 59 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 60 and newclo[60] = 1 or odetnewclo = 0 and newclo[60] = 1:'Fashionista´s  number 60 (strength <<newcloH[60]>>, hip size <<newcloB[60]>>) <a href="exec:numdres = 60 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 61 and newclo[61] = 1 or odetnewclo = 0 and newclo[61] = 1:'Fashionista´s  number 61 (strength <<newcloH[61]>>, hip size <<newcloB[61]>>) <a href="exec:numdres = 61 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 62 and newclo[62] = 1 or odetnewclo = 0 and newclo[62] = 1:'Fashionista´s  number 62 (strength <<newcloH[62]>>, hip size <<newcloB[62]>>) <a href="exec:numdres = 62 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 63 and newclo[63] = 1 or odetnewclo = 0 and newclo[63] = 1:'Fashionista´s  number 63 (strength <<newcloH[63]>>, hip size <<newcloB[63]>>) <a href="exec:numdres = 63 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 64 and newclo[64] = 1 or odetnewclo = 0 and newclo[64] = 1:'Fashionista´s  number 64 (strength <<newcloH[64]>>, hip size <<newcloB[64]>>) <a href="exec:numdres = 64 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 65 and newclo[65] = 1 or odetnewclo = 0 and newclo[65] = 1:'Fashionista´s  number 65 (strength <<newcloH[65]>>, hip size <<newcloB[65]>>) <a href="exec:numdres = 65 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 66 and newclo[66] = 1 or odetnewclo = 0 and newclo[66] = 1:'Fashionista´s  number 66 (strength <<newcloH[66]>>, hip size <<newcloB[66]>>) <a href="exec:numdres = 66 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 67 and newclo[67] = 1 or odetnewclo = 0 and newclo[67] = 1:'Fashionista´s  number 67 (strength <<newcloH[67]>>, hip size <<newcloB[67]>>) <a href="exec:numdres = 67 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 68 and newclo[68] = 1 or odetnewclo = 0 and newclo[68] = 1:'Fashionista´s  number 68 (strength <<newcloH[68]>>, hip size <<newcloB[68]>>) <a href="exec:numdres = 68 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 69 and newclo[69] = 1 or odetnewclo = 0 and newclo[69] = 1:'Fashionista´s  number 69 (strength <<newcloH[69]>>, hip size <<newcloB[69]>>) <a href="exec:numdres = 69 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 70 and newclo[70] = 1 or odetnewclo = 0 and newclo[70] = 1:'Fashionista´s  number 70 (strength <<newcloH[70]>>, hip size <<newcloB[70]>>) <a href="exec:numdres = 70 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 71 and newclo[71] = 1 or odetnewclo = 0 and newclo[71] = 1:'Fashionista´s  number 71 (strength <<newcloH[71]>>, hip size <<newcloB[71]>>) <a href="exec:numdres = 71 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 72 and newclo[72] = 1 or odetnewclo = 0 and newclo[72] = 1:'Fashionista´s  number 72 (strength <<newcloH[72]>>, hip size <<newcloB[72]>>) <a href="exec:numdres = 72 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 73 and newclo[73] = 1 or odetnewclo = 0 and newclo[73] = 1:'Fashionista´s  number 73 (strength <<newcloH[73]>>, hip size <<newcloB[73]>>) <a href="exec:numdres = 73 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 74 and newclo[74] = 1 or odetnewclo = 0 and newclo[74] = 1:'Fashionista´s  number 74 (strength <<newcloH[74]>>, hip size <<newcloB[74]>>) <a href="exec:numdres = 74 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 75 and newclo[75] = 1 or odetnewclo = 0 and newclo[75] = 1:'Fashionista´s  number 75 (strength <<newcloH[75]>>, hip size <<newcloB[75]>>) <a href="exec:numdres = 75 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 76 and newclo[76] = 1 or odetnewclo = 0 and newclo[76] = 1:'Fashionista´s  number 76 (strength <<newcloH[76]>>, hip size <<newcloB[76]>>) <a href="exec:numdres = 76 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 77 and newclo[77] = 1 or odetnewclo = 0 and newclo[77] = 1:'Fashionista´s  number 77 (strength <<newcloH[77]>>, hip size <<newcloB[77]>>) <a href="exec:numdres = 77 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 78 and newclo[78] = 1 or odetnewclo = 0 and newclo[78] = 1:'Fashionista´s  number 78 (strength <<newcloH[78]>>, hip size <<newcloB[78]>>) <a href="exec:numdres = 78 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 79 and newclo[79] = 1 or odetnewclo = 0 and newclo[79] = 1:'Fashionista´s  number 79 (strength <<newcloH[79]>>, hip size <<newcloB[79]>>) <a href="exec:numdres = 79 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 80 and newclo[80] = 1 or odetnewclo = 0 and newclo[80] = 1:'Fashionista´s  number 80 (strength <<newcloH[80]>>, hip size <<newcloB[80]>>) <a href="exec:numdres = 80 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 81 and newclo[81] = 1 or odetnewclo = 0 and newclo[81] = 1:'Fashionista´s  number 81 (strength <<newcloH[81]>>, hip size <<newcloB[81]>>) <a href="exec:numdres = 81 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 82 and newclo[82] = 1 or odetnewclo = 0 and newclo[82] = 1:'Fashionista´s  number 82 (strength <<newcloH[82]>>, hip size <<newcloB[82]>>) <a href="exec:numdres = 82 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 83 and newclo[83] = 1 or odetnewclo = 0 and newclo[83] = 1:'Fashionista´s  number 83 (strength <<newcloH[83]>>, hip size <<newcloB[83]>>) <a href="exec:numdres = 83 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 84 and newclo[84] = 1 or odetnewclo = 0 and newclo[84] = 1:'Fashionista´s  number 84 (strength <<newcloH[84]>>, hip size <<newcloB[84]>>) <a href="exec:numdres = 84 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 85 and newclo[85] = 1 or odetnewclo = 0 and newclo[85] = 1:'Fashionista´s  number 85 (strength <<newcloH[85]>>, hip size <<newcloB[85]>>) <a href="exec:numdres = 85 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 86 and newclo[86] = 1 or odetnewclo = 0 and newclo[86] = 1:'Fashionista´s  number 86 (strength <<newcloH[86]>>, hip size <<newcloB[86]>>) <a href="exec:numdres = 86 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 87 and newclo[87] = 1 or odetnewclo = 0 and newclo[87] = 1:'Fashionista´s  number 87 (strength <<newcloH[87]>>, hip size <<newcloB[87]>>) <a href="exec:numdres = 87 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 88 and newclo[88] = 1 or odetnewclo = 0 and newclo[88] = 1:'Fashionista´s  number 88 (strength <<newcloH[88]>>, hip size <<newcloB[88]>>) <a href="exec:numdres = 88 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 89 and newclo[89] = 1 or odetnewclo = 0 and newclo[89] = 1:'Fashionista´s  number 89 (strength <<newcloH[89]>>, hip size <<newcloB[89]>>) <a href="exec:numdres = 89 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 90 and newclo[90] = 1 or odetnewclo = 0 and newclo[90] = 1:'Fashionista´s  number 90 (strength <<newcloH[90]>>, hip size <<newcloB[90]>>) <a href="exec:numdres = 90 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 91 and newclo[91] = 1 or odetnewclo = 0 and newclo[91] = 1:'Fashionista´s  number 91 (strength <<newcloH[91]>>, hip size <<newcloB[91]>>) <a href="exec:numdres = 91 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 92 and newclo[92] = 1 or odetnewclo = 0 and newclo[92] = 1:'Fashionista´s  number 92 (strength <<newcloH[92]>>, hip size <<newcloB[92]>>) <a href="exec:numdres = 92 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 93 and newclo[93] = 1 or odetnewclo = 0 and newclo[93] = 1:'Fashionista´s  number 93 (strength <<newcloH[93]>>, hip size <<newcloB[93]>>) <a href="exec:numdres = 93 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 94 and newclo[94] = 1 or odetnewclo = 0 and newclo[94] = 1:'Fashionista´s  number 94 (strength <<newcloH[94]>>, hip size <<newcloB[94]>>) <a href="exec:numdres = 94 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 95 and newclo[95] = 1 or odetnewclo = 0 and newclo[95] = 1:'Fashionista´s  number 95 (strength <<newcloH[95]>>, hip size <<newcloB[95]>>) <a href="exec:numdres = 95 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 96 and newclo[96] = 1 or odetnewclo = 0 and newclo[96] = 1:'Fashionista´s  number 96 (strength <<newcloH[96]>>, hip size <<newcloB[96]>>) <a href="exec:numdres = 96 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 97 and newclo[97] = 1 or odetnewclo = 0 and newclo[97] = 1:'Fashionista´s  number 97 (strength <<newcloH[97]>>, hip size <<newcloB[97]>>) <a href="exec:numdres = 97 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 98 and newclo[98] = 1 or odetnewclo = 0 and newclo[98] = 1:'Fashionista´s  number 98 (strength <<newcloH[98]>>, hip size <<newcloB[98]>>) <a href="exec:numdres = 98 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 99 and newclo[99] = 1 or odetnewclo = 0 and newclo[99] = 1:'Fashionista´s  number 99 (strength <<newcloH[99]>>, hip size <<newcloB[99]>>) <a href="exec:numdres = 99 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 100 and newclo[100] = 1 or odetnewclo = 0 and newclo[100] = 1:'Fashionista´s  number 100 (strength <<newcloH[100]>>, hip size <<newcloB[100]>>) <a href="exec:numdres = 100 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 101 and newclo[101] = 1 or odetnewclo = 0 and newclo[101] = 1:'Fashionista´s  number 101 (strength <<newcloH[101]>>, hip size <<newcloB[101]>>) <a href="exec:numdres = 101 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 102 and newclo[102] = 1 or odetnewclo = 0 and newclo[102] = 1:'Fashionista´s  number 102 (strength <<newcloH[102]>>, hip size <<newcloB[102]>>) <a href="exec:numdres = 102 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 103 and newclo[103] = 1 or odetnewclo = 0 and newclo[103] = 1:'Fashionista´s  number 103 (strength <<newcloH[103]>>, hip size <<newcloB[103]>>) <a href="exec:numdres = 103 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 104 and newclo[104] = 1 or odetnewclo = 0 and newclo[104] = 1:'Fashionista´s  number 104 (strength <<newcloH[104]>>, hip size <<newcloB[104]>>) <a href="exec:numdres = 104 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 105 and newclo[105] = 1 or odetnewclo = 0 and newclo[105] = 1:'Fashionista´s  number 105 (strength <<newcloH[105]>>, hip size <<newcloB[105]>>) <a href="exec:numdres = 105 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 106 and newclo[106] = 1 or odetnewclo = 0 and newclo[106] = 1:'Fashionista´s  number 106 (strength <<newcloH[106]>>, hip size <<newcloB[106]>>) <a href="exec:numdres = 106 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 107 and newclo[107] = 1 or odetnewclo = 0 and newclo[107] = 1:'Fashionista´s  number 107 (strength <<newcloH[107]>>, hip size <<newcloB[107]>>) <a href="exec:numdres = 107 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 108 and newclo[108] = 1 or odetnewclo = 0 and newclo[108] = 1:'Fashionista´s  number 108 (strength <<newcloH[108]>>, hip size <<newcloB[108]>>) <a href="exec:numdres = 108 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 109 and newclo[109] = 1 or odetnewclo = 0 and newclo[109] = 1:'Fashionista´s  number 109 (strength <<newcloH[109]>>, hip size <<newcloB[109]>>) <a href="exec:numdres = 109 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 110 and newclo[110] = 1 or odetnewclo = 0 and newclo[110] = 1:'Fashionista´s  number 110 (strength <<newcloH[110]>>, hip size <<newcloB[110]>>) <a href="exec:numdres = 110 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 111 and newclo[111] = 1 or odetnewclo = 0 and newclo[111] = 1:'Fashionista´s  number 111 (strength <<newcloH[111]>>, hip size <<newcloB[111]>>) <a href="exec:numdres = 111 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 112 and newclo[112] = 1 or odetnewclo = 0 and newclo[112] = 1:'Fashionista´s  number 112 (strength <<newcloH[112]>>, hip size <<newcloB[112]>>) <a href="exec:numdres = 112 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 113 and newclo[113] = 1 or odetnewclo = 0 and newclo[113] = 1:'Fashionista´s  number 113 (strength <<newcloH[113]>>, hip size <<newcloB[113]>>) <a href="exec:numdres = 113 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 114 and newclo[114] = 1 or odetnewclo = 0 and newclo[114] = 1:'Fashionista´s  number 114 (strength <<newcloH[114]>>, hip size <<newcloB[114]>>) <a href="exec:numdres = 114 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 115 and newclo[115] = 1 or odetnewclo = 0 and newclo[115] = 1:'Fashionista´s  number 115 (strength <<newcloH[115]>>, hip size <<newcloB[115]>>) <a href="exec:numdres = 115 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 116 and newclo[116] = 1 or odetnewclo = 0 and newclo[116] = 1:'Fashionista´s  number 116 (strength <<newcloH[116]>>, hip size <<newcloB[116]>>) <a href="exec:numdres = 116 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 117 and newclo[117] = 1 or odetnewclo = 0 and newclo[117] = 1:'Fashionista´s  number 117 (strength <<newcloH[117]>>, hip size <<newcloB[117]>>) <a href="exec:numdres = 117 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 118 and newclo[118] = 1 or odetnewclo = 0 and newclo[118] = 1:'Fashionista´s  number 118 (strength <<newcloH[118]>>, hip size <<newcloB[118]>>) <a href="exec:numdres = 118 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 119 and newclo[119] = 1 or odetnewclo = 0 and newclo[119] = 1:'Fashionista´s  number 119 (strength <<newcloH[119]>>, hip size <<newcloB[119]>>) <a href="exec:numdres = 119 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 120 and newclo[120] = 1 or odetnewclo = 0 and newclo[120] = 1:'Fashionista´s  number 120 (strength <<newcloH[120]>>, hip size <<newcloB[120]>>) <a href="exec:numdres = 120 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 121 and newclo[121] = 1 or odetnewclo = 0 and newclo[121] = 1:'Fashionista´s  number 121 (strength <<newcloH[121]>>, hip size <<newcloB[121]>>) <a href="exec:numdres = 121 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 122 and newclo[122] = 1 or odetnewclo = 0 and newclo[122] = 1:'Fashionista´s  number 122 (strength <<newcloH[122]>>, hip size <<newcloB[122]>>) <a href="exec:numdres = 122 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 123 and newclo[123] = 1 or odetnewclo = 0 and newclo[123] = 1:'Fashionista´s  number 123 (strength <<newcloH[123]>>, hip size <<newcloB[123]>>) <a href="exec:numdres = 123 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 124 and newclo[124] = 1 or odetnewclo = 0 and newclo[124] = 1:'Fashionista´s  number 124 (strength <<newcloH[124]>>, hip size <<newcloB[124]>>) <a href="exec:numdres = 124 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 125 and newclo[125] = 1 or odetnewclo = 0 and newclo[125] = 1:'Fashionista´s  number 125 (strength <<newcloH[125]>>, hip size <<newcloB[125]>>) <a href="exec:numdres = 125 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 126 and newclo[126] = 1 or odetnewclo = 0 and newclo[126] = 1:'Fashionista´s  number 126 (strength <<newcloH[126]>>, hip size <<newcloB[126]>>) <a href="exec:numdres = 126 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 127 and newclo[127] = 1 or odetnewclo = 0 and newclo[127] = 1:'Fashionista´s  number 127 (strength <<newcloH[127]>>, hip size <<newcloB[127]>>) <a href="exec:numdres = 127 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 128 and newclo[128] = 1 or odetnewclo = 0 and newclo[128] = 1:'Fashionista´s  number 128 (strength <<newcloH[128]>>, hip size <<newcloB[128]>>) <a href="exec:numdres = 128 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 129 and newclo[129] = 1 or odetnewclo = 0 and newclo[129] = 1:'Fashionista´s  number 129 (strength <<newcloH[129]>>, hip size <<newcloB[129]>>) <a href="exec:numdres = 129 & GT ''loker2'', ''newclo''">surrender</a>'
-	if odetnewclo = 1 and numdress ! 130 and newclo[130] = 1 or odetnewclo = 0 and newclo[130] = 1:'Fashionista´s  number 130 (strength <<newcloH[130]>>, hip size <<newcloB[130]>>) <a href="exec:numdres = 130 & GT ''loker2'', ''newclo''">surrender</a>'
+	if odetjeans = 1 and numdress ! 1 and jeans[1] = 1 or odetjeans = 0 and jeans[1] = 1:'Jeans 1 (strength <<jeansH[1]>>, hip size <<jeansB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''jeans''">surrender</a>'
+	if odetjeans = 1 and numdress ! 2 and jeans[2] = 1 or odetjeans = 0 and jeans[2] = 1:'Jeans 2 (strength <<jeansH[2]>>, hip size <<jeansB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''jeans''">surrender</a>'
+	if odetjeans = 1 and numdress ! 3 and jeans[3] = 1 or odetjeans = 0 and jeans[3] = 1:'Jeans 3 (strength <<jeansH[3]>>, hip size <<jeansB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''jeans''">surrender</a>'
+	if odetjeans = 1 and numdress ! 4 and jeans[4] = 1 or odetjeans = 0 and jeans[4] = 1:'Jeans 4 (strength <<jeansH[4]>>, hip size <<jeansB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''jeans''">surrender</a>'
+	if odetjeans = 1 and numdress ! 5 and jeans[5] = 1 or odetjeans = 0 and jeans[5] = 1:'Jeans 5 (strength <<jeansH[5]>>, hip size <<jeansB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''jeans''">surrender</a>'
+
+	if odetyoga = 1 and numdress ! 1 and yoga[1] = 1 or odetyoga = 0 and yoga[1] = 1:'Sportswear 1 (strength <<yogaH[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 2 and yoga[2] = 1 or odetyoga = 0 and yoga[2] = 1:'Sportswear 2 (strength <<yogaH[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 3 and yoga[3] = 1 or odetyoga = 0 and yoga[3] = 1:'Sportswear 3 (strength <<yogaH[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 4 and yoga[4] = 1 or odetyoga = 0 and yoga[4] = 1:'Sportswear 4 (strength <<yogaH[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 5 and yoga[5] = 1 or odetyoga = 0 and yoga[5] = 1:'Sportswear 5 (strength <<yogaH[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 6 and yoga[6] = 1 or odetyoga = 0 and yoga[6] = 1:'Sportswear 6 (strength <<yogaH[6]>>) <a href="exec:set numdres = 6 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 7 and yoga[7] = 1 or odetyoga = 0 and yoga[7] = 1:'Sportswear 7 (strength <<yogaH[7]>>) <a href="exec:set numdres = 7 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 8 and yoga[8] = 1 or odetyoga = 0 and yoga[8] = 1:'Sportswear 8 (strength <<yogaH[8]>>) <a href="exec:set numdres = 8 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 9 and yoga[9] = 1 or odetyoga = 0 and yoga[9] = 1:'Sportswear 9 (strength <<yogaH[9]>>) <a href="exec:set numdres = 9 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 10 and yoga[10] = 1 or odetyoga = 0 and yoga[10] = 1:'Sportswear 10 (strength <<yogaH[10]>>) <a href="exec:set numdres = 10 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 11 and yoga[11] = 1 or odetyoga = 0 and yoga[11] = 1:'Sportswear 11 (strength <<yogaH[11]>>) <a href="exec:set numdres = 11 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 12 and yoga[12] = 1 or odetyoga = 0 and yoga[12] = 1:'Sportswear 12 (strength <<yogaH[12]>>) <a href="exec:set numdres = 12 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 13 and yoga[13] = 1 or odetyoga = 0 and yoga[13] = 1:'Sportswear 13 (strength <<yogaH[13]>>) <a href="exec:set numdres = 13 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 14 and yoga[14] = 1 or odetyoga = 0 and yoga[14] = 1:'Sportswear 14 (strength <<yogaH[14]>>) <a href="exec:set numdres = 14 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 15 and yoga[15] = 1 or odetyoga = 0 and yoga[15] = 1:'Sportswear 15 (strength <<yogaH[15]>>) <a href="exec:set numdres = 15 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 16 and yoga[16] = 1 or odetyoga = 0 and yoga[16] = 1:'Sportswear 16 (strength <<yogaH[16]>>) <a href="exec:set numdres = 16 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 17 and yoga[17] = 1 or odetyoga = 0 and yoga[17] = 1:'Sportswear 17 (strength <<yogaH[17]>>) <a href="exec:set numdres = 17 & gt ''loker2'', ''yoga''">pass</a>'
+	if odetyoga = 1 and numdress ! 18 and yoga[18] = 1 or odetyoga = 0 and yoga[18] = 1:'Sportswear 18 (strength <<yogaH[18]>>) <a href="exec:set numdres = 18 & gt ''loker2'', ''yoga''">pass</a>'
+
+	if odetsarafan = 1 and numdress ! 1 and sarafan[1] = 1 or odetsarafan = 0 and sarafan[1] = 1:'Colorful, free sundress (strength <<sarafanH[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''sarafan''">pass</a>'
+	if odetsarafan = 1 and numdress ! 2 and sarafan[2] = 1 or odetsarafan = 0 and sarafan[2] = 1:'Bright, free sundress (strength <<sarafanH[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''sarafan''">pass</a>'
+
+	if odetshort = 1 and numdress ! 1 and short[1] = 1 or odetshort = 0 and short[1] = 1:'Black shorts with a purple T-shirt (strength <<shortH[1]>>, hip size <<shortB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''short''">surrender</a>'
+	if odetshort = 1 and numdress ! 2 and short[2] = 1 or odetshort = 0 and short[2] = 1:'Black shorts with striped jersey (strength <<shortH[2]>>, hip size <<shortB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''short''">surrender</a>'
+	if odetshort = 1 and numdress ! 3 and short[3] = 1 or odetshort = 0 and short[3] = 1:'Black shorts with a black T-shirt (strength <<shortH[3]>>, hip size <<shortB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''short''">surrender</a>'
+	if odetshort = 1 and numdress ! 4 and short[4] = 1 or odetshort = 0 and short[4] = 1:'Pink shorts with pink tops (strength <<shortH[4]>>, hip size <<shortB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''short''">surrender</a>'
+	if odetshort = 1 and numdress ! 5 and short[5] = 1 or odetshort = 0 and short[5] = 1:'Sexy white shorts (strength <<shortH[5]>>, hip size <<shortB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''short''">surrender</a>'
+
+	if odetskirt = 1 and numdress ! 1 and skirt[1] = 1 or odetskirt = 0 and skirt[1] = 1:'White skirt with a colorful blouse (strength <<skirtH[1]>>, hip size <<skirtB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''skirt''">surrender</a>'
+	if odetskirt = 1 and numdress ! 2 and skirt[2] = 1 or odetskirt = 0 and skirt[2] = 1:'Black leather skirt with a red sweater (strength <<skirtH[2]>>, hip size <<skirtB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''skirt''">surrender</a>'
+	if odetskirt = 1 and numdress ! 3 and skirt[3] = 1 or odetskirt = 0 and skirt[3] = 1:'White skirt with striped blouse (strength <<skirtH[3]>>, hip size <<skirtB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''skirt''">surrender</a>'
+	if odetskirt = 1 and numdress ! 4 and skirt[4] = 1 or odetskirt = 0 and skirt[4] = 1:'White skirt with a colorful blouse (strength <<skirtH[4]>>, hip size <<skirtB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''skirt''">surrender</a>'
+	if odetskirt = 1 and numdress ! 5 and skirt[5] = 1 or odetskirt = 0 and skirt[5] = 1:'Black leather skirt with a red blouse (strength <<skirtH[5]>>, hip size <<skirtB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''skirt''">surrender</a>'
+
+	if odetdress = 1 and numdress ! 1 and dress[1] = 1 or odetdress = 0 and dress[1] = 1:'Black dress (strength <<dressH[1]>>, hip size <<dressB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 2 and dress[2] = 1 or odetdress = 0 and dress[2] = 1:'Yellow dress (strength <<dressH[2]>>, hip size <<dressB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 3 and dress[3] = 1 or odetdress = 0 and dress[3] = 1:'Blue dress (strength <<dressH[3]>>, hip size <<dressB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 4 and dress[4] = 1 or odetdress = 0 and dress[4] = 1:'Black short dress (strength <<dressH[4]>>, hip size <<dressB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 5 and dress[5] = 1 or odetdress = 0 and dress[5] = 1:'Red long dress (strength <<dressH[5]>>, hip size <<dressB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 6 and dress[6] = 1 or odetdress = 0 and dress[6] = 1:'Red polka dot dress (strength <<dressH[6]>>, hip size <<dressB[6]>>) <a href="exec:set numdres = 6 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 7 and dress[7] = 1 or odetdress = 0 and dress[7] = 1:'Brown dress (strength <<dressH[7]>>, hip size <<dressB[7]>>) <a href="exec:set numdres = 7 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 8 and dress[8] = 1 or odetdress = 0 and dress[8] = 1:'Dress 8 (strength <<dressH[8]>>, hip size <<dressB[8]>>) <a href="exec:set numdres = 8 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 9 and dress[9] = 1 or odetdress = 0 and dress[9] = 1:'Dress 9 (strength <<dressH[9]>>, hip size <<dressB[9]>>) <a href="exec:set numdres = 9 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 10 and dress[10] = 1 or odetdress = 0 and dress[10] = 1:'dress 10 (strength <<dressH[10]>>, hip size <<dressB[10]>>) <a href="exec:set numdres = 10 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 11 and dress[11] = 1 or odetdress = 0 and dress[11] = 1:'Dress 11 (strength <<dressH[11]>>, hip size <<dressB[11]>>) <a href="exec:set numdres = 11 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 12 and dress[12] = 1 or odetdress = 0 and dress[12] = 1:'Dress 12 (strength <<dressH[12]>>, hip size <<dressB[12]>>) <a href="exec:set numdres = 12 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 13 and dress[13] = 1 or odetdress = 0 and dress[13] = 1:'Dress 13 (strength <<dressH[13]>>, hip size <<dressB[13]>>) <a href="exec:set numdres = 13 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 14 and dress[14] = 1 or odetdress = 0 and dress[14] = 1:'Dress 14 (strength <<dressH[14]>>, hip size <<dressB[14]>>) <a href="exec:set numdres = 14 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 15 and dress[15] = 1 or odetdress = 0 and dress[15] = 1:'Dress 15 (strength <<dressH[15]>>, hip size <<dressB[15]>>) <a href="exec:set numdres = 15 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 16 and dress[16] = 1 or odetdress = 0 and dress[16] = 1:'Dress 16 (strength <<dressH[16]>>, hip size <<dressB[16]>>) <a href="exec:set numdres = 16 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 17 and dress[17] = 1 or odetdress = 0 and dress[17] = 1:'Dress 17 (strength <<dressH[17]>>, hip size <<dressB[17]>>) <a href="exec:set numdres = 17 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 18 and dress[18] = 1 or odetdress = 0 and dress[18] = 1:'Dress 18 (strength <<dressH[18]>>, hip size <<dressB[18]>>) <a href="exec:set numdres = 18 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 19 and dress[19] = 1 or odetdress = 0 and dress[19] = 1:'Dress 19 (strength <<dressH[19]>>, hip size <<dressB[19]>>) <a href="exec:set numdres = 19 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 20 and dress[20] = 1 or odetdress = 0 and dress[20] = 1:'Dress 20 (strength <<dressH[20]>>, hip size <<dressB[20]>>) <a href="exec:set numdres = 20 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 21 and dress[21] = 1 or odetdress = 0 and dress[21] = 1:'Dress 21 (strength <<dressH[21]>>, hip size <<dressB[21]>>) <a href="exec:set numdres = 21 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 22 and dress[22] = 1 or odetdress = 0 and dress[22] = 1:'Dress 22 (strength <<dressH[22]>>, hip size <<dressB[22]>>) <a href="exec:set numdres = 22 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 23 and dress[23] = 1 or odetdress = 0 and dress[23] = 1:'Dress 23 (strength <<dressH[23]>>, hip size <<dressB[23]>>) <a href="exec:set numdres = 23 & gt ''loker2'', ''dress''">surrender</a>'
+	if odetdress = 1 and numdress ! 24 and dress[24] = 1 or odetdress = 0 and dress[24] = 1:'dress 24 (strength <<dressH[24]>>, hip size <<dressB[24]>>) <a href="exec:set numdres = 24 & gt ''loker2'', ''dress''">surrender</a>'
+
+	if odetprofi = 1 and numdress ! 1 and profi[1] = 1 or odetprofi = 0 and profi[1] = 1:'Office clothes 1 (strength <<profiH[1]>>, hip size <<profiB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 2 and profi[2] = 1 or odetprofi = 0 and profi[2] = 1:'Office dress 2 (strength <<profiH[2]>>, hip size <<profiB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''profi''">surrender</a>'
+
+	if odetpants = 1 and numdress ! 1 and pants[1] = 1 or odetpants = 0 and pants[1] = 1:'Tight black leggings with black top (strength <<pantsH[1]>>, hip size <<pantsB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''pants''">surrender</a>'
+	if odetpants = 1 and numdress ! 2 and pants[2] = 1 or odetpants = 0 and pants[2] = 1:'Tight black leggings with a red blouse (strength <<pantsH[2]>>, hip size <<pantsB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''pants''">surrender</a>'
+	if odetpants = 1 and numdress ! 3 and pants[3] = 1 or odetpants = 0 and pants[3] = 1:'Purple skinny leggings with black top (strength <<pantsH[3]>>, hip size <<pantsB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''pants''">surrender</a>'
+	if odetpants = 1 and numdress ! 4 and pants[4] = 1 or odetpants = 0 and pants[4] = 1:'Tight black leggings with black short topic (strength <<pantsH[4]>>, hip size <<pantsB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''pants''">surrender</a>'
+	if odetpants = 1 and numdress ! 5 and pants[5] = 1 or odetpants = 0 and pants[5] = 1:'White skinny jeans with a black top (strength <<pantsH[5]>>, hip size <<pantsB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''pants''">surrender</a>'
+
+	if odetlatex = 1 and numdress ! 1 and latex[1] = 1 or odetlatex = 0 and latex[1] = 1:'Black latex bodysuit (strength <<latexH[1]>>, hip size <<latexB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''latex''">surrender</a>'
+	if odetlatex = 1 and numdress ! 2 and latex[2] = 1 or odetlatex = 0 and latex[2] = 1:'Purple latex dress (strength <<latexH[2]>>, hip size <<latexB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''latex''">surrender</a>'
+
+	if odethooker = 1 and numdress ! 1 and hooker[1] = 1 or odethooker = 0 and hooker[1] = 1:'Prostitute outfit number 1 (strength <<hookerH[1]>>, hip size <<hookerB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 2 and hooker[2] = 1 or odethooker = 0 and hooker[2] = 1:'Prostitute outfit number 2 (strength <<hookerH[2]>>, hip size <<hookerB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 3 and hooker[3] = 1 or odethooker = 0 and hooker[3] = 1:'Prostitute outfit number 3 (strength <<hookerH[3]>>, hip size <<hookerB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 4 and hooker[4] = 1 or odethooker = 0 and hooker[4] = 1:'Prostitute outfit number 4 (strength <<hookerH[4]>>, hip size <<hookerB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 5 and hooker[5] = 1 or odethooker = 0 and hooker[5] = 1:'Prostitute outfit number 5 (strength <<hookerH[5]>>, hip size <<hookerB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''hooker''">surrender</a>'
+
+	if odetkis = 1 and numdress ! 1 and odekis[1] = 1 or odetkis = 0 and odekis[1] = 1:'Youth outfit number 1 (strength <<odekisH[1]>>, hip size <<odekisB[1]>>) <a href="exec:set numdres = 1 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 2 and odekis[2] = 1 or odetkis = 0 and odekis[2] = 1:'Youth outfit number 2 (strength <<odekisH[2]>>, hip size <<odekisB[2]>>) <a href="exec:set numdres = 2 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 3 and odekis[3] = 1 or odetkis = 0 and odekis[3] = 1:'Youth outfit number 3 (strength <<odekisH[3]>>, hip size <<odekisB[3]>>) <a href="exec:set numdres = 3 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 4 and odekis[4] = 1 or odetkis = 0 and odekis[4] = 1:'Youth outfit number 4 (strength <<odekisH[4]>>, hip size <<odekisB[4]>>) <a href="exec:set numdres = 4 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 5 and odekis[5] = 1 or odetkis = 0 and odekis[5] = 1:'Youth outfit number 5 (strength <<odekisH[5]>>, hip size <<odekisB[5]>>) <a href="exec:set numdres = 5 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 6 and odekis[6] = 1 or odetkis = 0 and odekis[6] = 1:'Youth outfit number 6 (strength <<odekisH[6]>>, hip size <<odekisB[6]>>) <a href="exec:set numdres = 6 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 7 and odekis[7] = 1 or odetkis = 0 and odekis[7] = 1:'Youth outfit number 7 (strength <<odekisH[7]>>, hip size <<odekisB[7]>>) <a href="exec:set numdres = 7 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 8 and odekis[8] = 1 or odetkis = 0 and odekis[8] = 1:'Youth outfit number 8 (strength <<odekisH[8]>>, hip size <<odekisB[8]>>) <a href="exec:set numdres = 8 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 9 and odekis[9] = 1 or odetkis = 0 and odekis[9] = 1:'Youth outfit number 9 (strength <<odekisH[9]>>, hip size <<odekisB[9]>>) <a href="exec:set numdres = 9 & gt ''loker2'', ''odekis''">surrender</a>'
+	if odetkis = 1 and numdress ! 10 and odekis[10] = 1 or odetkis = 0 and odekis[10] = 1:'Youth outfit number 10 (strength <<odekisH[10]>>, hip size <<odekisB[10]>>) <a href="exec:set numdres = 10 & gt ''loker2'', ''odekis''">surrender</a>'
+
+	if odetnewclo = 1 and numdress ! 1 and newclo[1] = 1 or odetnewclo = 0 and newclo[1] = 1:'Fashionista´s  number 1 (strength <<newcloH[1]>>, hip size <<newcloB[1]>>) <a href="exec:numdres = 1 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 2 and newclo[2] = 1 or odetnewclo = 0 and newclo[2] = 1:'Fashionista´s  number 2 (strength <<newcloH[2]>>, hip size <<newcloB[2]>>) <a href="exec:numdres = 2 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 3 and newclo[3] = 1 or odetnewclo = 0 and newclo[3] = 1:'Fashionista´s  number 3 (strength <<newcloH[3]>>, hip size <<newcloB[3]>>) <a href="exec:numdres = 3 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 4 and newclo[4] = 1 or odetnewclo = 0 and newclo[4] = 1:'Fashionista´s  number 4 (strength <<newcloH[4]>>, hip size <<newcloB[4]>>) <a href="exec:numdres = 4 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 5 and newclo[5] = 1 or odetnewclo = 0 and newclo[5] = 1:'Fashionista´s  number 5 (strength <<newcloH[5]>>, hip size <<newcloB[5]>>) <a href="exec:numdres = 5 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 6 and newclo[6] = 1 or odetnewclo = 0 and newclo[6] = 1:'Fashionista´s  number 6 (strength <<newcloH[6]>>, hip size <<newcloB[6]>>) <a href="exec:numdres = 6 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 7 and newclo[7] = 1 or odetnewclo = 0 and newclo[7] = 1:'Fashionista´s  number 7 (strength <<newcloH[7]>>, hip size <<newcloB[7]>>) <a href="exec:numdres = 7 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 8 and newclo[8] = 1 or odetnewclo = 0 and newclo[8] = 1:'Fashionista´s  number 8 (strength <<newcloH[8]>>, hip size <<newcloB[8]>>) <a href="exec:numdres = 8 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 9 and newclo[9] = 1 or odetnewclo = 0 and newclo[9] = 1:'Fashionista´s  number 9 (strength <<newcloH[9]>>, hip size <<newcloB[9]>>) <a href="exec:numdres = 9 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 10 and newclo[10] = 1 or odetnewclo = 0 and newclo[10] = 1:'Fashionista´s  number 10 (strength <<newcloH[10]>>, hip size <<newcloB[10]>>) <a href="exec:numdres = 10 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 11 and newclo[11] = 1 or odetnewclo = 0 and newclo[11] = 1:'Fashionista´s  number 11 (strength <<newcloH[11]>>, hip size <<newcloB[11]>>) <a href="exec:numdres = 11 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 12 and newclo[12] = 1 or odetnewclo = 0 and newclo[12] = 1:'Fashionista´s  number 12 (strength <<newcloH[12]>>, hip size <<newcloB[12]>>) <a href="exec:numdres = 12 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 13 and newclo[13] = 1 or odetnewclo = 0 and newclo[13] = 1:'Fashionista´s  number 13 (strength <<newcloH[13]>>, hip size <<newcloB[13]>>) <a href="exec:numdres = 13 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 14 and newclo[14] = 1 or odetnewclo = 0 and newclo[14] = 1:'Fashionista´s  number 14 (strength <<newcloH[14]>>, hip size <<newcloB[14]>>) <a href="exec:numdres = 14 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 15 and newclo[15] = 1 or odetnewclo = 0 and newclo[15] = 1:'Fashionista´s  number 15 (strength <<newcloH[15]>>, hip size <<newcloB[15]>>) <a href="exec:numdres = 15 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 16 and newclo[16] = 1 or odetnewclo = 0 and newclo[16] = 1:'Fashionista´s  number 16 (strength <<newcloH[16]>>, hip size <<newcloB[16]>>) <a href="exec:numdres = 16 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 17 and newclo[17] = 1 or odetnewclo = 0 and newclo[17] = 1:'Fashionista´s  number 17 (strength <<newcloH[17]>>, hip size <<newcloB[17]>>) <a href="exec:numdres = 17 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 18 and newclo[18] = 1 or odetnewclo = 0 and newclo[18] = 1:'Fashionista´s  number 18 (strength <<newcloH[18]>>, hip size <<newcloB[18]>>) <a href="exec:numdres = 18 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 19 and newclo[19] = 1 or odetnewclo = 0 and newclo[19] = 1:'Fashionista´s  number 19 (strength <<newcloH[19]>>, hip size <<newcloB[19]>>) <a href="exec:numdres = 19 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 20 and newclo[20] = 1 or odetnewclo = 0 and newclo[20] = 1:'Fashionista´s  number 20 (strength <<newcloH[20]>>, hip size <<newcloB[20]>>) <a href="exec:numdres = 20 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 21 and newclo[21] = 1 or odetnewclo = 0 and newclo[21] = 1:'Fashionista´s  number 21 (strength <<newcloH[21]>>, hip size <<newcloB[21]>>) <a href="exec:numdres = 21 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 22 and newclo[22] = 1 or odetnewclo = 0 and newclo[22] = 1:'Fashionista´s  number 22 (strength <<newcloH[22]>>, hip size <<newcloB[22]>>) <a href="exec:numdres = 22 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 23 and newclo[23] = 1 or odetnewclo = 0 and newclo[23] = 1:'Fashionista´s  number 23 (strength <<newcloH[23]>>, hip size <<newcloB[23]>>) <a href="exec:numdres = 23 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 24 and newclo[24] = 1 or odetnewclo = 0 and newclo[24] = 1:'Fashionista´s  number 24 (strength <<newcloH[24]>>, hip size <<newcloB[24]>>) <a href="exec:numdres = 24 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 25 and newclo[25] = 1 or odetnewclo = 0 and newclo[25] = 1:'Fashionista´s  number 25 (strength <<newcloH[25]>>, hip size <<newcloB[25]>>) <a href="exec:numdres = 25 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 26 and newclo[26] = 1 or odetnewclo = 0 and newclo[26] = 1:'Fashionista´s  number 26 (strength <<newcloH[26]>>, hip size <<newcloB[26]>>) <a href="exec:numdres = 26 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 27 and newclo[27] = 1 or odetnewclo = 0 and newclo[27] = 1:'Fashionista´s  number 27 (strength <<newcloH[27]>>, hip size <<newcloB[27]>>) <a href="exec:numdres = 27 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 28 and newclo[28] = 1 or odetnewclo = 0 and newclo[28] = 1:'Fashionista´s  number 28 (strength <<newcloH[28]>>, hip size <<newcloB[28]>>) <a href="exec:numdres = 28 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 29 and newclo[29] = 1 or odetnewclo = 0 and newclo[29] = 1:'Fashionista´s  number 29 (strength <<newcloH[29]>>, hip size <<newcloB[29]>>) <a href="exec:numdres = 29 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 30 and newclo[30] = 1 or odetnewclo = 0 and newclo[30] = 1:'Fashionista´s  number 30 (strength <<newcloH[30]>>, hip size <<newcloB[30]>>) <a href="exec:numdres = 30 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 31 and newclo[31] = 1 or odetnewclo = 0 and newclo[31] = 1:'Fashionista´s  number 31 (strength <<newcloH[31]>>, hip size <<newcloB[31]>>) <a href="exec:numdres = 31 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 32 and newclo[32] = 1 or odetnewclo = 0 and newclo[32] = 1:'Fashionista´s  number 32 (strength <<newcloH[32]>>, hip size <<newcloB[32]>>) <a href="exec:numdres = 32 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 33 and newclo[33] = 1 or odetnewclo = 0 and newclo[33] = 1:'Fashionista´s  number 33 (strength <<newcloH[33]>>, hip size <<newcloB[33]>>) <a href="exec:numdres = 33 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 34 and newclo[34] = 1 or odetnewclo = 0 and newclo[34] = 1:'Fashionista´s  number 34 (strength <<newcloH[34]>>, hip size <<newcloB[34]>>) <a href="exec:numdres = 34 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 35 and newclo[35] = 1 or odetnewclo = 0 and newclo[35] = 1:'Fashionista´s  number 35 (strength <<newcloH[35]>>, hip size <<newcloB[35]>>) <a href="exec:numdres = 35 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 36 and newclo[36] = 1 or odetnewclo = 0 and newclo[36] = 1:'Fashionista´s  number 36 (strength <<newcloH[36]>>, hip size <<newcloB[36]>>) <a href="exec:numdres = 36 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 37 and newclo[37] = 1 or odetnewclo = 0 and newclo[37] = 1:'Fashionista´s  number 37 (strength <<newcloH[37]>>, hip size <<newcloB[37]>>) <a href="exec:numdres = 37 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 38 and newclo[38] = 1 or odetnewclo = 0 and newclo[38] = 1:'Fashionista´s  number 38 (strength <<newcloH[38]>>, hip size <<newcloB[38]>>) <a href="exec:numdres = 38 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 39 and newclo[39] = 1 or odetnewclo = 0 and newclo[39] = 1:'Fashionista´s  number 39 (strength <<newcloH[39]>>, hip size <<newcloB[39]>>) <a href="exec:numdres = 39 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 40 and newclo[40] = 1 or odetnewclo = 0 and newclo[40] = 1:'Fashionista´s  number 40 (strength <<newcloH[40]>>, hip size <<newcloB[40]>>) <a href="exec:numdres = 40 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 41 and newclo[41] = 1 or odetnewclo = 0 and newclo[41] = 1:'Fashionista´s  number 41 (strength <<newcloH[41]>>, hip size <<newcloB[41]>>) <a href="exec:numdres = 41 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 42 and newclo[42] = 1 or odetnewclo = 0 and newclo[42] = 1:'Fashionista´s  number 42 (strength <<newcloH[42]>>, hip size <<newcloB[42]>>) <a href="exec:numdres = 42 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 43 and newclo[43] = 1 or odetnewclo = 0 and newclo[43] = 1:'Fashionista´s  number 43 (strength <<newcloH[43]>>, hip size <<newcloB[43]>>) <a href="exec:numdres = 43 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 44 and newclo[44] = 1 or odetnewclo = 0 and newclo[44] = 1:'Fashionista´s  number 44 (strength <<newcloH[44]>>, hip size <<newcloB[44]>>) <a href="exec:numdres = 44 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 45 and newclo[45] = 1 or odetnewclo = 0 and newclo[45] = 1:'Fashionista´s  number 45 (strength <<newcloH[45]>>, hip size <<newcloB[45]>>) <a href="exec:numdres = 45 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 46 and newclo[46] = 1 or odetnewclo = 0 and newclo[46] = 1:'Fashionista´s  number 46 (strength <<newcloH[46]>>, hip size <<newcloB[46]>>) <a href="exec:numdres = 46 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 47 and newclo[47] = 1 or odetnewclo = 0 and newclo[47] = 1:'Fashionista´s  number 47 (strength <<newcloH[47]>>, hip size <<newcloB[47]>>) <a href="exec:numdres = 47 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 48 and newclo[48] = 1 or odetnewclo = 0 and newclo[48] = 1:'Fashionista´s  number 48 (strength <<newcloH[48]>>, hip size <<newcloB[48]>>) <a href="exec:numdres = 48 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 49 and newclo[49] = 1 or odetnewclo = 0 and newclo[49] = 1:'Fashionista´s  number 49 (strength <<newcloH[49]>>, hip size <<newcloB[49]>>) <a href="exec:numdres = 49 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 50 and newclo[50] = 1 or odetnewclo = 0 and newclo[50] = 1:'Fashionista´s  number 50 (strength <<newcloH[50]>>, hip size <<newcloB[50]>>) <a href="exec:numdres = 50 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 51 and newclo[51] = 1 or odetnewclo = 0 and newclo[51] = 1:'Fashionista´s  number 51 (strength <<newcloH[51]>>, hip size <<newcloB[51]>>) <a href="exec:numdres = 51 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 52 and newclo[52] = 1 or odetnewclo = 0 and newclo[52] = 1:'Fashionista´s  number 52 (strength <<newcloH[52]>>, hip size <<newcloB[52]>>) <a href="exec:numdres = 52 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 53 and newclo[53] = 1 or odetnewclo = 0 and newclo[53] = 1:'Fashionista´s  number 53 (strength <<newcloH[53]>>, hip size <<newcloB[53]>>) <a href="exec:numdres = 53 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 54 and newclo[54] = 1 or odetnewclo = 0 and newclo[54] = 1:'Fashionista´s  number 54 (strength <<newcloH[54]>>, hip size <<newcloB[54]>>) <a href="exec:numdres = 54 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 55 and newclo[55] = 1 or odetnewclo = 0 and newclo[55] = 1:'Fashionista´s  number 55 (strength <<newcloH[55]>>, hip size <<newcloB[55]>>) <a href="exec:numdres = 55 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 56 and newclo[56] = 1 or odetnewclo = 0 and newclo[56] = 1:'Fashionista´s  number 56 (strength <<newcloH[56]>>, hip size <<newcloB[56]>>) <a href="exec:numdres = 56 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 57 and newclo[57] = 1 or odetnewclo = 0 and newclo[57] = 1:'Fashionista´s  number 57 (strength <<newcloH[57]>>, hip size <<newcloB[57]>>) <a href="exec:numdres = 57 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 58 and newclo[58] = 1 or odetnewclo = 0 and newclo[58] = 1:'Fashionista´s  number 58 (strength <<newcloH[58]>>, hip size <<newcloB[58]>>) <a href="exec:numdres = 58 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 59 and newclo[59] = 1 or odetnewclo = 0 and newclo[59] = 1:'Fashionista´s  number 59 (strength <<newcloH[59]>>, hip size <<newcloB[59]>>) <a href="exec:numdres = 59 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 60 and newclo[60] = 1 or odetnewclo = 0 and newclo[60] = 1:'Fashionista´s  number 60 (strength <<newcloH[60]>>, hip size <<newcloB[60]>>) <a href="exec:numdres = 60 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 61 and newclo[61] = 1 or odetnewclo = 0 and newclo[61] = 1:'Fashionista´s  number 61 (strength <<newcloH[61]>>, hip size <<newcloB[61]>>) <a href="exec:numdres = 61 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 62 and newclo[62] = 1 or odetnewclo = 0 and newclo[62] = 1:'Fashionista´s  number 62 (strength <<newcloH[62]>>, hip size <<newcloB[62]>>) <a href="exec:numdres = 62 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 63 and newclo[63] = 1 or odetnewclo = 0 and newclo[63] = 1:'Fashionista´s  number 63 (strength <<newcloH[63]>>, hip size <<newcloB[63]>>) <a href="exec:numdres = 63 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 64 and newclo[64] = 1 or odetnewclo = 0 and newclo[64] = 1:'Fashionista´s  number 64 (strength <<newcloH[64]>>, hip size <<newcloB[64]>>) <a href="exec:numdres = 64 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 65 and newclo[65] = 1 or odetnewclo = 0 and newclo[65] = 1:'Fashionista´s  number 65 (strength <<newcloH[65]>>, hip size <<newcloB[65]>>) <a href="exec:numdres = 65 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 66 and newclo[66] = 1 or odetnewclo = 0 and newclo[66] = 1:'Fashionista´s  number 66 (strength <<newcloH[66]>>, hip size <<newcloB[66]>>) <a href="exec:numdres = 66 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 67 and newclo[67] = 1 or odetnewclo = 0 and newclo[67] = 1:'Fashionista´s  number 67 (strength <<newcloH[67]>>, hip size <<newcloB[67]>>) <a href="exec:numdres = 67 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 68 and newclo[68] = 1 or odetnewclo = 0 and newclo[68] = 1:'Fashionista´s  number 68 (strength <<newcloH[68]>>, hip size <<newcloB[68]>>) <a href="exec:numdres = 68 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 69 and newclo[69] = 1 or odetnewclo = 0 and newclo[69] = 1:'Fashionista´s  number 69 (strength <<newcloH[69]>>, hip size <<newcloB[69]>>) <a href="exec:numdres = 69 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 70 and newclo[70] = 1 or odetnewclo = 0 and newclo[70] = 1:'Fashionista´s  number 70 (strength <<newcloH[70]>>, hip size <<newcloB[70]>>) <a href="exec:numdres = 70 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 71 and newclo[71] = 1 or odetnewclo = 0 and newclo[71] = 1:'Fashionista´s  number 71 (strength <<newcloH[71]>>, hip size <<newcloB[71]>>) <a href="exec:numdres = 71 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 72 and newclo[72] = 1 or odetnewclo = 0 and newclo[72] = 1:'Fashionista´s  number 72 (strength <<newcloH[72]>>, hip size <<newcloB[72]>>) <a href="exec:numdres = 72 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 73 and newclo[73] = 1 or odetnewclo = 0 and newclo[73] = 1:'Fashionista´s  number 73 (strength <<newcloH[73]>>, hip size <<newcloB[73]>>) <a href="exec:numdres = 73 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 74 and newclo[74] = 1 or odetnewclo = 0 and newclo[74] = 1:'Fashionista´s  number 74 (strength <<newcloH[74]>>, hip size <<newcloB[74]>>) <a href="exec:numdres = 74 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 75 and newclo[75] = 1 or odetnewclo = 0 and newclo[75] = 1:'Fashionista´s  number 75 (strength <<newcloH[75]>>, hip size <<newcloB[75]>>) <a href="exec:numdres = 75 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 76 and newclo[76] = 1 or odetnewclo = 0 and newclo[76] = 1:'Fashionista´s  number 76 (strength <<newcloH[76]>>, hip size <<newcloB[76]>>) <a href="exec:numdres = 76 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 77 and newclo[77] = 1 or odetnewclo = 0 and newclo[77] = 1:'Fashionista´s  number 77 (strength <<newcloH[77]>>, hip size <<newcloB[77]>>) <a href="exec:numdres = 77 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 78 and newclo[78] = 1 or odetnewclo = 0 and newclo[78] = 1:'Fashionista´s  number 78 (strength <<newcloH[78]>>, hip size <<newcloB[78]>>) <a href="exec:numdres = 78 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 79 and newclo[79] = 1 or odetnewclo = 0 and newclo[79] = 1:'Fashionista´s  number 79 (strength <<newcloH[79]>>, hip size <<newcloB[79]>>) <a href="exec:numdres = 79 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 80 and newclo[80] = 1 or odetnewclo = 0 and newclo[80] = 1:'Fashionista´s  number 80 (strength <<newcloH[80]>>, hip size <<newcloB[80]>>) <a href="exec:numdres = 80 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 81 and newclo[81] = 1 or odetnewclo = 0 and newclo[81] = 1:'Fashionista´s  number 81 (strength <<newcloH[81]>>, hip size <<newcloB[81]>>) <a href="exec:numdres = 81 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 82 and newclo[82] = 1 or odetnewclo = 0 and newclo[82] = 1:'Fashionista´s  number 82 (strength <<newcloH[82]>>, hip size <<newcloB[82]>>) <a href="exec:numdres = 82 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 83 and newclo[83] = 1 or odetnewclo = 0 and newclo[83] = 1:'Fashionista´s  number 83 (strength <<newcloH[83]>>, hip size <<newcloB[83]>>) <a href="exec:numdres = 83 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 84 and newclo[84] = 1 or odetnewclo = 0 and newclo[84] = 1:'Fashionista´s  number 84 (strength <<newcloH[84]>>, hip size <<newcloB[84]>>) <a href="exec:numdres = 84 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 85 and newclo[85] = 1 or odetnewclo = 0 and newclo[85] = 1:'Fashionista´s  number 85 (strength <<newcloH[85]>>, hip size <<newcloB[85]>>) <a href="exec:numdres = 85 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 86 and newclo[86] = 1 or odetnewclo = 0 and newclo[86] = 1:'Fashionista´s  number 86 (strength <<newcloH[86]>>, hip size <<newcloB[86]>>) <a href="exec:numdres = 86 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 87 and newclo[87] = 1 or odetnewclo = 0 and newclo[87] = 1:'Fashionista´s  number 87 (strength <<newcloH[87]>>, hip size <<newcloB[87]>>) <a href="exec:numdres = 87 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 88 and newclo[88] = 1 or odetnewclo = 0 and newclo[88] = 1:'Fashionista´s  number 88 (strength <<newcloH[88]>>, hip size <<newcloB[88]>>) <a href="exec:numdres = 88 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 89 and newclo[89] = 1 or odetnewclo = 0 and newclo[89] = 1:'Fashionista´s  number 89 (strength <<newcloH[89]>>, hip size <<newcloB[89]>>) <a href="exec:numdres = 89 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 90 and newclo[90] = 1 or odetnewclo = 0 and newclo[90] = 1:'Fashionista´s  number 90 (strength <<newcloH[90]>>, hip size <<newcloB[90]>>) <a href="exec:numdres = 90 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 91 and newclo[91] = 1 or odetnewclo = 0 and newclo[91] = 1:'Fashionista´s  number 91 (strength <<newcloH[91]>>, hip size <<newcloB[91]>>) <a href="exec:numdres = 91 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 92 and newclo[92] = 1 or odetnewclo = 0 and newclo[92] = 1:'Fashionista´s  number 92 (strength <<newcloH[92]>>, hip size <<newcloB[92]>>) <a href="exec:numdres = 92 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 93 and newclo[93] = 1 or odetnewclo = 0 and newclo[93] = 1:'Fashionista´s  number 93 (strength <<newcloH[93]>>, hip size <<newcloB[93]>>) <a href="exec:numdres = 93 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 94 and newclo[94] = 1 or odetnewclo = 0 and newclo[94] = 1:'Fashionista´s  number 94 (strength <<newcloH[94]>>, hip size <<newcloB[94]>>) <a href="exec:numdres = 94 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 95 and newclo[95] = 1 or odetnewclo = 0 and newclo[95] = 1:'Fashionista´s  number 95 (strength <<newcloH[95]>>, hip size <<newcloB[95]>>) <a href="exec:numdres = 95 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 96 and newclo[96] = 1 or odetnewclo = 0 and newclo[96] = 1:'Fashionista´s  number 96 (strength <<newcloH[96]>>, hip size <<newcloB[96]>>) <a href="exec:numdres = 96 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 97 and newclo[97] = 1 or odetnewclo = 0 and newclo[97] = 1:'Fashionista´s  number 97 (strength <<newcloH[97]>>, hip size <<newcloB[97]>>) <a href="exec:numdres = 97 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 98 and newclo[98] = 1 or odetnewclo = 0 and newclo[98] = 1:'Fashionista´s  number 98 (strength <<newcloH[98]>>, hip size <<newcloB[98]>>) <a href="exec:numdres = 98 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 99 and newclo[99] = 1 or odetnewclo = 0 and newclo[99] = 1:'Fashionista´s  number 99 (strength <<newcloH[99]>>, hip size <<newcloB[99]>>) <a href="exec:numdres = 99 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 100 and newclo[100] = 1 or odetnewclo = 0 and newclo[100] = 1:'Fashionista´s  number 100 (strength <<newcloH[100]>>, hip size <<newcloB[100]>>) <a href="exec:numdres = 100 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 101 and newclo[101] = 1 or odetnewclo = 0 and newclo[101] = 1:'Fashionista´s  number 101 (strength <<newcloH[101]>>, hip size <<newcloB[101]>>) <a href="exec:numdres = 101 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 102 and newclo[102] = 1 or odetnewclo = 0 and newclo[102] = 1:'Fashionista´s  number 102 (strength <<newcloH[102]>>, hip size <<newcloB[102]>>) <a href="exec:numdres = 102 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 103 and newclo[103] = 1 or odetnewclo = 0 and newclo[103] = 1:'Fashionista´s  number 103 (strength <<newcloH[103]>>, hip size <<newcloB[103]>>) <a href="exec:numdres = 103 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 104 and newclo[104] = 1 or odetnewclo = 0 and newclo[104] = 1:'Fashionista´s  number 104 (strength <<newcloH[104]>>, hip size <<newcloB[104]>>) <a href="exec:numdres = 104 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 105 and newclo[105] = 1 or odetnewclo = 0 and newclo[105] = 1:'Fashionista´s  number 105 (strength <<newcloH[105]>>, hip size <<newcloB[105]>>) <a href="exec:numdres = 105 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 106 and newclo[106] = 1 or odetnewclo = 0 and newclo[106] = 1:'Fashionista´s  number 106 (strength <<newcloH[106]>>, hip size <<newcloB[106]>>) <a href="exec:numdres = 106 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 107 and newclo[107] = 1 or odetnewclo = 0 and newclo[107] = 1:'Fashionista´s  number 107 (strength <<newcloH[107]>>, hip size <<newcloB[107]>>) <a href="exec:numdres = 107 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 108 and newclo[108] = 1 or odetnewclo = 0 and newclo[108] = 1:'Fashionista´s  number 108 (strength <<newcloH[108]>>, hip size <<newcloB[108]>>) <a href="exec:numdres = 108 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 109 and newclo[109] = 1 or odetnewclo = 0 and newclo[109] = 1:'Fashionista´s  number 109 (strength <<newcloH[109]>>, hip size <<newcloB[109]>>) <a href="exec:numdres = 109 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 110 and newclo[110] = 1 or odetnewclo = 0 and newclo[110] = 1:'Fashionista´s  number 110 (strength <<newcloH[110]>>, hip size <<newcloB[110]>>) <a href="exec:numdres = 110 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 111 and newclo[111] = 1 or odetnewclo = 0 and newclo[111] = 1:'Fashionista´s  number 111 (strength <<newcloH[111]>>, hip size <<newcloB[111]>>) <a href="exec:numdres = 111 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 112 and newclo[112] = 1 or odetnewclo = 0 and newclo[112] = 1:'Fashionista´s  number 112 (strength <<newcloH[112]>>, hip size <<newcloB[112]>>) <a href="exec:numdres = 112 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 113 and newclo[113] = 1 or odetnewclo = 0 and newclo[113] = 1:'Fashionista´s  number 113 (strength <<newcloH[113]>>, hip size <<newcloB[113]>>) <a href="exec:numdres = 113 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 114 and newclo[114] = 1 or odetnewclo = 0 and newclo[114] = 1:'Fashionista´s  number 114 (strength <<newcloH[114]>>, hip size <<newcloB[114]>>) <a href="exec:numdres = 114 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 115 and newclo[115] = 1 or odetnewclo = 0 and newclo[115] = 1:'Fashionista´s  number 115 (strength <<newcloH[115]>>, hip size <<newcloB[115]>>) <a href="exec:numdres = 115 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 116 and newclo[116] = 1 or odetnewclo = 0 and newclo[116] = 1:'Fashionista´s  number 116 (strength <<newcloH[116]>>, hip size <<newcloB[116]>>) <a href="exec:numdres = 116 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 117 and newclo[117] = 1 or odetnewclo = 0 and newclo[117] = 1:'Fashionista´s  number 117 (strength <<newcloH[117]>>, hip size <<newcloB[117]>>) <a href="exec:numdres = 117 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 118 and newclo[118] = 1 or odetnewclo = 0 and newclo[118] = 1:'Fashionista´s  number 118 (strength <<newcloH[118]>>, hip size <<newcloB[118]>>) <a href="exec:numdres = 118 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 119 and newclo[119] = 1 or odetnewclo = 0 and newclo[119] = 1:'Fashionista´s  number 119 (strength <<newcloH[119]>>, hip size <<newcloB[119]>>) <a href="exec:numdres = 119 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 120 and newclo[120] = 1 or odetnewclo = 0 and newclo[120] = 1:'Fashionista´s  number 120 (strength <<newcloH[120]>>, hip size <<newcloB[120]>>) <a href="exec:numdres = 120 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 121 and newclo[121] = 1 or odetnewclo = 0 and newclo[121] = 1:'Fashionista´s  number 121 (strength <<newcloH[121]>>, hip size <<newcloB[121]>>) <a href="exec:numdres = 121 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 122 and newclo[122] = 1 or odetnewclo = 0 and newclo[122] = 1:'Fashionista´s  number 122 (strength <<newcloH[122]>>, hip size <<newcloB[122]>>) <a href="exec:numdres = 122 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 123 and newclo[123] = 1 or odetnewclo = 0 and newclo[123] = 1:'Fashionista´s  number 123 (strength <<newcloH[123]>>, hip size <<newcloB[123]>>) <a href="exec:numdres = 123 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 124 and newclo[124] = 1 or odetnewclo = 0 and newclo[124] = 1:'Fashionista´s  number 124 (strength <<newcloH[124]>>, hip size <<newcloB[124]>>) <a href="exec:numdres = 124 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 125 and newclo[125] = 1 or odetnewclo = 0 and newclo[125] = 1:'Fashionista´s  number 125 (strength <<newcloH[125]>>, hip size <<newcloB[125]>>) <a href="exec:numdres = 125 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 126 and newclo[126] = 1 or odetnewclo = 0 and newclo[126] = 1:'Fashionista´s  number 126 (strength <<newcloH[126]>>, hip size <<newcloB[126]>>) <a href="exec:numdres = 126 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 127 and newclo[127] = 1 or odetnewclo = 0 and newclo[127] = 1:'Fashionista´s  number 127 (strength <<newcloH[127]>>, hip size <<newcloB[127]>>) <a href="exec:numdres = 127 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 128 and newclo[128] = 1 or odetnewclo = 0 and newclo[128] = 1:'Fashionista´s  number 128 (strength <<newcloH[128]>>, hip size <<newcloB[128]>>) <a href="exec:numdres = 128 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 129 and newclo[129] = 1 or odetnewclo = 0 and newclo[129] = 1:'Fashionista´s  number 129 (strength <<newcloH[129]>>, hip size <<newcloB[129]>>) <a href="exec:numdres = 129 & gt ''loker2'', ''newclo''">surrender</a>'
+	if odetnewclo = 1 and numdress ! 130 and newclo[130] = 1 or odetnewclo = 0 and newclo[130] = 1:'Fashionista´s  number 130 (strength <<newcloH[130]>>, hip size <<newcloB[130]>>) <a href="exec:numdres = 130 & gt ''loker2'', ''newclo''">surrender</a>'
 
 	if odetjeans = 1 and numdress ! ! and jeans[201] = 1 or odetjeans = 0 and jeans[201] = 1:'Blue jeans with a grey tank top and a turquise hoodie. (The remaining strength <<jeansH[201]>> , The size of the hips <<jeansB[201]>>) <a href="exec:set numdres = 201 & gt ''loker2'', ''jeans''">pass</a>'
 	if odetjeans = 1 and numdress ! ! and jeans[202] = 1 or odetjeans = 0 and jeans[202] = 1:'Skin tight low-rise, dark blue jeans with a tight, purple tank top. (The remaining strength <<jeansH[202]>> , The size of the hips <<jeansB[202]>>) <a href="exec:set numdres = 202 & gt ''loker2'', ''jeans''">pass</a>'
@@ -465,17 +465,17 @@ if $ARGS[0] = 'start':
 	if odetdress = 1 and numdress ! ! and dress[221] = 1 or odetdress = 0 and dress[221] = 1:'Form-fitting, pink-grey dress. (The remaining strength <<dressH[221]>>, The size of the hips <<dressB[221]>>) <a href="exec:set numdres = 221 & gt ''loker2'', ''dress''">pass</a>'
 	if odetdress = 1 and numdress ! ! and dress[222] = 1 or odetdress = 0 and dress[222] = 1:'Pink dress. (The remaining strength <<dressH[222]>>, The size of the hips <<dressB[222]>>) <a href="exec:set numdres = 222 & gt ''loker2'', ''dress''">pass</a>'
 	if odetdress = 1 and numdress ! ! and dress[223] = 1 or odetdress = 0 and dress[223] = 1:'Long, glittery red dress, with a deep cleavage. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt ''loker2'', ''dress''">pass</a>'
-	if odetdress = 1 and numdress ! ! and dress[224] = 1 or odetdress = 0 and dress[226] = 1:'Long, formal dress in blue. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &GT ''loker2'', ''dress''">pass</a>'
-	if odetdress = 1 and numdress ! ! and dress[225] = 1 or odetdress = 0 and dress[227] = 1:'Long, formal dress in red. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &GT ''loker2'', ''dress''">pass</a>'
-
-	if odetprofi = 1 and numdress ! 201 and profi[201] = 1 or odetprofi = 0 and profi[201] = 1:'Office dress 201 (strength <<profiH[201]>>, hip size <<profiB[201]>>) <a href="exec:set numdres = 201 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 202 and profi[202] = 1 or odetprofi = 0 and profi[202] = 1:'Office dress 202 (strength <<profiH[202]>>, hip size <<profiB[202]>>) <a href="exec:set numdres = 202 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 203 and profi[203] = 1 or odetprofi = 0 and profi[203] = 1:'Office dress 203 (strength <<profiH[203]>>, hip size <<profiB[203]>>) <a href="exec:set numdres = 203 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 204 and profi[204] = 1 or odetprofi = 0 and profi[204] = 1:'Office dress 204 (strength <<profiH[204]>>, hip size <<profiB[204]>>) <a href="exec:set numdres = 204 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 205 and profi[205] = 1 or odetprofi = 0 and profi[205] = 1:'Office dress 205 (strength <<profiH[205]>>, hip size <<profiB[205]>>) <a href="exec:set numdres = 205 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 206 and profi[206] = 1 or odetprofi = 0 and profi[206] = 1:'Office dress 206 (strength <<profiH[206]>>, hip size <<profiB[206]>>) <a href="exec:set numdres = 206 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 207 and profi[207] = 1 or odetprofi = 0 and profi[207] = 1:'Office dress 207 (strength <<profiH[207]>>, hip size <<profiB[207]>>) <a href="exec:set numdres = 207 & GT ''loker2'', ''profi''">surrender</a>'
-	if odetprofi = 1 and numdress ! 208 and profi[208] = 1 or odetprofi = 0 and profi[208] = 1:'Office dress 208 (strength <<profiH[208]>>, hip size <<profiB[208]>>) <a href="exec:set numdres = 208 & GT ''loker2'', ''profi''">surrender</a>'
+	if odetdress = 1 and numdress ! ! and dress[224] = 1 or odetdress = 0 and dress[226] = 1:'Long, formal dress in blue. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &gt ''loker2'', ''dress''">pass</a>'
+	if odetdress = 1 and numdress ! ! and dress[225] = 1 or odetdress = 0 and dress[227] = 1:'Long, formal dress in red. (The remaining strength <<dressH[223]>>, The size of the hips <<dressB[223]>>) <a href="exec:set numdres = 223 & gt &gt ''loker2'', ''dress''">pass</a>'
+
+	if odetprofi = 1 and numdress ! 201 and profi[201] = 1 or odetprofi = 0 and profi[201] = 1:'Office dress 201 (strength <<profiH[201]>>, hip size <<profiB[201]>>) <a href="exec:set numdres = 201 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 202 and profi[202] = 1 or odetprofi = 0 and profi[202] = 1:'Office dress 202 (strength <<profiH[202]>>, hip size <<profiB[202]>>) <a href="exec:set numdres = 202 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 203 and profi[203] = 1 or odetprofi = 0 and profi[203] = 1:'Office dress 203 (strength <<profiH[203]>>, hip size <<profiB[203]>>) <a href="exec:set numdres = 203 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 204 and profi[204] = 1 or odetprofi = 0 and profi[204] = 1:'Office dress 204 (strength <<profiH[204]>>, hip size <<profiB[204]>>) <a href="exec:set numdres = 204 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 205 and profi[205] = 1 or odetprofi = 0 and profi[205] = 1:'Office dress 205 (strength <<profiH[205]>>, hip size <<profiB[205]>>) <a href="exec:set numdres = 205 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 206 and profi[206] = 1 or odetprofi = 0 and profi[206] = 1:'Office dress 206 (strength <<profiH[206]>>, hip size <<profiB[206]>>) <a href="exec:set numdres = 206 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 207 and profi[207] = 1 or odetprofi = 0 and profi[207] = 1:'Office dress 207 (strength <<profiH[207]>>, hip size <<profiB[207]>>) <a href="exec:set numdres = 207 & gt ''loker2'', ''profi''">surrender</a>'
+	if odetprofi = 1 and numdress ! 208 and profi[208] = 1 or odetprofi = 0 and profi[208] = 1:'Office dress 208 (strength <<profiH[208]>>, hip size <<profiB[208]>>) <a href="exec:set numdres = 208 & gt ''loker2'', ''profi''">surrender</a>'
 
 	if odetpants = 1 and numdress ! ! and pants[201] = 1 or odetpants = 0 and pants[201] = 1:'Glittery silver leggings with a silver neckhalter top. (The remaining strength <<pantsH[201]>>, The size of the hips <<pantsB[201]>>) <a href="exec:set numdres = 201 & gt ''loker2'', ''pants''">pass</a>'
 	if odetpants = 1 and numdress ! ! and pants[202] = 1 or odetpants = 0 and pants[202] = 1:'Shiny silver leggings and a short white tube top. (The remaining strength <<pantsH[202]>>, The size of the hips <<pantsB[202]>>) <a href="exec:set numdres = 202 & gt ''loker2'', ''pants''">pass</a>'
@@ -615,11 +615,11 @@ if $ARGS[0] = 'start':
 	if odetpants = 1 and numdress ! ! and pants[345] = 1 or odetpants = 0 and pants[345] = 1:'Shiny black leggings and a black shirt, under a black leather jacket. (The remaining strength <<pantsH[345]>>, The size of the hips <<pantsB[345]>>) <a href="exec:set numdres = 345 & gt ''loker2'', ''pants''">pass</a>'
 	if odetpants = 1 and numdress ! ! and pants[346] = 1 or odetpants = 0 and pants[346] = 1:'Blue jeggings and a tight, red camisole, with a revealing cleavage. (The remaining strength <<pantsH[346]>>, The size of the hips <<pantsB[346]>>) <a href="exec:set numdres = 346 & gt ''loker2'', ''pants''">pass</a>'
 
-	if odethooker = 1 and numdress ! 201 and hooker[201] = 1 or odethooker = 0 and hooker[201] = 1:'Prostitute outfit number 201 (strength <<hookerH[201]>>, hip size <<hookerB[201]>>) <a href="exec:set numdres = 201 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 202 and hooker[202] = 1 or odethooker = 0 and hooker[202] = 1:'Prostitute outfit number 202 (strength <<hookerH[202]>>, hip size <<hookerB[202]>>) <a href="exec:set numdres = 202 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 203 and hooker[203] = 1 or odethooker = 0 and hooker[203] = 1:'Prostitute outfit number 203 (strength <<hookerH[203]>>, hip size <<hookerB[203]>>) <a href="exec:set numdres = 203 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 204 and hooker[204] = 1 or odethooker = 0 and hooker[204] = 1:'Prostitute outfit number 204 (strength <<hookerH[204]>>, hip size <<hookerB[204]>>) <a href="exec:set numdres = 204 & GT ''loker2'', ''hooker''">surrender</a>'
-	if odethooker = 1 and numdress ! 205 and hooker[205] = 1 or odethooker = 0 and hooker[205] = 1:'Prostitute outfit number 205 (strength <<hookerH[205]>>, hip size <<hookerB[205]>>) <a href="exec:set numdres = 205 & GT ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 201 and hooker[201] = 1 or odethooker = 0 and hooker[201] = 1:'Prostitute outfit number 201 (strength <<hookerH[201]>>, hip size <<hookerB[201]>>) <a href="exec:set numdres = 201 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 202 and hooker[202] = 1 or odethooker = 0 and hooker[202] = 1:'Prostitute outfit number 202 (strength <<hookerH[202]>>, hip size <<hookerB[202]>>) <a href="exec:set numdres = 202 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 203 and hooker[203] = 1 or odethooker = 0 and hooker[203] = 1:'Prostitute outfit number 203 (strength <<hookerH[203]>>, hip size <<hookerB[203]>>) <a href="exec:set numdres = 203 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 204 and hooker[204] = 1 or odethooker = 0 and hooker[204] = 1:'Prostitute outfit number 204 (strength <<hookerH[204]>>, hip size <<hookerB[204]>>) <a href="exec:set numdres = 204 & gt ''loker2'', ''hooker''">surrender</a>'
+	if odethooker = 1 and numdress ! 205 and hooker[205] = 1 or odethooker = 0 and hooker[205] = 1:'Prostitute outfit number 205 (strength <<hookerH[205]>>, hip size <<hookerB[205]>>) <a href="exec:set numdres = 205 & gt ''loker2'', ''hooker''">surrender</a>'
 
 	act 'Exit':gt 'loker2', 'fin'
 end

+ 2 - 2
locations/148_bedr

@@ -46,8 +46,8 @@ set elektro += 1
 
 if nude = 0:set $nude = 'The corridor'
 if nude = 1:set $nude = 'Get dressed'
-if rembedr = 0:'Tight little room with a <a href="exec:GT ''bed'', ''start''">double bed</a> and an <a href="exec:GT ''budilnik'', ''start''">alarm clock</a>. Near the entrance is a small wooden <a href="exec:GT ''loker'', ''start''">wardrobe</a>. The windows are closed with faded heavy curtains.'
-if rembedr = 1:'Bright and beautiful room, with a nice <a href="exec:GT ''bed'', ''start''">double bed</a>. Near the entrance is a modern <a href="exec:GT ''loker'', ''start''">wardrobe</a>. Against the wall are a table and a <a href="exec:GT ''mirror'', ''start''">mirror</a>.'
+if rembedr = 0:'Tight little room with a <a href="exec:gt ''bed'', ''start''">double bed</a> and an <a href="exec:gt ''budilnik'', ''start''">alarm clock</a>. Near the entrance is a small wooden <a href="exec:gt ''loker'', ''start''">wardrobe</a>. The windows are closed with faded heavy curtains.'
+if rembedr = 1:'Bright and beautiful room, with a nice <a href="exec:gt ''bed'', ''start''">double bed</a>. Near the entrance is a modern <a href="exec:gt ''loker'', ''start''">wardrobe</a>. Against the wall are a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a>.'
 if husbandrinkday = day:
 	if husbanstrapon = 1:$tempval = 'with anal plug in his ass.'
 	if husbanstrapon = 2:$tempval = 'after you have put a dildo up his ass.'

+ 7 - 7
locations/149_sitr

@@ -24,20 +24,20 @@ set housrA = 1
 set elektro += 1
 
 if TV = 0:set $TV = 'a great place for a TV, which you don''t have'
-if TV = 1:set $TV = 'an ancient <a href="exec:GT ''TV'', ''start''">TV</a>'
-if TV = 2:set $TV = 'a huge plasma <a href="exec:GT ''TV'', ''start''">TV</a>'
+if TV = 1:set $TV = 'an ancient <a href="exec:gt ''TV'', ''start''">TV</a>'
+if TV = 2:set $TV = 'a huge plasma <a href="exec:gt ''TV'', ''start''">TV</a>'
 
-if divan = 0:set $divan = '<a href="exec:GT ''divan'', ''start''">an old sofa</a>'
-if divan = 1:set $divan = 'luxury <a href="exec:GT ''divan'', ''start''">a leather sofa</a>'
+if divan = 0:set $divan = '<a href="exec:gt ''divan'', ''start''">an old sofa</a>'
+if divan = 1:set $divan = 'luxury <a href="exec:gt ''divan'', ''start''">a leather sofa</a>'
 
 if komp = 0:set $komp = ''
-if komp = 1:set $komp = 'with a <a href="exec:GT ''Komp'', ''start''">computer</a> on top of it.'
+if komp = 1:set $komp = 'with a <a href="exec:gt ''Komp'', ''start''">computer</a> on top of it.'
 
 if remsitr = 0:set $zal = 'A cramped room'&set $zal2 = 'faded wall'
 if remsitr = 1:set $zal = 'A modern, bright room'&set $zal2 = 'papered walls with light'
 
-if stol = 0:set $stol = 'decrepit <a href="exec:GT ''stol'', ''start''">table</a>'
-if stol = 1:set $stol = 'new <a href="exec:GT ''stol'', ''start''">table</a>'
+if stol = 0:set $stol = 'decrepit <a href="exec:gt ''stol'', ''start''">table</a>'
+if stol = 1:set $stol = 'new <a href="exec:gt ''stol'', ''start''">table</a>'
 
 
 if obruch > 0:'<br>A hula hoop stands in corner of the room. ' 

+ 1 - 1
locations/150_vanr

@@ -280,7 +280,7 @@ if pregtest > 0:
 	act 'Do a pregnancy test':
 		pregtest -= 1
 		cla
-		gs'stat'
+		gs 'stat'
 
 		if preg = 1:
 			'The test showed the two strips. you are pregnant.'

+ 9 - 9
locations/152_korr

@@ -56,14 +56,14 @@ set housrMir = 0
 set elektro += 1
 
 if ring = 1:'<b><font color="red">The phone is ringing</font></b>'
-if remkorr = 0:'In the hallway wallpaper which where moved away from the walls, and has long faded. A coat rack and a shelf for shoes are near the entrance. A wall-mounted <a href="exec:GT ''mirror'', ''start''">mirror</a> and a <a href="exec:GT ''telefon'', ''start''">phone</a> hang on the wall.'
-if remkorr = 1:'Modern hall with stylish furniture, a wall-mounted <a href="exec:GT ''mirror'', ''start''">mirror</a>, and a <a href="exec:GT ''telefon'', ''start''">phone</a>'
+if remkorr = 0:'In the hallway wallpaper which where moved away from the walls, and has long faded. A coat rack and a shelf for shoes are near the entrance. A wall-mounted <a href="exec:gt ''mirror'', ''start''">mirror</a> and a <a href="exec:gt ''telefon'', ''start''">phone</a> hang on the wall.'
+if remkorr = 1:'Modern hall with stylish furniture, a wall-mounted <a href="exec:gt ''mirror'', ''start''">mirror</a>, and a <a href="exec:gt ''telefon'', ''start''">phone</a>'
 if suhbelo > 0:'Drying on the clothesline are <<suhbelo>> laundry items.'
 if umbrella > 0:'An umbrella hangs on a hook.'
 if palto > 0:'Hanging on the hook <<$palto>>.'
-if sobaka = 1:'<br>Your dog, <a href="exec:GT ''soba'', ''start''"><<$namesob>></a>, is lying on the floor near the entrance.'
-if krolik = 1:'Resting on the floor your rabbit <a href="exec:GT ''krol'', ''start''"><<$namekrol>></a>.'
-if popugai = 1:'In the cage sits your parrot <a href="exec:GT ''popu'', ''start''"><<$namepopu>></a>.'
+if sobaka = 1:'<br>Your dog, <a href="exec:gt ''soba'', ''start''"><<$namesob>></a>, is lying on the floor near the entrance.'
+if krolik = 1:'Resting on the floor your rabbit <a href="exec:gt ''krol'', ''start''"><<$namekrol>></a>.'
+if popugai = 1:'In the cage sits your parrot <a href="exec:gt ''popu'', ''start''"><<$namepopu>></a>.'
 
 if parkday ! day and parkblackmail = 1:
 	'A heavy envelope has arrived in the mail. When you open it you can see pictures in it. Damn, it''s pictures of you where you are giving blowjobs to two guys in the park.'
@@ -120,10 +120,10 @@ if bfC > 1 and boydayC ! day and hour >= 5 and hour < 20 and vnesh < vneshBoyC:
 	set bfC = 0
 end
 
-if vladimirday ! day and vladimirQW = 20 and hour >= 15 and hour <= 17:'<a href="exec:GT ''qwloc2''"><font color="red"><b>The phone is ringing</b></font></a>.'
-if vladimirday ! day and vladimirQW = 25 and hour >= 15 and hour <= 17 and week = 6:'<a href="exec:GT ''qwloc3''"><font color="red"><b>The phone is ringing</b></font></a>.'
-if vladimirday ! day and vladimirQW = 35 and hour >= 15 and hour <= 17 and week = 6:'<a href="exec:GT ''qwloc4''"><font color="red"><b>The phone is ringing</b></font></a>.'
-if QWdogreiqTimer = 0 and QWdogReiq = 2 and week = 7 and qwdogiventday ! day and hour >= 12:'<a href="exec:GT ''qwlocdog''"><font color="red"><b>The phone is ringing</b></font></a>.'
+if vladimirday ! day and vladimirQW = 20 and hour >= 15 and hour <= 17:'<a href="exec:gt ''qwloc2''"><font color="red"><b>The phone is ringing</b></font></a>.'
+if vladimirday ! day and vladimirQW = 25 and hour >= 15 and hour <= 17 and week = 6:'<a href="exec:gt ''qwloc3''"><font color="red"><b>The phone is ringing</b></font></a>.'
+if vladimirday ! day and vladimirQW = 35 and hour >= 15 and hour <= 17 and week = 6:'<a href="exec:gt ''qwloc4''"><font color="red"><b>The phone is ringing</b></font></a>.'
+if QWdogreiqTimer = 0 and QWdogReiq = 2 and week = 7 and qwdogiventday ! day and hour >= 12:'<a href="exec:gt ''qwlocdog''"><font color="red"><b>The phone is ringing</b></font></a>.'
 
 if bfA = 1 or bfB = 1 or bfC = 1:
 	if bfA = 1 and boydayA ! day and hour > 5 and hour < 20 and ringA = 0:

+ 2 - 2
locations/154_bedrPar

@@ -11,7 +11,7 @@ gs 'stat'
 fcolor="rgb"(0, 0, 0)
 bcolor="rgb"(255, 255, 255)
 lcolor="rgb"(106, 90, 205)
-'Small room in which hardly squeezed <a href="exec:GT ''loker'', ''start''">cabinet</a>, your <a href="exec:GT ''bedPar''">bed</a>, <a href="exec:GT ''stolPar''">desk</a> bed and sisters.'
+'Small room in which hardly squeezed <a href="exec:gt ''loker'', ''start''">cabinet</a>, your <a href="exec:gt ''bedPar''">bed</a>, <a href="exec:gt ''stolPar''">desk</a> bed and sisters.'
 gs 'family'
 
 act 'Leave the room':gt 'korrPar'
@@ -44,7 +44,7 @@ dynamic $d_read_book
 if tovarL > 0:'You have kept <<tovarL>> One unit of small goods. The maximum you can keep in your room 30 One unit of product.'
 
 if card > 0:
-	 act 'Take a deck of cards':gt'card'
+	 act 'Take a deck of cards':gt 'card'
 end
 
 if dur > 0:

+ 1 - 1
locations/157_sitrPar

@@ -14,7 +14,7 @@ gs 'stat'
 fcolor="rgb"(0, 0, 0)
 bcolor="rgb"(255, 255, 255)
 lcolor="rgb"(106, 90, 205)
-'In the window is a <a href="exec:GT ''tvPar''">TV</a>. Front of the TV is a sofa on which sleeps at night your brother. The wall is a wall with utensils and books.'
+'In the window is a <a href="exec:gt ''tvPar''">TV</a>. Front of the TV is a sofa on which sleeps at night your brother. The wall is a wall with utensils and books.'
 gs 'family'
 
 --- sitrPar ---------------------------------

+ 3 - 3
locations/160_korrPar

@@ -31,7 +31,7 @@ bonusZ = 0
 fcolor="rgb"(0, 0, 0)
 bcolor="rgb"(255, 255, 255)
 lcolor="rgb"(106, 90, 205)
-'On the wall near the front door hanging <a href="exec:GT ''mirror'', ''start''">mirror</a>.'
+'On the wall near the front door hanging <a href="exec:gt ''mirror'', ''start''">mirror</a>.'
 
 if palto > 0:'Hanging on the hook <<$palto>>'
 
@@ -61,7 +61,7 @@ if hour >= 16 and hour <= 20 and indorf = 0:
 				act 'move_away':gt $curloc
 			end
 		 
-			act'Be silent':
+			act 'Be silent':
 				cls
 				mothervideotalk = 3
 				minut += 5
@@ -150,7 +150,7 @@ end
 
 :markboyfrendcall2
 
-if Gcall > 0:'In the hallway rings <a href="exec:GT ''gtelefon''">phone</a>.'
+if Gcall > 0:'In the hallway rings <a href="exec:gt ''gtelefon''">phone</a>.'
 if motherWorry = 1:gt 'mother'
 
 --- korrPar ---------------------------------

+ 2 - 2
locations/161_selfplay

@@ -203,7 +203,7 @@ $d_van_vtor = {
 $d_sis_prov = {
 	if sister_indorf = 0:
 		if $loc = 'bedrPar':
-			gs'family'
+			gs 'family'
 
 			if sisterHere = 0 and proverkasisterhere = 0:proverkasisterhere = 1
 			if sisterHere > 0 and proverkasisterhere = 2:gt $curloc
@@ -327,7 +327,7 @@ if horny > 0 and agape < 3:
 		if $loc = 'vanrPar' and selfplaytime >= 60:dynamic $d_van_vtor
 
 		dynamic $d_sis_prov
-		gs'stat'
+		gs 'stat'
 
 		act 'rest':gt $curloc
 

+ 1 - 1
locations/167_mother

@@ -347,7 +347,7 @@ if week = 6 and dostupindorf = 1:
 	if hour > 9 and hour < 12:
 		'Mom asks you "Sveta, well? Come with us to the village?"'
 
-		act 'Go to the country':hour = 12&minut = 0&indorf = 1&gt'famdorfride'
+		act 'Go to the country':hour = 12&minut = 0&indorf = 1&gt 'famdorfride'
 	end
 end
 

+ 10 - 10
locations/169_motherQW

@@ -70,7 +70,7 @@ end
 if $ARGS[0]='motherQW_3':
 gs 'stat'
 '<center><b><font color=maroon>Drugstore</font></b></center>'
-'<center><img src="images/etogame/aptek.jpg" ></center>'
+'<center><img src="images/etogame/aptek.jpg"></center>'
 motherQW=3
 minut+=rand(20, 30)
 'You waited for the pharmacy will last buyer, and went up to my aunt.'
@@ -94,7 +94,7 @@ end
 if $ARGS[0]='motherQW_4':
 gs 'stat'
 '<center><b><font color=maroon>Мама</font></b></center>'
-'<center><img src="images/qwest/alter/mother.jpg" ></center>'
+'<center><img src="images/qwest/alter/mother.jpg"></center>'
 motherQW=4
 minut+=60
 'You came home, and the mother immediately dragged you into the kitchen.'
@@ -125,7 +125,7 @@ if $ARGS[0]='olu':
 cls
 gs 'stat'
 '<center><b><font color=maroon>Drugstore</font></b></center>'
-'<center><img src="images/etogame/aptek.jpg" ></center>'
+'<center><img src="images/etogame/aptek.jpg"></center>'
 if tetyafirst=0:
 	'Aunt as always stood behind the counter and advised some grandmother. Periodically, she kept looking at you, and something in her eyes seemed strange to you. Letting go of the last buyer, aunt went to the front door, closed it with a key and hung a sign, "Accounting." It was obvious that she was nervous.'
 	'- <<$name>>, I wanted to talk to you about something ... - finally she said.'
@@ -205,7 +205,7 @@ if $ARGS[0]='oluHome':
 cls
 gs 'stat'
 '<center><b><font color=maroon>Aunts apartment</font></b></center>'
-'<center><img src="images/qwest/alter/motherQW/olu.jpg" ></center>'
+'<center><img src="images/qwest/alter/motherQW/olu.jpg"></center>'
 'You unlocked the door to the apartment aunt and went inside.'
 if olufirst=0:
 	olufirst=1
@@ -223,7 +223,7 @@ if olufirst=0:
 	act 'Wake':
 		cls
 		'<center><b><font color=maroon>Aunts apartment</font></b></center>'
-		'<center><img src="images/qwest/alter/motherQW/olu1.jpg" ></center>'
+		'<center><img src="images/qwest/alter/motherQW/olu1.jpg"></center>'
 		minut+=30
 		guy+=1
 		anal+=1
@@ -257,7 +257,7 @@ else
 			cls
 			picrand=rand(1, 3)
 			'<center><b><font color=maroon>Aunts apartment</font></b></center>'
-			'<center><img src="images/qwest/alter/motherQW/olu<<picrand>>.jpg" ></center>'
+			'<center><img src="images/qwest/alter/motherQW/olu<<picrand>>.jpg"></center>'
 			minut+=30
 			guy+=1
 			anal+=1
@@ -300,14 +300,14 @@ else
 	else
 		cls
 		'<center><b><font color=maroon>Aunts apartment</font></b></center>'
-		'<center><img src="images/etogame/korr2.jpg" ></center>'
+		'<center><img src="images/etogame/korr2.jpg"></center>'
 		'You unlocked the door to the apartment aunt and went inside.'
 		'Taking off shoes, you went straight to the big room where there was usually Olu. Going to the door, you hear a woman moaning.'
 		act 'Look':
 			cls
 			picrand=rand(1, 3)
 			'<center><b><font color=maroon>Aunts apartment</font></b></center>'
-			'<center><img src="images/qwest/alter/motherQW/oluM<<picrand>>.jpg" ></center>'
+			'<center><img src="images/qwest/alter/motherQW/oluM<<picrand>>.jpg"></center>'
 			if oluM=0:
 				oluM=1
 				minut+=25
@@ -336,7 +336,7 @@ if $ARGS[0]='oluEnd':
 	cls
 	gs 'stat'
 	'<center><b><font color=maroon>Drugstore</font></b></center>'
-	'<center><img src="images/etogame/aptek.jpg" ></center>'
+	'<center><img src="images/etogame/aptek.jpg"></center>'
 	if olufirst=1:
 		minut+=15
 		'You ran back to the pharmacy and stopped at the door. You look like a jack-was-the-box. You looked in the wrong side of the counter.'
@@ -354,7 +354,7 @@ if $ARGS[0]='oluEnd':
 			galubri=1
 			olufirst=2
 			'<center><b><font color=maroon>Drugstore</font></b></center>'
-			'<center><img src="images/qwest/alter/motherQW/gaptek.jpg" ></center>'
+			'<center><img src="images/qwest/alter/motherQW/gaptek.jpg"></center>'
 			'"Elephant in the room" - perhaps the most gentle expression, which you could describe the state of the pharmacy.'
 			'You and aunt sat on the floor in different corners of the room and breathed heavily. You did not manage to get to it, though a few shots yet reached the goal, and Aunt wincing rubbing sore spots.'
 			'Behind the glass front door you notice the crowd of onlookers, who all this time watching the show. Among them you will even notice the police, do not even try to go inside and to separate you. Seeing you view a crowd of onlookers with the police quickly resolved.'

+ 20 - 20
locations/174_family

@@ -51,31 +51,31 @@ if StoryLine > 0:
 
 			if hour < 7:
 				sisterHere = 1
-				'Your sister <a href="exec:GT ''sistersleep''">Anne</a> asleep in bed.'
+				'Your sister <a href="exec:gt ''sistersleep''">Anne</a> asleep in bed.'
 			end
 
 			if week < 6:
 				if hour = 7:
 					sisterHere = 2
-					'Your sister <a href="exec:GT ''sister''">Anne</a> is going to work.'
+					'Your sister <a href="exec:gt ''sister''">Anne</a> is going to work.'
 				end
 			end
 
 			if week >= 6:
 				if hour >= 7 and hour < 10:
 					sisterHere = 1
-					'Your sister <a href="exec:GT ''sistersleep''">Anne</a> asleep in bed.'
+					'Your sister <a href="exec:gt ''sistersleep''">Anne</a> asleep in bed.'
 				end
 
 				if hour = 10:
 					sisterHere = 2
-					'Your sister <a href="exec:GT ''sisterprogulka''">Anne</a> going for a walk.'
+					'Your sister <a href="exec:gt ''sisterprogulka''">Anne</a> going for a walk.'
 				end
 			end
 
 			if hour >= 18:
 				sisterHere = 2
-				'Your sister <a href="exec:GT ''sister''">Anne</a> sitting on bed and reading a book.'
+				'Your sister <a href="exec:gt ''sister''">Anne</a> sitting on bed and reading a book.'
 			end
 		end
 	end
@@ -98,43 +98,43 @@ if StoryLine > 0:
 			if hour < 7 or hour >= 21:'Sleeps on the couch your younger brother Kolya.'
 
 			if week < 6:
-				if hour >= 16 and hour < 21:'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> and watching TV.'
-				if hour >= 18 and hour < 20:'Sitting at the table your little brother <a href="exec:GT ''brother''">Kolka</a> and teaches lessons.'
-				if hour = 20:'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> and watching TV.'
+				if hour >= 16 and hour < 21:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> and watching TV.'
+				if hour >= 18 and hour < 20:'Sitting at the table your little brother <a href="exec:gt ''brother''">Kolka</a> and teaches lessons.'
+				if hour = 20:'Sitting on the couch your younger brother <a href="exec:gt ''brother''">Kolka</a> and watching TV.'
 			end
 
 			if week >= 6:
 				if father_go = 0:
-					if hour >= 7 and hour < 21:'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> and watching TV.'
+					if hour >= 7 and hour < 21:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> and watching TV.'
 				end
 
 				if father_go = 1:
-					if hour >= 7 and hour < 16:'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> watching TV.'
+					if hour >= 7 and hour < 16:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> watching TV.'
 				end
 
-				if hour >= 18 and hour <= 20:'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> and watching TV.'
+				if hour >= 18 and hour <= 20:'Sitting on the couch your younger brother <a href="exec:gt ''brother''">Kolka</a> and watching TV.'
 			end
 		end
 
 		if $loc = 'kuhrPar':
 			if week < 6:
 				if mother_go = 0:
-					if hour >= 16 and hour < 21:'Stands near the stove <a href="exec:GT ''mother''">Mom</a> and that it cooks.'
+					if hour >= 16 and hour < 21:'Stands near the stove <a href="exec:gt ''mother''">Mom</a> and that it cooks.'
 				end
 
 				if mother_go = 1:
-					if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
+					if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:gt ''mother''">mom</a> and that it is preparing.'
 				end
 			end
 
 			if week >= 6:
 				if mother_go = 0:
-					if hour >= 7 and hour < 21:'Stands near the stove <a href="exec:GT ''mother''">Mom</a> and that it cooks.'
+					if hour >= 7 and hour < 21:'Stands near the stove <a href="exec:gt ''mother''">Mom</a> and that it cooks.'
 				end
 
 				if mother_go = 1:
-					if hour >= 7 and hour < 16:'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
-					if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
+					if hour >= 7 and hour < 16:'Near the stove stands <a href="exec:gt ''mother''">mom</a> and that it is preparing.'
+					if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:gt ''mother''">mom</a> and that it is preparing.'
 				end
 			end
 		end
@@ -155,21 +155,21 @@ if StoryLine > 0:
 
 		if $loc = 'gdk':
 			if week < 6:
-				if hour >= 16 and hour < 18:'Your sister <a href="exec:GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
+				if hour >= 16 and hour < 18:'Your sister <a href="exec:gt ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
 			end
 
 			if week >= 6:
-				if hour >= 11 and hour < 18:'Your sister <a href="exec:GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
+				if hour >= 11 and hour < 18:'Your sister <a href="exec:gt ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
 			end
 		end
 
 		if $loc = 'gschool':
 			if week < 6:
-				if hour >= 15 and hour <= 17:'On the football field near the school your <a href="exec:GT ''brother''">brother</a> rides in football.'
+				if hour >= 15 and hour <= 17:'On the football field near the school your <a href="exec:gt ''brother''">brother</a> rides in football.'
 			end
 
 			if week >= 6:
-				if hour >= 7 and hour <= 17:'On the football field near the school your <a href="exec:GT ''brother''">brother</a> rides in football.'
+				if hour >= 7 and hour <= 17:'On the football field near the school your <a href="exec:gt ''brother''">brother</a> rides in football.'
 			end
 		end
 	end

+ 1 - 1
locations/181_Gnpc

@@ -20,7 +20,7 @@ if otnBoyFrend[numnpc] >= 80:'You have a great relationship.'
 if preg = 1 and pregtime <= 80 and pregTalk[numnpc] = 0 and gnpcSex[numnpc] = 1:
 	act 'Tell a guy, you have flown away.':
 		cls
-		gs'stat'
+		gs 'stat'
 		'You said the guy, that become pregnant by him. He just did not come out of the eye orbits.'
 
 		if $father = $nameBoyfrend[numnpc]:

+ 1 - 1
locations/182_Gnpc2

@@ -1193,7 +1193,7 @@ end
 if hour >= 23:
 	'<<$nameBoyfrend[numnpc]>> offered to take you home.'
 
-	act 'go home':gt'gorodok'
+	act 'go home':gt 'gorodok'
 end
 
 --- Gnpc2 ---------------------------------

+ 2 - 2
locations/197_artemhome2

@@ -72,14 +72,14 @@ if artemhomemark = 2:
 end
 
 !'
-	act'':
+	act '':
 		cls
 		minut += 5
 		gs 'stat'
 		'<center><img src="images/qwest/alter/artom/2.jpg"></center>'
 		''
 
-		act'':
+		act '':
 	end
 '
 

+ 6 - 6
locations/198_artemhome

@@ -65,7 +65,7 @@ if artemhomemark = 1:
 					gt 'gorodok'
 				end
 				 
-				act'Go with Artem':
+				act 'Go with Artem':
 					cls
 					minut += 15
 					gs 'stat'
@@ -74,7 +74,7 @@ if artemhomemark = 1:
 					Artem:"Look who I have here. As I promised you Svetochka kindly agreed to teach us all the secrets of the female body. Anatomy lessons will be held on Mondays. And today`s lesson we will start with the vagina ...!"
 					Artem:"Stretch ka pussy. I can imagine what else you got up with Nosov!"'
 
-					act'stretch':
+					act 'stretch':
 						cls
 						minut += 15
 						vagina += 3
@@ -110,7 +110,7 @@ if artemhomemark = 1:
 							Artem :"Erase ... but not today ... we Petka at you a lot of plans. Do not roar.
 							It will be our little secret. Fair_Enough - until next week."'
 
-							act'Leave':gt 'garmassiv'
+							act 'Leave':gt 'garmassiv'
 						end
 					end
 				end
@@ -218,7 +218,7 @@ if artemhomemark = 1:
 		if artQW = 20 and artomkissday ! daystart:
 			'Artem hugs you and kisses'
 
-			act'tselovatsya':
+			act 'tselovatsya':
 				cls
 				artomkissday = daystart
 				minut += 5
@@ -286,7 +286,7 @@ if artemhomemark = 1:
 								if lernHome > 0:
 									act 'Teach lessons':artemhomemark = 2 & gt $curloc
 								else
-									act'Leave':artemhomemark = 0 & minut += 15 & gt 'gorodok'
+									act 'Leave':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 								end
 							end
 						end
@@ -393,7 +393,7 @@ if artemhomemark = 1:
 						if lernHome > 0:
 							act 'Teach lessons':artemhomemark = 2 & gt $curloc
 						else
-							act'Leave':artemhomemark = 0 & minut += 15 & gt 'gorodok'
+							act 'Leave':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 						end
 					end	 
 				end