diff --git a/src/pregmod/artificialInsemination.tw b/src/pregmod/artificialInsemination.tw
index 8c33d8b0c4512331db5b198129c0b9a6189dbb89..60a5deba4c6ebaf830cffa0a5445ebd37b806816 100644
--- a/src/pregmod/artificialInsemination.tw
+++ b/src/pregmod/artificialInsemination.tw
@@ -2,7 +2,7 @@
 
 <<set $nextButton = "Back", $nextLink = "Remote Surgery", $impregnatrix = 0, _eligibility = 0, _eligibilityI = 0>>
 
-//getSlave($AS).slaveName is prepped for fertilization; now you must select a target to harvest sperm from.//
+//<<= getSlave($AS).slaveName>> is prepped for fertilization; now you must select a target to harvest sperm from.//
 
 <br><br>
 
@@ -49,4 +49,4 @@ __Select an eligible slave to serve as the semen donatrix:__
 	<br>
 	[[Use a vial of your own|Surgery Degradation][$impregnatrix = $PC, cashX(forceNeg($surgeryCost), "slaveSurgery", getSlave($AS)), $surgeryType = "insemination", $PC.storedCum--]]
 	//You have enough sperm stored away to inseminate $PC.storedCum more slave<<if $PC.storedCum > 1>>s<</if>>.//
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/pregmod/geneLab.tw b/src/pregmod/geneLab.tw
index 29da4c3b1fc10ea00695940a4adc9405e2752613..cac1980a1928b9449f507dc1adbe5d21a0f5c60f 100644
--- a/src/pregmod/geneLab.tw
+++ b/src/pregmod/geneLab.tw
@@ -37,7 +37,7 @@ Genetic Modification
 		The fabricator is capable of producing treatments to permanently reverse aging.
 		<br>
 	<<elseif $cash >= 50000000>>
-		[Fund the immortality project|Gene Lab][cashX(forceNeg(50000000), "capEx"), $immortalityFormula = 1]]
+		[[Fund the immortality project|Gene Lab][cashX(forceNeg(50000000), "capEx"), $immortalityFormula = 1]]
 		//Costs <<print cashFormat(50000000)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will keep a slave at their prime physical age//
 		<br>
@@ -75,4 +75,4 @@ Genetic Harvesting
 <<elseif ($cloningSystem > 0)>>
 	The gene lab is capable of implanting a slave's genetic sequence into a blank embryo to produce a basic clone. [[Make a clone|Cloning Workaround][$donatrix = "Undecided", $receptrix = "Undecided"]]
 	<br>
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/uncategorized/discardConfirm.tw b/src/uncategorized/discardConfirm.tw
index 5bf56b2317340321600bfd0b6c457a1f23dd68a9..1ae9c54e64e057e2974f2e06d5c428f61fd3d69f 100644
--- a/src/uncategorized/discardConfirm.tw
+++ b/src/uncategorized/discardConfirm.tw
@@ -1,6 +1,6 @@
 :: Discard Confirm [nobr]
 
-This will permanently remove getSlave($AS).slaveName from the game, and you will not receive any money for $him. This is primarily intended as a way to rid yourself of bugged slaves. Are you certain?
+This will permanently remove <<= getSlave($AS).slaveName>> from the game, and you will not receive any money for $him. This is primarily intended as a way to rid yourself of bugged slaves. Are you certain?
 
 <br><br>
 
diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw
index 16a66c6be1619849d61a40da56f95311892ee926..16caaf6cb4bed4282262091aebc1d485c5d9a603 100644
--- a/src/uncategorized/multiImplant.tw
+++ b/src/uncategorized/multiImplant.tw
@@ -17,7 +17,7 @@ that are ready be sent down.
 <h1>Implant Organs</h1>
 
 <<set _F = App.Medicine.OrganFarm>>
-<<for _i = 0; _i < $slaves.length; _i++>>	
+<<for _i = 0; _i < $slaves.length; _i++>>
 	<<set $AS = $slaves[_i].ID>>
 	<<set _sortedOrgans = _F.getSortedOrgans(getSlave($AS))>>
 	<<if _sortedOrgans.length === 0>><<continue>><</if>>
@@ -77,7 +77,7 @@ that are ready be sent down.
 	*/
 	<<if getSlave($AS).health.health - (_prostheticCount * 20) < -75>>
 		<br><hr>
-		@@.red;Estimated health impact too great; getSlave($AS).slaveName skipped.@@
+		@@.red;Estimated health impact too great; <<= getSlave($AS).slaveName>> skipped.@@
 		<<continue>>
 	<</if>>
 
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 945965762a44581242a8a56f2890a510751c78f3..7f46eea2e2bd97e55f2014c539f088cee3fc5bda 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -1797,7 +1797,7 @@ __Bids Received__
 	<<if getSlave($AS).devotion <= 20>>
 		<<if getSlave($AS).trust < 20>>
 			<<if random(1,100) > 70>>
-				<br>''<<print cashFormat(500*Math.trunc((_slaveCost*1.25)/500))>>'' from a fellow arcology owner with a strongly held belief that getSlave($AS).race people should not be slaves. He devotes as much of his resources as he can to manumission of such <<= $girl>>s, concentrating on the downtrodden.
+				<br>''<<print cashFormat(500*Math.trunc((_slaveCost*1.25)/500))>>'' from a fellow arcology owner with a strongly held belief that <<= getSlave($AS).race>> people should not be slaves. He devotes as much of his resources as he can to manumission of such <<= $girl>>s, concentrating on the downtrodden.
 				<<link "Accept bid" "Slave Sold">>
 					<<set _Price = 500*Math.trunc((_slaveCost*1.25)/500)>>
 					<<run cashX(_Price, "slaveTransfer", getSlave($AS))>>
@@ -1813,7 +1813,7 @@ __Bids Received__
 		<<if getSlave($AS).intelligence+getSlave($AS).intelligenceImplant < -50>>
 			<<if getSlave($AS).ovaries == 1>>
 				<<if random(1,100) > 70>>
