diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 040e14f954e0135b9a392b7e9af9f1bd9f85abba..88576f761e86b8bf6ab2f2493425804462bbd137 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@
 
 0.10.7.1-0.7.x
 
+8/31/2018
+	
+	10
+	-eyebrows of various shapes, sizes and colors added
+	-AddSlave widget deprecated in favor of newSlave()
+	-fixes
+
 8/30/2018
 	
 	9
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 8b829c50d998f60390975a59af4815d8da434504..0d7098cdd32a2b20d6fa11162011809c691b503a 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -17697,8 +17697,9 @@ window.rulesAutosurgery = (function() {
 			if (slave.pubicHStyle != "hairless") slave.pubicHStyle = "bald";
 			V.cash -= V.surgeryCost;
 
-		} else if ((slave.bald == 0 || slave.hStyle != "bald") && (thisSurgery.surgery_hair == 2)) {
+		} else if ((slave.bald == 0 || slave.hStyle != "bald" || slave.eyebrowHStyle != "bald") && (thisSurgery.surgery_hair == 2)) {
 			surgeries.push("hair removal");
+			slave.eyebrowHStyle = "bald";
 			slave.hStyle = "bald";
 			slave.bald = 1;
 			V.cash -= V.surgeryCost;
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 4972033bbbb8147b9fd6dade9a10c17e3cc7d716..cde138953f860436f75d8d973ca14ff22bb64351 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -61,7 +61,7 @@ You prepare $him for sale. $His response to being put up for purchase is
 A reputable slave appraiser arrives promptly to inspect $him and certify $his qualities for sale. The appraiser,
 <<switch _appraiser>>
 <<case "roman">>
-	one of the arcology's appointed censors, sweeps in grandly in his toga with its blue stripe of office, greets you confidently, and turns to the slave. He unrolls a scroll-shaped soft tablet, reviewing video of the $boy's skills and referring back to $his body as he works his way through the prescribed method of valuation. Finished, he turns to you.
+	one of the arcology's appointed censors, sweeps in grandly in his toga with its blue stripe of office, greets you confidently, and turns to the slave. He unrolls a scroll-shaped soft tablet, reviewing video of the $girl's skills and referring back to $his body as he works his way through the prescribed method of valuation. Finished, he turns to you.
 	<<if def $PC.customTitle>>
 		"$PC.customTitle,
 	<<else>>
@@ -108,7 +108,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	<</if>>
 	I have appraised your slave. My appraisal is based on $his potential income in a brothel, with modification for $his special qualities. I have found the following.
 <<case "edo">>
-	one of the arcology's recognized slave examiners, arrives alone, but is no less regal for it. She is dressed as a proper Edo lady, and is a natural at it, slim<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, despite her large pregnancy<</if>>, pretty, and proper. She greets you correctly, the only sign of her middle age being a little creasing at the corners of her eyes, and then turns to the slave. She seems to have researched her skills already, and so performs a skilled inspection without even needing to touch the $boy.
+	one of the arcology's recognized slave examiners, arrives alone, but is no less regal for it. She is dressed as a proper Edo lady, and is a natural at it, slim<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, despite her large pregnancy<</if>>, pretty, and proper. She greets you correctly, the only sign of her middle age being a little creasing at the corners of her eyes, and then turns to the slave. She seems to have researched her skills already, and so performs a skilled inspection without even needing to touch the $girl.
 	<<if def $PC.customTitle>>
 		"$PC.customTitle,
 	<<else>>
@@ -199,7 +199,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 <<case "businesswoman">>
 	an older businesswoman with a reputation for correctness, gives you a prim nod before turning to the nude slave without wasting further time. She deftly makes notes on a haptic wrist interface, flipping through videos of the slave in action as she works. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics." Her fingers fly across the interface. "I'll just mention the significant ones.
 <<case "slaver">>
-	a scarred old slaver with calloused hands and a knowing face, greets you in his companionable way before clapping his hands together and turning to the slave. He switches back and forth between the <<print $boy>>s and a battered old tablet with video proving $his skills. "Well, as you know <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>," he says as he firmly repositions $activeSlave.slaveName, "appraisals are based on a slave's potential income as a whore, with modifiers for special things." He pauses, prodding the tablet. "I'll just mention the main items.
+	a scarred old slaver with calloused hands and a knowing face, greets you in his companionable way before clapping his hands together and turning to the slave. He switches back and forth between the <<print $girl>>s and a battered old tablet with video proving $his skills. "Well, as you know <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>," he says as he firmly repositions $activeSlave.slaveName, "appraisals are based on a slave's potential income as a whore, with modifiers for special things." He pauses, prodding the tablet. "I'll just mention the main items.
 <<default>>
 	a fashionably but formally dressed young man with slicked-back hair, greets you correctly before activating an examination visor and reviewing video evidence of the slave's skills. That done, he deactivates the visor and performs a quick physical examination. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," he says as he gently repositions $activeSlave.slaveName to get a good look at $him, "appraisals are based on a slave's potential income as a whore, with modifiers for special characteristics." He pauses, using subvocalizations to make data entries. "I'll just mention the significant ones.
 <</switch>>
@@ -244,7 +244,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 <<if ($week-$activeSlave.weekAcquired >= 20) && ($activeSlave.entertainSkill >= 100)>>
 <<if setup.entertainmentCareers.includes($activeSlave.career)>>
 <<else>>
-	$He's gotten enough experience as a slave entertainer that $he has the added value of a $boy with a history in entertainment from before $he was a slave.
+	$He's gotten enough experience as a slave entertainer that $he has the added value of a $girl with a history in entertainment from before $he was a slave.
 <</if>>
 <</if>>
 <<if ($activeSlave.oralCount + $activeSlave.analCount + $activeSlave.vaginalCount + $activeSlave.mammaryCount + $activeSlave.penetrativeCount > 1000)>>
@@ -614,7 +614,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	<<case"priestess">>
 		Amen." She forms a holy symbol with her hands, kneels before you to bow so low that her cleavage presses against the floor, and retreats.
 	<<case"futa">>
-		That's all. Thanks! Cute $boy." She goes, but pauses in the doorway to give you a little wave.
+		That's all. Thanks! Cute $girl." She goes, but pauses in the doorway to give you a little wave.
 	<<case"Elite">>
 		That's all. <<if $PC.dick == 1>>See you around! Have to have a few other guy's kids before we can have some more fun, but I'll keep you in mind!<<else>>See you around, we'll have to go drinking after I'm done sometime!<</if>>" She waves, as she leaves.
 	<<case"businesswoman">>
@@ -710,7 +710,7 @@ __Bids Received__
 	<br>''<<print cashFormat(_Price)>>'' from a citizen who pays creepily close attention to the state of $his health, and ignores everything else.
 	<<set _NewOwner = 1>>
 <<elseif ($activeSlave.nationality != 0) && (random(1,100) > 80)>>
-	<br>''<<print cashFormat(_Price)>>'' from a citizen with a special appetite for <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "Mosotho">>Basotho<<elseif $activeSlave.nationality == "Motswana">>Batswana<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> <<print $boy>>s.
+	<br>''<<print cashFormat(_Price)>>'' from a citizen with a special appetite for <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "Mosotho">>Basotho<<elseif $activeSlave.nationality == "Motswana">>Batswana<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> <<print $girl>>s.
 	<<set _NewOwner = 1>>
 <</if>>
 <<if _NewOwner == 1>>
@@ -980,7 +980,7 @@ __Bids Received__
 <<if $activeSlave.teeth == "pointy">>
 <<if $activeSlave.combatSkill > 0>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin <<print $boy>>s with sharp teeth.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin <<print $girl>>s with sharp teeth.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D startled the witch">>
@@ -996,7 +996,7 @@ __Bids Received__
 <<if $activeSlave.analSkill >= 100>>
 <<if $activeSlave.physicalAge < 25>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who appreciates <<print $boy>>s who are both vaginal virgins and anal veterans.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who appreciates <<print $girl>>s who are both vaginal virgins and anal veterans.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D virgin asspussy">>
@@ -1082,7 +1082,7 @@ __Bids Received__
 <<if $activeSlave.face > 10>>
 <<if $activeSlave.faceShape != "masculine">>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $boy with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D milky herm">>
@@ -1119,7 +1119,7 @@ __Bids Received__
 <<if $activeSlave.devotion > 20>>
 <<if $activeSlave.height > 180>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<print $boy>>s to bear him children.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<print $girl>>s to bear him children.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D shorty breeder">>
@@ -1242,7 +1242,7 @@ __Bids Received__
 <<if $activeSlave.butt > 3>>
 <<if $activeSlave.weight > 10>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim <<print $boy>>s.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim <<print $girl>>s.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>>
 		<<set $buyer = "slimming trainer">>