-					<br>''<<print cashFormat(500*Math.trunc((_slaveCost*1.25)/500))>>'' from a fellow arcology owner working on a project to breed a race of getSlave($AS).race people with natural, unquestioning obedience. He clearly considers $him good stock for the project.
+					<br>''<<print cashFormat(500*Math.trunc((_slaveCost*1.25)/500))>>'' from a fellow arcology owner working on a project to breed a race of <<= getSlave($AS).race>> people with natural, unquestioning obedience. He clearly considers $him good stock for the project.
 					<<link "Accept bid" "Slave Sold">>
 						<<set _Price = 500*Math.trunc((_slaveCost*1.25)/500)>>
 						<<run cashX(_Price, "slaveTransfer", getSlave($AS))>>
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index 25bd4500ced8df930964aa6a0dcb1b637789ac7c..9bae324a86f6bd1c23329ce8a8cdb1dd36048db7 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -147,7 +147,7 @@
 <<switch $buyer>>
 
 <<case "housekeeper">>
-	getSlave($AS).slaveName settles into $his new life in a humbler part of $arcologies[0].name, and can occasionally be seen accompanying $his master in public.
+	<<= getSlave($AS).slaveName>> settles into $his new life in a humbler part of $arcologies[0].name, and can occasionally be seen accompanying $his master in public.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].trust >= -20)>>
 			<<if ($slaves[_ss].physicalAge > 30)>>
@@ -161,7 +161,7 @@
 	<</if>>
 
 <<case "buttbreaker">>
-	In short order, getSlave($AS).slaveName is heard out on the promenade, sobbing and screaming as $his new owner breaks in $his virgin butt in public.
+	In short order, <<= getSlave($AS).slaveName>> is heard out on the promenade, sobbing and screaming as $his new owner breaks in $his virgin butt in public.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].anus == 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -173,7 +173,7 @@
 	<</if>>
 
 <<case "cheap brothel">>
-	getSlave($AS).slaveName is soon seen on shift outside a seedy establishment in the lower arcology, mechanically offering $his holes to passersby and flinching whenever $his superiors come out to check on $him.
+	<<= getSlave($AS).slaveName>> is soon seen on shift outside a seedy establishment in the lower arcology, mechanically offering $his holes to passersby and flinching whenever $his superiors come out to check on $him.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -185,7 +185,7 @@
 	<</if>>
 
 <<case "nice brothel">>
-	getSlave($AS).slaveName disappears for a time as $his training is perfected, but $he reappears in the refined brothel, wearing classy clothes and flirting gracefully with patrons of $his body.
+	<<= getSlave($AS).slaveName>> disappears for a time as $his training is perfected, but $he reappears in the refined brothel, wearing classy clothes and flirting gracefully with patrons of $his body.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>>
 			<<set $slaves[_ss].trust += 1>>
@@ -197,7 +197,7 @@
 	<</if>>
 
 <<case "factory farm">>
-	getSlave($AS).slaveName is never again seen in public, but $his fate is obvious: $he's chained to a milking rack somewhere in a cavernous factory farm, with milk draining from $his tits<<if getSlave($AS).balls > 0>> and an electroshock stimulator up $his butt to force $him to cum<<elseif getSlave($AS).ovaries > 0>> and a new baby in $his belly every ten months<</if>>.
+	<<= getSlave($AS).slaveName>> is never again seen in public, but $his fate is obvious: $he's chained to a milking rack somewhere in a cavernous factory farm, with milk draining from $his tits<<if getSlave($AS).balls > 0>> and an electroshock stimulator up $his butt to force $him to cum<<elseif getSlave($AS).ovaries > 0>> and a new baby in $his belly every ten months<</if>>.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion <= 50)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -209,7 +209,7 @@
 	<</if>>
 
 <<case "elite auction">>
-	getSlave($AS).slaveName is quickly escorted out by $his new master. $He is rarely seen in public anymore, but $his records show $he is settling well into being $his new owner's breeder.
+	<<= getSlave($AS).slaveName>> is quickly escorted out by $his new master. $He is rarely seen in public anymore, but $his records show $he is settling well into being $his new owner's breeder.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].breedingMark != 1 && $propOutcome == 1)>>
 			<<set $slaves[_ss].devotion -= 5>>
@@ -217,11 +217,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment getSlave($AS).slaveName is receiving.
+		Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment <<= getSlave($AS).slaveName>> is receiving.
 	<</if>>
 
 <<case "free range">>
-	getSlave($AS).slaveName is a common sight around the arcology, since free range cows are allowed to range between milkings. $He seems reasonably content.
+	<<= getSlave($AS).slaveName>> is a common sight around the arcology, since free range cows are allowed to range between milkings. $He seems reasonably content.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].assignment == "get milked") || ($slaves[_ss].assignment == "work in the dairy")>>
 			<<set $slaves[_ss].trust += 1>>
@@ -245,7 +245,7 @@
 	<</if>>
 
 <<case "preg fetishist">>
-	getSlave($AS).slaveName settles in to $his new role easily enough; $he's one of the most pampered slaves in the arcology. All $he's expected to do is light housework and self-maintenance, along with gentle unprotected vaginal sex with $his new master.
+	<<= getSlave($AS).slaveName>> settles in to $his new role easily enough; $he's one of the most pampered slaves in the arcology. All $he's expected to do is light housework and self-maintenance, along with gentle unprotected vaginal sex with $his new master.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "pregnancy")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -259,7 +259,7 @@
 	<</if>>
 
 <<case "nipple fetishist">>
-	getSlave($AS).slaveName's new mistress is an exhibitionist as well as a nipple fetishist, and before long, she's seen in the club, riding <<= getSlave($AS).slaveName>>'s chest with her wet pussy. The slave is expected to keep $his nipples erect for her at all times.
+	<<= getSlave($AS).slaveName>>'s new mistress is an exhibitionist as well as a nipple fetishist, and before long, she's seen in the club, riding <<= getSlave($AS).slaveName>>'s chest with her wet pussy. The slave is expected to keep $his nipples erect for her at all times.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "boobs")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -273,7 +273,7 @@
 	<</if>>
 
 <<case "nipple fucker">>
-	getSlave($AS).slaveName's new master is an exhibitionist as well as a nipple fetishist, and before long, he's seen in the club, plowing <<= getSlave($AS).slaveName>>'s engorged breasts. Since nipple cunts aren't naturally lubricated, some owners find stimulating milk production a suitable replacement; judging from the pooling fluids and sympathetic gushes from $his ignored tit, he is one of them.
+	<<= getSlave($AS).slaveName>>'s new master is an exhibitionist as well as a nipple fetishist, and before long, he's seen in the club, plowing <<= getSlave($AS).slaveName>>'s engorged breasts. Since nipple cunts aren't naturally lubricated, some owners find stimulating milk production a suitable replacement; judging from the pooling fluids and sympathetic gushes from $his ignored tit, he is one of them.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "boobs")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -289,7 +289,7 @@
 	<</if>>
 
 <<case "anal fetishist">>
-	The next time getSlave($AS).slaveName is seen in public, on an errand for $his master, $he's <<if canWalk(getSlave($AS))>>walking<<else>>moving<</if>> a little oddly. $His naked dick has the flaccidity of sexual satiation, and $he has a tired but dreamy expression on $his face.
+	The next time <<= getSlave($AS).slaveName>> is seen in public, on an errand for $his master, $he's <<if canWalk(getSlave($AS))>>walking<<else>>moving<</if>> a little oddly. $His naked dick has the flaccidity of sexual satiation, and $he has a tired but dreamy expression on $his face.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "buttslut")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -303,7 +303,7 @@
 	<</if>>
 
 <<case "oral fetishist">>
-	The next time getSlave($AS).slaveName is seen in public, $he's obediently accompanying $his new master. After doing some business on the promenade, he pulls $him into an alcove and lets $him masturbate as he uses $his throat.
+	The next time <<= getSlave($AS).slaveName>> is seen in public, $he's obediently accompanying $his new master. After doing some business on the promenade, he pulls $him into an alcove and lets $him masturbate as he uses $his throat.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "cumslut")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -317,7 +317,7 @@
 	<</if>>
 
 <<case "pain fetishist">>
-	getSlave($AS).slaveName is not seen again in public for a long time, but the crack of leather on flesh and the resultant hoarse female howling that issues from $his new mistress's apartment is well-known.
+	<<= getSlave($AS).slaveName>> is not seen again in public for a long time, but the crack of leather on flesh and the resultant hoarse female howling that issues from $his new mistress's apartment is well-known.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "masochist")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -331,7 +331,7 @@
 	<</if>>
 
 <<case "sadism fetishist">>
-	getSlave($AS).slaveName rarely leaves $his new mistress's apartments, but the slave rumor mill bears stories about $him to your penthouse anyway. $His mistress uses $him as a rapist on demand, and $his dumbly obedient brutality is renowned.
+	<<= getSlave($AS).slaveName>> rarely leaves $his new mistress's apartments, but the slave rumor mill bears stories about $him to your penthouse anyway. $His mistress uses $him as a rapist on demand, and $his dumbly obedient brutality is renowned.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "sadist")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -345,7 +345,7 @@
 	<</if>>
 
 <<case "dom fetishist">>
-	getSlave($AS).slaveName wins $himself a leadership position with $his new master, who repays $his hard work by allowing $him to use his slaves at will.
+	<<= getSlave($AS).slaveName>> wins $himself a leadership position with $his new master, who repays $his hard work by allowing $him to use his slaves at will.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "dom")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -359,7 +359,7 @@
 	<</if>>
 
 <<case "sub fetishist">>
-	The back of getSlave($AS).slaveName's head becomes a well-known sight in business circles, since $his mistress rarely lets it out from between her legs.
+	The back of <<= getSlave($AS).slaveName>>'s head becomes a well-known sight in business circles, since $his mistress rarely lets it out from between her legs.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "submissive")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -373,7 +373,7 @@
 	<</if>>
 
 <<case "supremacist arcology">>
-	getSlave($AS).slaveName leaves your control forthwith, to be freed and installed in a favored life in an arcology that gives getSlave($AS).race people every possible advantage.
+	<<= getSlave($AS).slaveName>> leaves your control forthwith, to be freed and installed in a favored life in an arcology that gives <<= getSlave($AS).race>> people every possible advantage.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion < 10)>>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -385,7 +385,7 @@
 	<</if>>
 
 <<case "subjugationist arcology">>
-	getSlave($AS).slaveName is shipped off to help produce a race of getSlave($AS).race idiots to perform eternal servitude. $He is not perceptive enough to fear $his upcoming life as a downtrodden breeder.
+	<<= getSlave($AS).slaveName>> is shipped off to help produce a race of <<= getSlave($AS).race>> idiots to perform eternal servitude. $He is not perceptive enough to fear $his upcoming life as a downtrodden breeder.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -397,7 +397,7 @@
 	<</if>>
 
 <<case "gender radicalist arcology">>
-	getSlave($AS).slaveName is shipped off, but $his buyer is so unwilling to waste any time that the shipment container includes hormonal injectors to get $him started on an intensive feminization regime as quickly as possible.
+	<<= getSlave($AS).slaveName>> is shipped off, but $his buyer is so unwilling to waste any time that the shipment container includes hormonal injectors to get $him started on an intensive feminization regime as quickly as possible.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].dick > 0)>>
 			<<if ($slaves[_ss].devotion <= 20)>>
@@ -411,7 +411,7 @@
 	<</if>>
 
 <<case "gender fundamentalist arcology">>
-	getSlave($AS).slaveName is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by $his purchaser.
+	<<= getSlave($AS).slaveName>> is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by $his purchaser.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -423,7 +423,7 @@
 	<</if>>
 
 <<case "paternalist arcology">>
-	getSlave($AS).slaveName is shipped off to be improved into a happy, educated slave at the best pace $his new owner can manage.
+	<<= getSlave($AS).slaveName>> is shipped off to be improved into a happy, educated slave at the best pace $his new owner can manage.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion < -20)>>
 			<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>>
@@ -449,7 +449,7 @@
 	<</if>>
 
 <<case "slimness enthusiast arcology">>
-	getSlave($AS).slaveName is taken away to join the tribe of squealing, slim forms that populate the arcology of $his new owner.
+	<<= getSlave($AS).slaveName>> is taken away to join the tribe of squealing, slim forms that populate the arcology of $his new owner.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -473,7 +473,7 @@
 	<</if>>
 
 <<case "organ crafter">>
-	getSlave($AS).slaveName is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants; in fact, $his breasts and testicles are rounded with children.
+	<<= getSlave($AS).slaveName>> is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants; in fact, $his breasts and testicles are rounded with children.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].mpreg == 1)>>
 			<<set $slaves[_ss].trust -= 5>>
@@ -485,7 +485,7 @@
 	<</if>>
 
 <<case "abortion TV">>
-	getSlave($AS).slaveName is soon seen on live TV, restrained and still grotesquely pregnant. $He screams into $his restraints as the host approaches with a comically large syringe of abortifacients and drives it deep into $his womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes $his overburdened womb to drain of all its contents.
+	<<= getSlave($AS).slaveName>> is soon seen on live TV, restrained and still grotesquely pregnant. $He screams into $his restraints as the host approaches with a comically large syringe of abortifacients and drives it deep into $his womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes $his overburdened womb to drain of all its contents.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if $slaves[_ss].bellyPreg >= 300000>>
 			<<set $slaves[_ss].trust -= 15>>
@@ -497,7 +497,7 @@
 	<</if>>
 
 <<case "womb filler">>
-	getSlave($AS).slaveName is seen in a drug report nine months later; $he is unrecognizable. $His gaunt body is completely bloated by $his enormous womb, leaving <<if !isAmputee(getSlave($AS))>>what's left of $his <<if hasAnyArms(getSlave($AS))>>arm<<if hasBothArms(getSlave($AS))>>s<</if>><<if hasAnyLegs(getSlave($AS))>> and <</if>><</if>><<if hasAnyLegs(getSlave($AS))>>leg<<if hasBothLegs(getSlave($AS))>>s<</if>><</if>> dangling<<else>>$his torso teetering<</if>> pathetically atop its quivering mass. The headline reads "New drug allows for upwards of seven hundred children carried at once". Live on stream, $his body loses stability and ruptures, flooding the room with fluid and children.
+	<<= getSlave($AS).slaveName>> is seen in a drug report nine months later; $he is unrecognizable. $His gaunt body is completely bloated by $his enormous womb, leaving <<if !isAmputee(getSlave($AS))>>what's left of $his <<if hasAnyArms(getSlave($AS))>>arm<<if hasBothArms(getSlave($AS))>>s<</if>><<if hasAnyLegs(getSlave($AS))>> and <</if>><</if>><<if hasAnyLegs(getSlave($AS))>>leg<<if hasBothLegs(getSlave($AS))>>s<</if>><</if>> dangling<<else>>$his torso teetering<</if>> pathetically atop its quivering mass. The headline reads "New drug allows for upwards of seven hundred children carried at once". Live on stream, $his body loses stability and ruptures, flooding the room with fluid and children.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].vagina == 0)>>
 			<<if isFertile($slaves[_ss])>>
@@ -511,7 +511,7 @@
 	<</if>>
 
 <<case "repopulationist arcology">>
-	getSlave($AS).slaveName is seen nine months later with an enormous pregnancy and the most content look on $his face. $He <<if hasAnyArms(getSlave($AS))>>gently pats $his quadruplet filled belly and lets off a moan as $his children kick in response<<else>>moans lewdly as $his children kick away in $his womb<</if>>.
+	<<= getSlave($AS).slaveName>> is seen nine months later with an enormous pregnancy and the most content look on $his face. $He <<if hasAnyArms(getSlave($AS))>>gently pats $his quadruplet filled belly and lets off a moan as $his children kick in response<<else>>moans lewdly as $his children kick away in $his womb<</if>>.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].vagina == 0)>>
 			<<if isFertile($slaves[_ss])>>
@@ -523,11 +523,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of getSlave($AS).slaveName's good fortune.
+		Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of <<= getSlave($AS).slaveName>>'s good fortune.
 	<</if>>
 
 <<case "eugenics arcology">>
-	getSlave($AS).slaveName is seen nearly a year later, happy and healthy, along with $his owner and newborn son. They are quite a good looking family.
+	<<= getSlave($AS).slaveName>> is seen nearly a year later, happy and healthy, along with $his owner and newborn son. They are quite a good looking family.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>>
 			<<if isFertile($slaves[_ss])>>
@@ -537,11 +537,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of getSlave($AS).slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics.
+		Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of <<= getSlave($AS).slaveName>>'s new pampered lifestyle, oblivious to the demanding nature of eugenics.
 	<</if>>
 
 <<case "hedonistic decadence arcology">>
-	getSlave($AS).slaveName is taken away to join a quivering mass of plump, pampered ladies that crowd the bedroom of $his new owner.
+	<<= getSlave($AS).slaveName>> is taken away to join a quivering mass of plump, pampered ladies that crowd the bedroom of $his new owner.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if $slaves[_ss].behavioralFlaw == "gluttonous">>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -549,11 +549,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		Your more gluttonous slaves are @@.mediumorchid;deeply jealous@@ of getSlave($AS).slaveName's constant feedings and excessive weight gain.
+		Your more gluttonous slaves are @@.mediumorchid;deeply jealous@@ of <<= getSlave($AS).slaveName>>'s constant feedings and excessive weight gain.
 	<</if>>
 
 <<case "stuffer chef">>
-	getSlave($AS).slaveName's new owner is quite fond of his work and typically sends out photos of his progress. This is no exception; you are treated to a series of images featuring <<= getSlave($AS).slaveName>> being force-fed until $his stomach bulges. Day after day, you watch $him handle more and more food until $his belly is big enough to fill $his lap even when empty.
+	<<= getSlave($AS).slaveName>>'s new owner is quite fond of his work and typically sends out photos of his progress. This is no exception; you are treated to a series of images featuring <<= getSlave($AS).slaveName>> being force-fed until $his stomach bulges. Day after day, you watch $him handle more and more food until $his belly is big enough to fill $his lap even when empty.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if $slaves[_ss].weight < 10>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -591,7 +591,7 @@
 	<</if>>
 
 <<case "pastoralist arcology">>
-	getSlave($AS).slaveName is subjected to a stock assay and then packed off to take $his place as a prize heifer.
+	<<= getSlave($AS).slaveName>> is subjected to a stock assay and then packed off to take $his place as a prize heifer.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].lactation == 0)>>
 			<<if ($slaves[_ss].devotion <= 20)>>
@@ -605,7 +605,7 @@
 	<</if>>
 
 <<case "chattel religionist arcology">>
-	getSlave($AS).slaveName is terrified of $his impending religious life; perhaps $he's heard the new text that reads 'no woman come of age is holy unless she performs the act as many times per day as she has years less than forty.'
+	<<= getSlave($AS).slaveName>> is terrified of $his impending religious life; perhaps $he's heard the new text that reads 'no woman come of age is holy unless she performs the act as many times per day as she has years less than forty.'
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].counter.anal < 200)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -617,7 +617,7 @@
 	<</if>>
 
 <<case "roman revivalist arcology">>
-	getSlave($AS).slaveName is shipped to a new arcology, and culturally, across the centuries. $His skill at arms is well enough known that $his impending role as a gladiatrix is easily deduced.
+	<<= getSlave($AS).slaveName>> is shipped to a new arcology, and culturally, across the centuries. $His skill at arms is well enough known that $his impending role as a gladiatrix is easily deduced.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].skill.combat > 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -629,7 +629,7 @@
 	<</if>>
 
 <<case "aztec revivalist arcology">>
-	getSlave($AS).slaveName is transported after losing a military engagement. Though $his will remains strong, $he's @@.gold;filled with fear@@ when $he sees the rivers of blood that flow through the city.
+	<<= getSlave($AS).slaveName>> is transported after losing a military engagement. Though $his will remains strong, $he's @@.gold;filled with fear@@ when $he sees the rivers of blood that flow through the city.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].skill.combat > 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -641,7 +641,7 @@
 	<</if>>
 
 <<case "egyptian revivalist arcology">>
-	getSlave($AS).slaveName's journey to $his new home is respectful, even celebratory, as far as you can see. $He is gravely informed by the purchasing agent that many slaves await $his learned instruction.
+	<<= getSlave($AS).slaveName>>'s journey to $his new home is respectful, even celebratory, as far as you can see. $He is gravely informed by the purchasing agent that many slaves await $his learned instruction.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -50)>>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -653,7 +653,7 @@
 	<</if>>
 
 <<case "virgin trader">>
-	getSlave($AS).slaveName is seen in a shipment of slaves leaving the arcology a month later, with just the slightest hint of a gravid belly and a worn-down expression on $his face.
+	<<= getSlave($AS).slaveName>> is seen in a shipment of slaves leaving the arcology a month later, with just the slightest hint of a gravid belly and a worn-down expression on $his face.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].vagina == 0)>>
 			<<if ($slaves[_ss].ovaries == 1)>>
@@ -667,7 +667,7 @@
 	<</if>>
 
 <<case "body purist arcology">>
-	getSlave($AS).slaveName is shipped to $his new owner's arcology to have $his implants extracted and the resultant damage addressed.
+	<<= getSlave($AS).slaveName>> is shipped to $his new owner's arcology to have $his implants extracted and the resultant damage addressed.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion <= 50)>>
 			<<if ($slaves[_ss].boobsImplant > 1000)>>
@@ -681,7 +681,7 @@
 	<</if>>
 
 <<case "trainer staffing">>
-	getSlave($AS).slaveName is soon well-known among the slaves of the arcology, as many of them are sold after passing under $his hands in training. $He performs effectively, imparting good sex slave ethics in a generation of sluts.
+	<<= getSlave($AS).slaveName>> is soon well-known among the slaves of the arcology, as many of them are sold after passing under $his hands in training. $He performs effectively, imparting good sex slave ethics in a generation of sluts.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -693,7 +693,7 @@
 	<</if>>
 
 <<case "teaching trainer">>
-	getSlave($AS).slaveName is not pleased by $his change in circumstances, since $he is soon subjected to training rigor that $he did not experience while your property.
+	<<= getSlave($AS).slaveName>> is not pleased by $his change in circumstances, since $he is soon subjected to training rigor that $he did not experience while your property.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].intelligenceImplant < 15)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -705,7 +705,7 @@
 	<</if>>
 
 <<case "implanting trainer">>
-	A few weeks later, getSlave($AS).slaveName is seen in a shipment of slaves heading out of the arcology. $He has new fake tits, a bigger butt, lip implants, and even some facial bone structure alterations, but $his balloon breasts are the most shocking change.
+	A few weeks later, <<= getSlave($AS).slaveName>> is seen in a shipment of slaves heading out of the arcology. $He has new fake tits, a bigger butt, lip implants, and even some facial bone structure alterations, but $his balloon breasts are the most shocking change.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].boobsImplant == 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -713,11 +713,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		Your unimplanted slaves @@.gold;fear they'll go under the knife@@ for invasive surgery like getSlave($AS).slaveName suffered, should you ever decide to sell them.
+		Your unimplanted slaves @@.gold;fear they'll go under the knife@@ for invasive surgery like <<= getSlave($AS).slaveName>> suffered, should you ever decide to sell them.
 	<</if>>
 
 <<case "purifying trainer">>
-	A few weeks later, getSlave($AS).slaveName is seen in a shipment of slaves heading out of the arcology. $He is almost unrecognizable, having been quickly returned to as natural an appearance as skillful removal of $his implants could manage.
+	A few weeks later, <<= getSlave($AS).slaveName>> is seen in a shipment of slaves heading out of the arcology. $He is almost unrecognizable, having been quickly returned to as natural an appearance as skillful removal of $his implants could manage.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].boobsImplant > 800)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -729,7 +729,7 @@
 	<</if>>
 
 <<case "D virgin asspussy">>
-	getSlave($AS).slaveName's buyer takes charge of $him, and cannot resist immediately running a hand between $his buttocks to sink a couple of groping fingers into $his soft asspussy.
+	<<= getSlave($AS).slaveName>>'s buyer takes charge of $him, and cannot resist immediately running a hand between $his buttocks to sink a couple of groping fingers into $his soft asspussy.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "buttslut")>>
 			<<set $slaves[_ss].trust += 1>>
@@ -741,7 +741,7 @@
 	<</if>>
 
 <<case "D startled the witch">>
-	getSlave($AS).slaveName heads off to form part of whatever great design $his new master is pursuing; all you know is that it apparently requires lots of lithe, sharp toothed slave <<= $girl>>s.
+	<<= getSlave($AS).slaveName>> heads off to form part of whatever great design $his new master is pursuing; all you know is that it apparently requires lots of lithe, sharp toothed slave <<= $girl>>s.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion <= 20)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -753,7 +753,7 @@
 	<</if>>
 
 <<case "vampire clan">>
-	getSlave($AS).slaveName is quickly embraced by $his new owner and spirited away like all the other <<= $girl>>s that catch his fancy.
+	<<= getSlave($AS).slaveName>> is quickly embraced by $his new owner and spirited away like all the other <<= $girl>>s that catch his fancy.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion <= 20)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -765,7 +765,7 @@
 	<</if>>
 
 <<case "D milf staffing">>
-	getSlave($AS).slaveName becomes a common sight around the arcology, training slaves for $his new master. They're usually seen hanging close by $him as $he manages them with an air at once protective and frankly sexual.
+	<<= getSlave($AS).slaveName>> becomes a common sight around the arcology, training slaves for $his new master. They're usually seen hanging close by $him as $he manages them with an air at once protective and frankly sexual.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].actualAge > 35)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -777,7 +777,7 @@
 	<</if>>
 
 <<case "D hucow">>
-	getSlave($AS).slaveName becomes quite a fixture at social events hosted by $his new master; he enjoys showing off how healthy, happy and productive his cow is.
+	<<= getSlave($AS).slaveName>> becomes quite a fixture at social events hosted by $his new master; he enjoys showing off how healthy, happy and productive his cow is.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].lactation > 0)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -789,7 +789,7 @@
 	<</if>>
 
 <<case "D r9k">>
-	getSlave($AS).slaveName's nervous buyer comes to collect $him, stammering and sweating and doing his best to pretend he does this all the time.
+	<<= getSlave($AS).slaveName>>'s nervous buyer comes to collect $him, stammering and sweating and doing his best to pretend he does this all the time.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].counter.vaginal + $slaves[_ss].counter.anal < 20)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -801,7 +801,7 @@
 	<</if>>
 
 <<case "slimming trainer">>
-	getSlave($AS).slaveName is occasionally visible around the arcology, looking rather tired and gaunt under the stresses of a severe crash diet coupled with a punishing cardio regime.
+	<<= getSlave($AS).slaveName>> is occasionally visible around the arcology, looking rather tired and gaunt under the stresses of a severe crash diet coupled with a punishing cardio regime.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].weight > 10)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -813,7 +813,7 @@
 	<</if>>
 
 <<case "broadening trainer">>
-	getSlave($AS).slaveName is only rarely seen around the arcology, since $his new owners force $him to spend most of $his time sleeping, eating and looking after $himself. But $his belly, painfully distended with food, makes $his situation obvious.
+	<<= getSlave($AS).slaveName>> is only rarely seen around the arcology, since $his new owners force $him to spend most of $his time sleeping, eating and looking after $himself. But $his belly, painfully distended with food, makes $his situation obvious.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].weight > 10)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -825,7 +825,7 @@
 	<</if>>
 
 <<case "cow trainer">>
-	getSlave($AS).slaveName is last seen somewhat later, packed into a shipment of cows heading out of the arcology. $He looks rather ill from the drugs $he's been filled with, and $his now-distended breasts are marred by unsightly stretch marks.
+	<<= getSlave($AS).slaveName>> is last seen somewhat later, packed into a shipment of cows heading out of the arcology. $He looks rather ill from the drugs $he's been filled with, and $his now-distended breasts are marred by unsightly stretch marks.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].lactation == 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -837,7 +837,7 @@
 	<</if>>
 
 <<case "clipping trainer">>
-	getSlave($AS).slaveName is frequently seen in public over the next few weeks, since $he's being trained to improve $his feminine deportment. $He grows visibly more feminine as time passes, as the hormonal effects of having $his balls cut off become apparent.
+	<<= getSlave($AS).slaveName>> is frequently seen in public over the next few weeks, since $he's being trained to improve $his feminine deportment. $He grows visibly more feminine as time passes, as the hormonal effects of having $his balls cut off become apparent.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].balls > 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -849,7 +849,7 @@
 	<</if>>
 
 <<case "reassignment trainer">>
-	getSlave($AS).slaveName is next seen after some weeks of surgery. $He's barely recognizable, and now possesses a serviceable vagina which $he clearly is unsure of. $His original status is scarcely discernible.
+	<<= getSlave($AS).slaveName>> is next seen after some weeks of surgery. $He's barely recognizable, and now possesses a serviceable vagina which $he clearly is unsure of. $His original status is scarcely discernible.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].dick > 0)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -861,7 +861,7 @@
 	<</if>>
 
 <<case "arcade">>
-	The upper half of getSlave($AS).slaveName's body is never seen again. $His butt, on the other hand, is periodically visible in a lower-level arcade, $his orifices gradually showing the wear and $his price gradually decreasing, until finally $he is seen no more.
+	The upper half of <<= getSlave($AS).slaveName>>'s body is never seen again. $His butt, on the other hand, is periodically visible in a lower-level arcade, $his orifices gradually showing the wear and $his price gradually decreasing, until finally $he is seen no more.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].devotion < 10)>>
 			<<set $slaves[_ss].trust -= 2>>
@@ -873,13 +873,13 @@
 	<</if>>
 
 <<case "D cannibal">>
-	getSlave($AS).slaveName is never seen again. $His buyer prefers to keep whatever happened to $him private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves.
+	<<= getSlave($AS).slaveName>> is never seen again. $His buyer prefers to keep whatever happened to $him private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<set $slaves[_ss].trust -= 2>>
 	<</for>>
 
 <<case "harvester">>
-	Though getSlave($AS).slaveName's fate as a source of organs for transplantation is not announced, rumors of what happens to those who @@.gold;fail to be valuable to you@@ pass among your slaves.
+	Though <<= getSlave($AS).slaveName>>'s fate as a source of organs for transplantation is not announced, rumors of what happens to those who @@.gold;fail to be valuable to you@@ pass among your slaves.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<set $slaves[_ss].trust -= 2>>
 	<</for>>
@@ -891,7 +891,7 @@
 	<</for>>
 
 <<case "D oral servants">>
-	getSlave($AS).slaveName is an occasional sight around the arcology; $he's never seen outside the company of $his new slave superior. This is one of $his new master's more favored slaves. $He has a huge cock, and <<= getSlave($AS).slaveName>> is usually seen crouching down, hugging one of $his superior's legs and keeping $his mouth obediently near that dick.
+	<<= getSlave($AS).slaveName>> is an occasional sight around the arcology; $he's never seen outside the company of $his new slave superior. This is one of $his new master's more favored slaves. $He has a huge cock, and <<= getSlave($AS).slaveName>> is usually seen crouching down, hugging one of $his superior's legs and keeping $his mouth obediently near that dick.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetishKnown == 1)>>
 			<<if ($slaves[_ss].fetish == "cumslut")>>
@@ -905,7 +905,7 @@
 	<</if>>
 
 <<case "D trap lover">>
-	getSlave($AS).slaveName becomes a frequent sight around the arcology, accompanying $his new master. $He's clearly happy, and is frequently seen to offer $his butt to him with a smile.
+	<<= getSlave($AS).slaveName>> becomes a frequent sight around the arcology, accompanying $his new master. $He's clearly happy, and is frequently seen to offer $his butt to him with a smile.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].dick > 0)>>
 			<<if ($slaves[_ss].devotion > 20)>>
@@ -919,7 +919,7 @@
 	<</if>>
 
 <<case "D butt bury">>
-	getSlave($AS).slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground.
+	<<= getSlave($AS).slaveName>>'s buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "buttslut")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -933,7 +933,7 @@
 	<</if>>
 
 <<case "D milky herm">>
-	getSlave($AS).slaveName's buyer arrives and seems pleased with $his lovely feminine appearance; he verifies $his lactation and $his ability to achieve erection despite $his lack of visible balls.
+	<<= getSlave($AS).slaveName>>'s buyer arrives and seems pleased with $his lovely feminine appearance; he verifies $his lactation and $his ability to achieve erection despite $his lack of visible balls.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].dick > 0)>>
 			<<if ($slaves[_ss].boobs > 400)>>
@@ -947,7 +947,7 @@
 	<</if>>
 
 <<case "D shorty breeder">>
-	getSlave($AS).slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of $him, since $he seems to spend most of $his time at home making babies.
+	<<= getSlave($AS).slaveName>>'s lithe, muscular form is rarely seen after $his buyer takes charge of $him, since $he seems to spend most of $his time at home making babies.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].fetish == "pregnancy")>>
 			<<if ($slaves[_ss].fetishKnown == 1)>>
@@ -961,16 +961,16 @@
 	<</if>>
 
 <<case "D waifu">>
-	getSlave($AS).slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his beloved at home. Though $he seems to be well treated, arcology society finds him repellent enough that your other slaves do not envy $him.
+	<<= getSlave($AS).slaveName>> is rarely seen after $his buyer takes charge of $him, since he prefers to keep his beloved at home. Though $he seems to be well treated, arcology society finds him repellent enough that your other slaves do not envy $him.
 
 <<case "fuckdoll">>
-	Though getSlave($AS).slaveName's fate as a living fucktoy is not obvious, since most of $his body will forever after be encased in thick latex, rumors of what happens to those who @@.gold;fail to be valuable to you@@ pass among your slaves.
+	Though <<= getSlave($AS).slaveName>>'s fate as a living fucktoy is not obvious, since most of $his body will forever after be encased in thick latex, rumors of what happens to those who @@.gold;fail to be valuable to you@@ pass among your slaves.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<set $slaves[_ss].trust -= 2>>
 	<</for>>
 
 <<case "porn studio">>
-	getSlave($AS).slaveName becomes a frequent sight in <<= getSlave($AS).porn.fameType>> smut and attracts huge crowds with each public appearance.
+	<<= getSlave($AS).slaveName>> becomes a frequent sight in <<= getSlave($AS).porn.fameType>> smut and attracts huge crowds with each public appearance.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if $slaves[_ss].porn.prestige > 0 && $slaves[_ss].porn.prestige < 3>>
 			<<if ($slaves[_ss].devotion > 20)>>
@@ -984,7 +984,7 @@
 	<</if>>
 
 <<case "obsessed fan">>
-	getSlave($AS).slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home.
+	<<= getSlave($AS).slaveName>> is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if $slaves[_ss].porn.prestige == 1>>
 			<<if ($slaves[_ss].devotion > 20)>>
@@ -1009,11 +1009,11 @@
 		<</if>>
 	<</for>>
 	<<if _slaveImpact == 1>>
-		Your less than intelligent slaves are @@.mediumorchid;deeply envious@@ of getSlave($AS).slaveName, completely failing to comprehend what they saw were not special effects.
+		Your less than intelligent slaves are @@.mediumorchid;deeply envious@@ of <<= getSlave($AS).slaveName>>, completely failing to comprehend what they saw were not special effects.
 	<</if>>
 
 <<case "concert hall">>
-	As getSlave($AS).slaveName now spends all $his time backstage, $he's rarely seen again. Occasionally, however, a roadie will bring $him outside as he hauls the equipment, and $he jacks him off.
+	As <<= getSlave($AS).slaveName>> now spends all $his time backstage, $he's rarely seen again. Occasionally, however, a roadie will bring $him outside as he hauls the equipment, and $he jacks him off.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].hears < 0)>>
 			<<set $slaves[_ss].trust += 1>>
@@ -1025,7 +1025,7 @@
 	<</if>>
 
 <<case "etiquette coach">>
-	getSlave($AS).slaveName's new etiquette trainer sends you courtesy updates on $his progress, as $he learns proper poise and enunciation, the correct locations of silverware, and how to avoid making vulgar comments while performing lascivious acts.
+	<<= getSlave($AS).slaveName>>'s new etiquette trainer sends you courtesy updates on $his progress, as $he learns proper poise and enunciation, the correct locations of silverware, and how to avoid making vulgar comments while performing lascivious acts.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].sexualFlaw == "crude")>>
 			<<set $slaves[_ss].trust -= 1>>
@@ -1037,7 +1037,7 @@
 	<</if>>
 
 <<case "sex double">>
-	getSlave($AS).slaveName soon makes $his debut on the big screen in a debaucherous gangbang in place of the popular lead. $He is a spitting image of the actress, even when coated in layers of semen.
+	<<= getSlave($AS).slaveName>> soon makes $his debut on the big screen in a debaucherous gangbang in place of the popular lead. $He is a spitting image of the actress, even when coated in layers of semen.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].sexualFlaw == "attention whore")>>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -1045,11 +1045,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		The attention whores among your slaves are @@.mediumorchid;envious@@ of getSlave($AS).slaveName's good fortune.
+		The attention whores among your slaves are @@.mediumorchid;envious@@ of <<= getSlave($AS).slaveName>>'s good fortune.
 	<</if>>
 
 <<case "monster movie">>
-	getSlave($AS).slaveName soon makes $his debut on the big screen in a thrilling horror movie. At its end, the male lead finds his partner, played by $him in this scene, glued to a wall with a massively distended middle filled to capacity with the monster's spawn. The camera slowly zooms in on $him as $he gives birth to a future sequel.
+	<<= getSlave($AS).slaveName>> soon makes $his debut on the big screen in a thrilling horror movie. At its end, the male lead finds his partner, played by $him in this scene, glued to a wall with a massively distended middle filled to capacity with the monster's spawn. The camera slowly zooms in on $him as $he gives birth to a future sequel.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].sexualFlaw == "breeder")>>
 			<<set $slaves[_ss].devotion -= 2>>
@@ -1057,11 +1057,11 @@
 		<</if>>
 	<</for>>
 	<<if (_slaveImpact == 1)>>
-		The pregnancy obsessed sluts among your slaves are @@.mediumorchid;envious@@ of getSlave($AS).slaveName's new experience, even if it is fake.
+		The pregnancy obsessed sluts among your slaves are @@.mediumorchid;envious@@ of <<= getSlave($AS).slaveName>>'s new experience, even if it is fake.
 	<</if>>
-	
+
 <<case "sniper spotter">>
-	The mercenary sniper greets getSlave($AS).slaveName before the two of them head off for a battlefield halfway around the world. "Let's hope you've got a good eye for political assassinations," he says humorlessly.
+	The mercenary sniper greets <<= getSlave($AS).slaveName>> before the two of them head off for a battlefield halfway around the world. "Let's hope you've got a good eye for political assassinations," he says humorlessly.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].skill.combat <= 15)>>
 			<<set $slaves[_ss].devotion -= 3>>
@@ -1073,7 +1073,7 @@
 	<</if>>
 
 <<case "peacekeepers">>
-	getSlave($AS).slaveName is delivered to General $peacekeepers.generalName's forces, to serve as a barracks whore. Several days later, the purchasing officer forwards a short shot of getSlave($AS).slaveName
+	<<= getSlave($AS).slaveName>> is delivered to General $peacekeepers.generalName's forces, to serve as a barracks whore. Several days later, the purchasing officer forwards a short shot of <<= getSlave($AS).slaveName>>
 	<<set _slaveCost = slaveCost(getSlave($AS))>>
 	<<if $peacekeepers.tastes == 0>>
 		<<if _slaveCost > random(10000,50000) || $peacekeepers.attitude > 90>><<set _influential = 1>><<else>><<set _influential = 0>><</if>>
@@ -1154,7 +1154,7 @@
 		$His presence will influence General $peacekeepers.generalName's troops in favor of a closer relationship with the Free City; old world mores are difficult to maintain while inside an arcology-trained sex slave.
 		<<set $peacekeepers.attitude += Math.ceil(_slaveCost/10000)>>
 	<<elseif $peacekeepers.attitude < 100>>
-		With getSlave($AS).slaveName added to their stable of sex slaves, General $peacekeepers.generalName's troops will be fully converted to the idea of aligning with the slaveowning Free Cities, and the general will no longer have to maintain even plausible deniability. @@.yellow;General $peacekeepers.generalName's little empire is now effectively a client state of $arcologies[0].name.@@
+		With <<= getSlave($AS).slaveName>> added to their stable of sex slaves, General $peacekeepers.generalName's troops will be fully converted to the idea of aligning with the slaveowning Free Cities, and the general will no longer have to maintain even plausible deniability. @@.yellow;General $peacekeepers.generalName's little empire is now effectively a client state of $arcologies[0].name.@@
 		<<set $peacekeepers.attitude = 100>>
 	<<else>>
 		General $peacekeepers.generalName's little empire continues to be a reliable client state of $arcologies[0].name, and a good market for $peacekeepers.tastes.