diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 0a6799cfb04a7c41c1578b6b15b817a422be0e9c..1e02a46c7e94932b2ea94bafeccb62e25dd7c6b5 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -488,7 +488,7 @@ Choose piercing style:
 <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>>
 	<<if $activeSlave.clitPiercing != 3>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		Give $object a [[smart piercing?|Body Modification][$activeSlave.clitPiercing = 3,$activeSlave.clitSetting = "all",$cash -=$SPcost,$degradation += 1]] //Costs ¤$SPcost, unlocks options to mold sexuality//
+		Give $object a [[smart piercing?|Body Modification][$activeSlave.clitPiercing = 3,$activeSlave.clitSetting = "all",$cash -=$SPcost,$degradation += 1]] //Costs <<print cashFormat($SPcost)>>, unlocks options to mold sexuality//
 	<<else>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		$pronounCap already has a smart piercing!
diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw
index e2dee9511e8b7a7d79dd9f079e3991b549a624f6..1bff5cff187439c3d84309b422b1680682ff2c5b 100644
--- a/src/uncategorized/brothel.tw
+++ b/src/uncategorized/brothel.tw
@@ -147,7 +147,7 @@ $brothelNameCaps
 
 <<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>>
 <br>It can support $brothel whores.
-[[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs ¤_Tmult0 and will increase upkeep costs//
+[[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
 
 <br>
 <<if $brothelUpgradeDrugs == 1>>
@@ -158,7 +158,7 @@ $brothelNameCaps
     It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently disabled. [[Enable them|Brothel][$brothelUpgradeDrugs = 1]] //Will increase upkeep costs//
 <<else>>
 	<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
-	It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs ¤_Tmult1 and will increase upkeep costs//
+	It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
 <</if>>
 
 <br>$brothelNameCaps is
diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw
index 96a033e5fe69384a40d5afcf3b102cc18325cade..650d6ed4fa8abf88b7e639656b5eee4ff21ed365 100644
--- a/src/uncategorized/brothelAdvertisement.tw
+++ b/src/uncategorized/brothelAdvertisement.tw
@@ -123,7 +123,7 @@
 
 <<nobr>>
 
-You are spending ¤$brothelAdsSpending each week to advertise the brothel.
+You are spending <<print cashFormat($brothelAdsSpending)>> each week to advertise the brothel.
 
 <<if $brothelAdsSpending > 900>>
 	<<link "Decrease">><<set $brothelAdsSpending -= 1000>><<goto "Brothel Advertisement">><</link>> |
diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index fb7db1a822c23b85f2a473f668e22b0b84b87a72..3e5b4851e10e04a25f8441d17351b6aa81b5d445 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -209,7 +209,7 @@
 				<<silently>><<include "SA whore">><</silently>>
 			<</if>>
 			<<set _seed = $cash-_oldCash, $cash += Math.trunc(0.5*_seed), _seed = Math.trunc(1.5*_seed), _profits += _seed>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;¤_seed@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam.
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;<<print cashFormat(_seed)>>@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam.
 		<</if>>
 	<</if>>
 	<<if (_DL > 0)>><br><br><</if>>
@@ -506,7 +506,7 @@
 		b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance;
 		b.profit = b.totalIncome - b.totalExpenses;
 	<</script>>
-	$brothelNameCaps makes you @@.yellowgreen;¤_profits@@ this week.
+	$brothelNameCaps makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ this week.
 
 	<<if $brothelDecoration != "standard">>
 		$brothelNameCaps's customers enjoy @@.green;fucking whores in $brothelDecoration surroundings.@@
diff --git a/src/uncategorized/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw
index f43b6a530f53a1a443853289478b1dcaa8098c58..de183e1ad36eebc0a71b76926966d950f8550ce8 100644
--- a/src/uncategorized/buildingWidgets.tw
+++ b/src/uncategorized/buildingWidgets.tw
@@ -194,7 +194,7 @@ if(!Macro.has('sectorblock')) {
 <<widget "SectorSell">>
 
 <<set $price = 1000*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>>
-Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth ¤$price.
+Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth <<print cashFormat($price)>>.
 <<if $arcologies[0].ownership >= 4>>
 	[[Sell|Main][$cash += $price, $arcologies[0].ownership -= 4, $arcologies[0].demandFactor -= 20, $sectors[$AS].ownership = 0]]
 <</if>>
diff --git a/src/uncategorized/bulkSlaveIntro.tw b/src/uncategorized/bulkSlaveIntro.tw
index 6b42c4c085a54bed201fce3e2dc1e129339341ca..be9ced8684e4d6ac3b390175e748122fbf71abe9 100644
--- a/src/uncategorized/bulkSlaveIntro.tw
+++ b/src/uncategorized/bulkSlaveIntro.tw
@@ -35,7 +35,7 @@
 	<<else>>
 		With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount;
 	<</if>>
-	You spent @@.yellowgreen;¤$spent@@ on your new slaves.<br><br>
+	You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
 
 <<case "inStock">>
 	You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves. 
@@ -46,7 +46,7 @@
 	<<else>>
 		With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount;
 	<</if>>
-	You spent @@.yellowgreen;¤$spent@@ on your new slaves.<br><br>
+	You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
 	
 <<case "event">>
 	This is placeholder event info.
diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw
index 4879c7b2c666da77a45232a445fcb75f9852704c..43f5d129225646f0f7dd70aefae8e026708edcc6 100644
--- a/src/uncategorized/buySlaves.tw
+++ b/src/uncategorized/buySlaves.tw
@@ -225,7 +225,7 @@ The parts of your arcology you own can house a total of $PopCap menial slaves.
 <<else>>
 	You do not own any menial slaves.
 <</if>>
-The market price of menials is ¤_menialPrice.
+The market price of menials is <<print cashFormat(_menialPrice)>>.
 <<set _optionsBreak = 0>>
 <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>>
 	[[Buy|Buy Slaves][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]]
@@ -264,11 +264,11 @@ The market price of menials is ¤_menialPrice.
 		<</if>>
 		<</if>>
 		[[(all)|Buy Slaves][$fuckdolls+=$helots,$cash-=(_fconvertCost)*($helots),$helots=0]]
-		//Costs ¤_fconvertCost//
+		//Costs <<print cashFormat(_fconvertCost)>>//
 	<</if>>
 	<<if $dairyFeedersUpgrade > 0>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Convert to Bioreactor|Buy Slaves][$helots-=1,$menialBioreactors+=1,$cash-=500]]
-		//Costs ¤500//
+		//Costs <<print cashFormat(500)>>//
 		<<if $helots >= 10>>
 			[[(x10)|Buy Slaves][$helots-=10,$menialBioreactors+=10,$cash-=5000]]
 		<<if $helots >= 100>>
@@ -276,7 +276,7 @@ The market price of menials is ¤_menialPrice.
 		<</if>>
 		<</if>>
 		[[(all)|Buy Slaves][$menialBioreactors+=$helots,$cash-=500*$helots,$helots=0]]
-		//Costs ¤500//
+		//Costs <<print cashFormat(500)>>//
 	<</if>>
 	<</if>>
 <</if>>
@@ -289,7 +289,7 @@ The market price of menials is ¤_menialPrice.
 	<br>You do not own any standard Fuckdolls.
 <</if>>
 <<if ($fuckdolls > 0) || ($arcologies[0].FSPaternalist == "unset")>>
-The market price of standard fuckdolls is ¤<<print _menialPrice*2>>.
+The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>.
 <<set _optionsBreak = 0>>
 <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>>
 <<if $arcologies[0].FSPaternalist == "unset">>
@@ -327,7 +327,7 @@ The market price of standard fuckdolls is ¤<<print _menialPrice*2>>.
 	<br>You do not own any standard bioreactors.
 <</if>>
 <<if ($menialBioreactors > 0) || ($arcologies[0].FSPaternalist == "unset")>>
-The market price of standard bioreactors is ¤<<print (_menialPrice-100)>>.
+The market price of standard bioreactors is <<print cashFormat((_menialPrice-100))>>.
 <<set _optionsBreak = 0>>
 <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>>
 <<if $arcologies[0].FSPaternalist == "unset">>
diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw
index 0f8115c1946bc2df568591edad599befc6af28e4..aa1fe88262eefabe9f5c338ffc34115e5c0207cb 100644
--- a/src/uncategorized/cellblock.tw
+++ b/src/uncategorized/cellblock.tw
@@ -72,14 +72,14 @@ $cellblockNameCaps
 
 <<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>>
 <br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement.
-[[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs ¤_Tmult0//
+[[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
 
 <br>
 <<if $cellblockUpgrade == 1>>
 	Its compliance systems have been upgraded to allow slaves no mental respite, painstakingly correcting the tiniest misbehaviors to soften flaws into quirks at the cost of considerable anguish to inmates denied any rest from correction.
 <<else>>
 	<<set _Tmult1 = Math.trunc(20000*$upgradeMultiplierArcology)>>
-	Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][$cash -= _Tmult1, $cellblockUpgrade = 1]] //Costs ¤_Tmult1//
+	Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][$cash -= _Tmult1, $cellblockUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>>//
 <</if>>
 
 <<if $Wardeness != 0 && canPenetrate($Warden)>>
diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw
index b690745472b986eaeadd5f7502db54a1c0444e3d..cdb7b5d6b7d9268684a2dfd26244f98db83f461b 100644
--- a/src/uncategorized/cellblockReport.tw
+++ b/src/uncategorized/cellblockReport.tw
@@ -129,7 +129,7 @@
 	<</for>>
 	<<if (_DL < $cellblock)>>
 		<<set _seed = random(1,10)+(($cellblock-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;¤_seed.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@
 	<</if>>
 	<<if (_DL > 0)>><br><br><</if>>
 <</if>>
diff --git a/src/uncategorized/changeLanguage.tw b/src/uncategorized/changeLanguage.tw
index a70dd43d340becfccc8fbe2fce739448323bfb06..fb6f040dd9a5b9d263654274eeb27664a32363c8 100644
--- a/src/uncategorized/changeLanguage.tw
+++ b/src/uncategorized/changeLanguage.tw
@@ -33,7 +33,7 @@
 
 The lingua franca of the arcology is ''$language''.
 <br><br>
-//Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost ¤500 for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.//
+//Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost <<print cashFormat(500)>> for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.//
 <br><br>
 Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.//
 
diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw
index 3fff979c36e9441562331f5152dde140f5f5c1f3..3e04e09a1b74c64bb040c758dcb5e0ea6d2d0efa 100644
--- a/src/uncategorized/clinic.tw
+++ b/src/uncategorized/clinic.tw
@@ -72,14 +72,14 @@ $clinicNameCaps
 
 <<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>>
 <br>$clinicNameCaps has room to support $clinic slaves while they receive treatment.
-[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs ¤_Tmult0//
+[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
 
 <br>
 <<if $clinicUpgradeScanner == 1>>
 	$clinicNameCaps's scanners have been upgraded with a sampling system that can estimate carcinogenic damage to a slave's genome.
 <<else>>
 	<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
-	It mounts powerful medical scanning technology. [[Upgrade the scanners to help detect genomic damage|Clinic][$cash -= _Tmult1, $clinicUpgradeScanner = 1]] //Costs ¤_Tmult1//
+	It mounts powerful medical scanning technology. [[Upgrade the scanners to help detect genomic damage|Clinic][$cash -= _Tmult1, $clinicUpgradeScanner = 1]] //Costs <<print cashFormat(_Tmult1)>>//
 <</if>>
 
 <br>
@@ -88,14 +88,14 @@ $clinicNameCaps
 		The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. The blood is intensely cleaned to greatly decrease the presence of impurities at the cost of compatibility. Patients will likely be ill for the duration of the treatment.
 	<<else>>
 		<<set _Tmult3 = Math.trunc(150000*$upgradeMultiplierArcology)>>
-		The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs ¤_Tmult3 and may cause health problems in slaves//
+		The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs <<print cashFormat(_Tmult3)>> and may cause health problems in slaves//
 	<</if>>
 	<<if $Nurse == 0>>
 		<br>However, without a nurse in attendance, the blood treatment equipment remains idle.
 	<</if>>
 <<else>>
 	<<set _Tmult2 = Math.trunc(50000*$upgradeMultiplierArcology)>>
-	It includes standard dialysis equipment. [[Install advanced blood treatment equipment to help address drug side effects|Clinic][$cash -= _Tmult2, $clinicUpgradeFilters = 1]] //Costs ¤_Tmult2//
+	It includes standard dialysis equipment. [[Install advanced blood treatment equipment to help address drug side effects|Clinic][$cash -= _Tmult2, $clinicUpgradeFilters = 1]] //Costs <<print cashFormat(_Tmult2)>>//
 <</if>>
 
 <br>
diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index 4006db67df3ab7e32858299426b79066c2fd69a9..ca26c4d59e274326a474ae7526856ae6b71838bc 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -191,7 +191,7 @@
 	<</for>>
 	<<if (_DL < $clinic)>>
 		<<set _seed = random(1,10)+(($clinic-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;¤_seed.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@
 	<</if>>
 	<<if (_DL > 0)>><br><br><</if>>
 <</if>>
diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw
index 448b0351f7c02e5bb96676d470705ca28ddfe7f1..1a53c52b633a994021b8a9c3c7b1a3c02b3d06d8 100644
--- a/src/uncategorized/club.tw
+++ b/src/uncategorized/club.tw
@@ -202,14 +202,14 @@ $clubNameCaps
 
 <<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>>
 <br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves.
-[[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs ¤_Tmult0 and will increase upkeep costs//
+[[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
 
 <br>
 <<if $clubUpgradePDAs == 1>>
 	$clubNameCaps has been wired for unobtrusive personal data assistants to let your sluts pass tips about enslaveable people to your recruiter.
 <<else>>
 	<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
-	The rooms are standard. [[Upgrade them with PDAs to help your recruiter|Club][$cash -= _Tmult1, $clubUpgradePDAs = 1]] //Costs ¤_Tmult1 and will increase upkeep costs//
+	The rooms are standard. [[Upgrade them with PDAs to help your recruiter|Club][$cash -= _Tmult1, $clubUpgradePDAs = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
 <</if>>
 
 <br>
diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw
index 123eb6678394a1b86455e4d3e92b796ac2610976..d7b9539dd8048336c3d5bc5595d0fb6e71ef4f87 100644
--- a/src/uncategorized/clubAdvertisement.tw
+++ b/src/uncategorized/clubAdvertisement.tw
@@ -123,7 +123,7 @@
 
 <<nobr>>
 
-You are spending ¤$clubAdsSpending each week to advertise $clubName.
+You are spending <<print cashFormat($clubAdsSpending)>> each week to advertise $clubName.
 
 <<if $clubAdsSpending > 900>>
 	<<link "Decrease">><<set $clubAdsSpending -= 1000>><<goto "Club Advertisement">><</link>> |
diff --git a/src/uncategorized/completeCatalog.tw b/src/uncategorized/completeCatalog.tw
index 650fc813ad04b30a3aaa1e38e643fa8a07ad577b..20db61479629533e39fa11b6ae0415e0ca698d45 100644
--- a/src/uncategorized/completeCatalog.tw
+++ b/src/uncategorized/completeCatalog.tw
@@ -58,7 +58,7 @@
 
 <br><br>
 
-The offered price is ¤<<print $slaveCost>>.
+The offered price is <<print cashFormat($slaveCost)>>.
 
 [[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $activeSlave.weekAcquired = $week, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main", $specialSlave = 1]]
 
diff --git a/src/uncategorized/corporateMarket.tw b/src/uncategorized/corporateMarket.tw
index aa4219db5b289befe1fb6c1ed4aae75575c3e01a..a8d7872f206046572cabafdc6d6c96c0e5ae4550 100644
--- a/src/uncategorized/corporateMarket.tw
+++ b/src/uncategorized/corporateMarket.tw
@@ -84,7 +84,7 @@ while you browse.
 <</if>>
 
 <<set $slaveCost = 500*Math.trunc($slaveCost/500)>>
-The offered price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
+The offered price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 <br>
 <<if $cash >= $slaveCost>>
 	[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]]
diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index 2df4babc673599dd35b5c4c6fe08b49aab907dbc..cc830b7e288bc98aea6d3b31d055cea8801feb01 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -18,7 +18,7 @@
 <<set $corpValue = ($generalAssets*$generalAssetPrice)+($slaveAssets*$slaveAssetPrice)+($entrapmentAssets*$entrapmentAssetPrice)+($captureAssets*$captureAssetPrice)+($trainingAssets*$trainingAssetPrice)+($surgicalAssets*$surgicalAssetPrice)+($drugAssets*$drugAssetPrice)>>
 <<set $corpProfit = Math.trunc($corpValue*(random(7,15)/1000))>>
 <<set $corpCash += $corpProfit>>
-Your corporation made a profit of ¤$corpProfit last week.
+Your corporation made a profit of <<print cashFormat($corpProfit)>> last week.
 <<if $mercenariesHelpCorp > 0>>
 	The $mercenariesTitle assist it with difficult enslavement targets. Otherwise, it
 	<<set $slaveAssets += $mercenaries*1000>>
@@ -47,7 +47,7 @@ Your corporation made a profit of ¤$corpProfit last week.
 	<<set $slaveAssets += Math.trunc(($captureAssets+$entrapmentAssets)*0.01)>>
 	<<set $corpPeopleEnslaved += Math.trunc(($captureAssets+$entrapmentAssets)*0.0001)>>
 <</if>>
-in total, the corporation has enslaved $corpPeopleEnslaved people.
+in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> people.
 <<if $slaveAssets < ($trainingAssets+$surgicalAssets+$drugAssets)>>
 	The corporation has enough training and medical assets to rapidly improve its human holdings.
 	<<set $slaveAssets = Math.trunc($slaveAssets*1.1)>>
@@ -74,27 +74,27 @@ in total, the corporation has enslaved $corpPeopleEnslaved people.
 <</if>>
 <</if>>
 <<if $corpProfit*0.6 > ($personalShares+$publicShares)*3>>
-	Since it is incredibly profitable, a massive dividend of ¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))>> was paid out to stockholders; you received @@.yellowgreen;¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>.@@
+	Since it is incredibly profitable, a massive dividend of <<print cashFormat(Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares)))>> was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat(Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares)>>.@@
 	<<set $cash += Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>
 	<<set $corpCash -= Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*2.4>>
-	Since it is extremely profitable, a huge dividend of ¤2/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*2>>.@@
+	Since it is extremely profitable, a huge dividend of ¤2/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*2)>>.@@
 	<<set $cash += $personalShares*2>>
 	<<set $corpCash -= ($personalShares+$publicShares)*2>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*1.5>>
-	Since it is highly profitable, a large dividend of ¤1/share was paid out to stockholders; you received @@.yellowgreen;¤$personalShares.@@
+	Since it is highly profitable, a large dividend of ¤1/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares)>>.@@
 	<<set $cash += $personalShares>>
 	<<set $corpCash -= ($personalShares+$publicShares)>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*0.8>>
-	Since it is very profitable, a moderate dividend of ¤0.5/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.5>>.@@
+	Since it is very profitable, a moderate dividend of ¤0.5/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.5)>>.@@
 	<<set $cash += Math.trunc($personalShares*0.5)>>
 	<<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.5)>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*0.4>>
-	Since it is moderately profitable, a reasonable dividend of ¤0.2/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.2>>.@@
+	Since it is moderately profitable, a reasonable dividend of ¤0.2/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.2)>>.@@
 	<<set $cash += Math.trunc($personalShares*0.2)>>
 	<<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.2)>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*0.2>>
-	Since it is acceptably profitable, a small dividend of ¤0.1/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.1>>.@@
+	Since it is acceptably profitable, a small dividend of ¤0.1/share was paid out to stockholders; you received @@.yellowgreen;<<print cashFormat($personalShares*0.1)>>.@@
 	<<set $cash += Math.trunc($personalShares*0.1)>>
 	<<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.1)>>
 <</if>>
@@ -118,19 +118,19 @@ in total, the corporation has enslaved $corpPeopleEnslaved people.
 	<<set $sharePrice = (Math.trunc($sharePrice*random(85,random(90,95))))/100>>
 <</if>>
 
-Shares in your corporation are trading at ¤$sharePrice:
+Shares in your corporation are trading at <<print cashFormat($sharePrice)>>:
 
 <<if $oldSharePrice == $sharePrice>>
 	no different from last week.
 <<elseif $oldSharePrice > $sharePrice>>
-	down <<print Math.trunc(($oldSharePrice-$sharePrice)*100)/100>> since last week.
+	down <<print cashFormat(Math.trunc(($oldSharePrice-$sharePrice)*100)/100)>> since last week.
 <<else>>
-	up <<print Math.trunc(($sharePrice - $oldSharePrice)*100)/100>> since last week.
+	up <<print cashFormat(Math.trunc(($sharePrice - $oldSharePrice)*100)/100)>> since last week.
 <</if>>
 
 <<set $oldSharePrice = Math.trunc($sharePrice)>>
 
-You hold $personalShares shares personally while $publicShares are publicly held.
+You hold <<print commaNum($personalShares)>> shares personally while <<print commaNum($publicShares)>> are publicly held.
 <span id="CorpAction">
 <br>Purchase shares from corporation:
 <<if $cash > 1000*$sharePrice>>
@@ -189,7 +189,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <br>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <span id="purchasing"></span>
-<span id="cashOnHand">¤$corpCash </span>in cash on hand.
+<span id="cashOnHand"><<print cashFormat($corpCash)>></span> in cash on hand.
 <span id="update"></span>
 
 <br>
@@ -216,7 +216,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <</if>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="genAssets">¤<<print $generalAssetPrice*$generalAssets>></span> in general assets.
+	<span id="genAssets"><<print cashFormat($generalAssetPrice*$generalAssets)>></span> in general assets.
 	General asset prices are
 	<<if $generalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $generalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $generalAssetPrice == 10>>average<<elseif $generalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -224,10 +224,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $generalAssets += 500>>
 			<<set $corpCash -= 500*$generalAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#genAssets">>
-				¤<<print $generalAssetPrice*$generalAssets>>
+				<<print cashFormat($generalAssetPrice*$generalAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -242,10 +242,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*500)))*($generalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#genAssets">>
-				¤<<print $generalAssetPrice*$generalAssets>>
+				<<print cashFormat($generalAssetPrice*$generalAssets)>>
 			<</replace>>
 		<<else>>
 		<<replace "#purchasing">>
@@ -258,10 +258,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $generalAssets -= 500>>
 			<<set $corpCash += 500*$generalAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#genAssets">>
-				¤<<print $generalAssetPrice*$generalAssets>>
+				<<print cashFormat($generalAssetPrice*$generalAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -278,10 +278,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $generalAssets = Math.trunc($generalAssets/2)>>
 			<<set $corpCash += $generalAssets*$generalAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#genAssets">>
-				¤<<print $generalAssetPrice*$generalAssets>>
+				<<print cashFormat($generalAssetPrice*$generalAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -292,14 +292,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="generalAssetsDisp">¤<<print $generalAssetPrice*$generalAssets>> (<<print $generalAssets/500>> unit<<if $generalAssets/500 > 1>>s<</if>>)</span> in general assets.
+	<span id="generalAssetsDisp"><<print cashFormat($generalAssetPrice*$generalAssets)>> (<<print commaNum($generalAssets/500)>> unit<<if $generalAssets/500 > 1>>s<</if>>)</span> in general assets.
 	Prices are 
 	<<if $generalAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $generalAssetPrice*500>>ea@@.
+		@@.yellowgreen;<<print cashFormat($generalAssetPrice*500)>>ea@@.
 	<<elseif $generalAssetPrice < 10>>
-		@@.gold;¤<<print $generalAssetPrice*500>>ea@@.
+		@@.gold;<<print cashFormat($generalAssetPrice*500)>>ea@@.
 	<<else>>
-		¤<<print $generalAssetPrice*500>>ea.
+		<<print cashFormat($generalAssetPrice*500)>>ea.
 	<</if>>
 	<span id="controlsgeneral"><<CorpDevBuySell "general" "Numgeneral">></span><span id='generalAssetsPurchasing'></span>
 <</if>>
@@ -308,7 +308,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<set $slaveAssetPrice = Math.trunc(10*$slaveCostFactor)>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="slavAssets">¤<<print $slaveAssetPrice*$slaveAssets>></span> in slaves.
+	<span id="slavAssets"><<print cashFormat($slaveAssetPrice*$slaveAssets)>></span> in slaves.
 	Slave prices are
 	<<if $slaveAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $slaveAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $slaveAssetPrice == 10>>average<<elseif $slaveAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -317,10 +317,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $corpPeopleEnslaved += Math.trunc((500*$slaveAssetPrice)/1000)>>
 			<<set $corpCash -= 500*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#slavAssets">>
-				¤<<print $slaveAssetPrice*$slaveAssets>>
+				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -336,10 +336,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $corpPeopleEnslaved += Math.trunc(($corpCash/($slaveAssetPrice*2))/1000)>>
 			<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*500)))*($slaveAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#slavAssets">>
-				¤<<print $slaveAssetPrice*$slaveAssets>>
+				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
 			<</replace>>
 		<<else>>
 			<<replace "#purchasing">>
@@ -352,10 +352,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $slaveAssets -= 500>>
 			<<set $corpCash += 500*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#slavAssets">>
-				¤<<print $slaveAssetPrice*$slaveAssets>>
+				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -370,10 +370,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $slaveAssets = Math.trunc($slaveAssets/2)>>
 			<<set $corpCash += $slaveAssets*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#slavAssets">>
-				¤<<print $slaveAssetPrice*$slaveAssets>>
+				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -384,14 +384,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="slaveAssetsDisp">¤<<print $slaveAssetPrice*$slaveAssets>> (<<print Math.floor($slaveAssets/500)>> unit<<if Math.floor($slaveAssets/500) > 1>>s<</if>>)</span> in slaves.
+	<span id="slaveAssetsDisp"><<print cashFormat($slaveAssetPrice*$slaveAssets)>> (<<print commaNum(Math.floor($slaveAssets/500))>> unit<<if Math.floor($slaveAssets/500) > 1>>s<</if>>)</span> in slaves.
 	Prices are 
 	<<if $slaveAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $slaveAssetPrice*500>>ea@@
+		@@.yellowgreen;<<print cashFormat($slaveAssetPrice*500)>>ea@@
 	<<elseif $slaveAssetPrice < 10>>
-		@@.gold;¤<<print $slaveAssetPrice*500>>ea@@
+		@@.gold;<<print cashFormat($slaveAssetPrice*500)>>ea@@
 	<<else>>
-		¤<<print $slaveAssetPrice*500>>ea
+		<<print cashFormat($slaveAssetPrice*500)>>ea
 	<</if>>
 	<span id="controlsslave"><<CorpDevBuySell "slave" "Numslave">></span><span id='slaveAssetsPurchasing'></span>
 <</if>>
@@ -422,7 +422,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <</if>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="trapAssets">¤<<print $entrapmentAssetPrice*$entrapmentAssets>></span> in legal enslavement assets.
+	<span id="trapAssets"><<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>></span> in legal enslavement assets.
 	Legal enslavement asset prices are
 	<<if $entrapmentAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $entrapmentAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $entrapmentAssetPrice == 10>>average<<elseif $entrapmentAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -430,10 +430,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $entrapmentAssets += 500>>
 			<<set $corpCash -= 500*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trapAssets">>
-				¤<<print $entrapmentAssetPrice*$entrapmentAssets>>
+				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -448,10 +448,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*($entrapmentAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trapAssets">>
-				¤<<print $entrapmentAssetPrice*$entrapmentAssets>>
+				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
 			<</replace>>
 		<<else>>
 			<<replace "#purchasing">>
@@ -464,10 +464,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $entrapmentAssets -= 500>>
 			<<set $corpCash += 500*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trapAssets">>
-				¤<<print $entrapmentAssetPrice*$entrapmentAssets>>
+				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -482,10 +482,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $entrapmentAssets = Math.trunc($entrapmentAssets/2)>>
 			<<set $corpCash += $entrapmentAssets*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trapAssets">>
-				¤<<print $entrapmentAssetPrice*$entrapmentAssets>>
+				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -496,14 +496,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="entrapmentAssetsDisp">¤<<print $entrapmentAssetPrice*$entrapmentAssets>> (<<print Math.floor($entrapmentAssets/500)>> unit<<if Math.floor($entrapmentAssets/500) > 1>>s<</if>>)</span> in legal enslavement assets.
+	<span id="entrapmentAssetsDisp"><<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> (<<print commaNum(Math.floor($entrapmentAssets/500))>> unit<<if Math.floor($entrapmentAssets/500) > 1>>s<</if>>)</span> in legal enslavement assets.
 	Prices are 
 	<<if $entrapmentAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $entrapmentAssetPrice*500>>ea@@
+		@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@
 	<<elseif $entrapmentAssetPrice < 10>>
-		@@.gold;¤<<print $entrapmentAssetPrice*500>>ea@@
+		@@.gold;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@
 	<<else>>
-		¤<<print $entrapmentAssetPrice*500>>ea
+		<<print cashFormat($entrapmentAssetPrice*500)>>ea
 	<</if>>
 	<span id="controlsentrapment"><<CorpDevBuySell "entrapment" "Numentrapment">></span><span id='entrapmentAssetsPurchasing'></span>
 <</if>>
@@ -534,7 +534,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <</if>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="capAssets">¤<<print $captureAssetPrice*$captureAssets>></span> in conflict zone enslavement assets.
+	<span id="capAssets"><<print cashFormat($captureAssetPrice*$captureAssets)>></span> in conflict zone enslavement assets.
 	Extralegal enslavement asset prices are
 	<<if $captureAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $captureAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $captureAssetPrice == 10>>average<<elseif $captureAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -542,10 +542,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $captureAssets += 500>>
 			<<set $corpCash -= 500*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#capAssets">>
-				¤<<print $captureAssetPrice*$captureAssets>>
+				<<print cashFormat($captureAssetPrice*$captureAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -560,10 +560,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*500)))*($captureAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#capAssets">>
-				¤<<print $captureAssetPrice*$captureAssets>>
+				<<print cashFormat($captureAssetPrice*$captureAssets)>>
 			<</replace>>
 		<<else>>
 			<<replace "#purchasing">>
@@ -576,10 +576,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $captureAssets -= 500>>
 			<<set $corpCash += 500*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#capAssets">>
-				¤<<print $captureAssetPrice*$captureAssets>>
+				<<print cashFormat($captureAssetPrice*$captureAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -594,10 +594,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $captureAssets = Math.trunc($captureAssets/2)>>
 			<<set $corpCash += $captureAssets*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#capAssets">>
-				¤<<print $captureAssetPrice*$captureAssets>>
+				<<print cashFormat($captureAssetPrice*$captureAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -608,14 +608,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="captureAssetsDisp">¤<<print $captureAssetPrice*$captureAssets>> (<<print Math.floor($captureAssets/500)>> unit<<if Math.floor($captureAssets/500) > 1>>s<</if>>)</span> in conflict zone enslavement assets.
+	<span id="captureAssetsDisp"><<print cashFormat($captureAssetPrice*$captureAssets)>> (<<print commaNum(Math.floor($captureAssets/500))>> unit<<if Math.floor($captureAssets/500) > 1>>s<</if>>)</span> in conflict zone enslavement assets.
 	Prices are 
 	<<if $captureAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $captureAssetPrice*500>>ea@@
+		@@.yellowgreen;<<print cashFormat($captureAssetPrice*500)>>ea@@
 	<<elseif $captureAssetPrice < 10>>
-		@@.gold;¤<<print $captureAssetPrice*500>>ea@@
+		@@.gold;<<print cashFormat($captureAssetPrice*500)>>ea@@
 	<<else>>
-		¤<<print $captureAssetPrice*500>>ea
+		<<print cashFormat($captureAssetPrice*500)>>ea
 	<</if>>
 	<span id="controlscapture"><<CorpDevBuySell "capture" "Numcapture">></span><span id='captureAssetsPurchasing'></span>
 <</if>>
@@ -646,7 +646,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <</if>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="trainAssets">¤<<print $trainingAssetPrice*$trainingAssets>></span> in slave training assets.
+	<span id="trainAssets"><<print cashFormat($trainingAssetPrice*$trainingAssets)>></span> in slave training assets.
 	Slave training asset prices are
 	<<if $trainingAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $trainingAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $trainingAssetPrice == 10>>average<<elseif $trainingAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -654,10 +654,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $trainingAssets += 500>>
 			<<set $corpCash -= 500*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trainAssets">>
-				¤<<print $trainingAssetPrice*$trainingAssets>>
+				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -672,10 +672,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*500)))*($trainingAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trainAssets">>
-				¤<<print $trainingAssetPrice*$trainingAssets>>
+				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
 			<</replace>>
 		<<else>>
 			<<replace "#purchasing">>
@@ -688,10 +688,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $trainingAssets -= 500>>
 			<<set $corpCash += 500*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trainAssets">>
-				¤<<print $trainingAssetPrice*$trainingAssets>>
+				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -706,10 +706,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $trainingAssets = Math.trunc($trainingAssets/2)>>
 			<<set $corpCash += $trainingAssets*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#trainAssets">>
-				¤<<print $trainingAssetPrice*$trainingAssets>>
+				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -720,14 +720,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="trainingAssetsDisp">¤<<print $trainingAssetPrice*$trainingAssets>> (<<print Math.floor($trainingAssets/500)>> unit<<if Math.floor($trainingAssets/500) > 1>>s<</if>>)</span> of slave training assets.
+	<span id="trainingAssetsDisp"><<print cashFormat($trainingAssetPrice*$trainingAssets)>> (<<print commaNum(Math.floor($trainingAssets/500))>> unit<<if Math.floor($trainingAssets/500) > 1>>s<</if>>)</span> of slave training assets.
 	Prices are 
 	<<if $trainingAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $trainingAssetPrice*500>>ea@@
+		@@.yellowgreen;<<print cashFormat($trainingAssetPrice*500)>>ea@@
 	<<elseif $trainingAssetPrice < 10>>
-		@@.gold;¤<<print $trainingAssetPrice*500>>ea@@
+		@@.gold;<<print cashFormat($trainingAssetPrice*500)>>ea@@
 	<<else>>
-		¤<<print $trainingAssetPrice*500>>ea
+		<<print cashFormat($trainingAssetPrice*500)>>ea
 	<</if>>
 	<span id="controlstraining"><<CorpDevBuySell "training" "Numtraining">></span><span id='trainingAssetsPurchasing'></span>
 <</if>>
@@ -758,7 +758,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <</if>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="surgAssets">¤<<print $surgicalAssetPrice*$surgicalAssets>></span> in surgical assets.
+	<span id="surgAssets"><<print cashFormat($surgicalAssetPrice*$surgicalAssets)>></span> in surgical assets.
 	Surgical asset prices are
 	<<if $surgicalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $surgicalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $surgicalAssetPrice == 10>>average<<elseif $surgicalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -766,10 +766,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $surgicalAssets += 500>>
 			<<set $corpCash -= 500*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#surgAssets">>
-				¤<<print $surgicalAssetPrice*$surgicalAssets>>
+				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -784,10 +784,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*500)))*($surgicalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#surgAssets">>
-				¤<<print $surgicalAssetPrice*$surgicalAssets>>
+				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
 			<</replace>>
 		<<else>>
 			<<replace "#purchasing">>
@@ -800,10 +800,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $surgicalAssets -= 500>>
 			<<set $corpCash += 500*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#surgAssets">>
-				¤<<print $surgicalAssetPrice*$surgicalAssets>>
+				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -818,10 +818,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $surgicalAssets = Math.trunc($surgicalAssets/2)>>
 			<<set $corpCash += $surgicalAssets*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#surgAssets">>
-				¤<<print $surgicalAssetPrice*$surgicalAssets>>
+				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -832,14 +832,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="surgicalAssetsDisp">¤<<print $surgicalAssetPrice*$surgicalAssets>> (<<print Math.floor($surgicalAssets/500)>> unit<<if Math.floor($surgicalAssets/500) > 1>>s<</if>>)</span> in surgical assets.
+	<span id="surgicalAssetsDisp"><<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> (<<print commaNum(Math.floor($surgicalAssets/500))>> unit<<if Math.floor($surgicalAssets/500) > 1>>s<</if>>)</span> in surgical assets.
 	Prices are 
 	<<if $surgicalAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $surgicalAssetPrice*500>>ea@@
+		@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*500)>>ea@@
 	<<elseif $surgicalAssetPrice < 10>>
-		@@.gold;¤<<print $surgicalAssetPrice*500>>ea@@
+		@@.gold;<<print cashFormat($surgicalAssetPrice*500)>>ea@@
 	<<else>>
-		¤<<print $surgicalAssetPrice*500>>ea
+		<<print cashFormat($surgicalAssetPrice*500)>>ea
 	<</if>>
 	<span id="controlssurgical"><<CorpDevBuySell "surgical" "Numsurgical">></span><span id='surgicalAssetsPurchasing'></span>
 <</if>>
@@ -870,7 +870,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <</if>>
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $detailedCorpControls != 1>>
-	<span id="drAssets">¤<<print $drugAssetPrice*$drugAssets>></span> in pharmaceutical assets.
+	<span id="drAssets"><<print cashFormat($drugAssetPrice*$drugAssets)>></span> in pharmaceutical assets.
 	Drug asset prices are
 	<<if $drugAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $drugAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $drugAssetPrice == 10>>average<<elseif $drugAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
@@ -878,10 +878,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $drugAssets += 500>>
 			<<set $corpCash -= 500*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#drAssets">>
-				¤<<print $drugAssetPrice*$drugAssets>>
+				<<print cashFormat($drugAssetPrice*$drugAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -896,10 +896,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*500)))*($drugAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#drAssets">>
-				¤<<print $drugAssetPrice*$drugAssets>>
+				<<print cashFormat($drugAssetPrice*$drugAssets)>>
 			<</replace>>
 		<<else>>
 			<<replace "#purchasing">>
@@ -912,10 +912,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $drugAssets -= 500>>
 			<<set $corpCash += 500*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#drAssets">>
-				¤<<print $drugAssetPrice*$drugAssets>>
+				<<print cashFormat($drugAssetPrice*$drugAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -930,10 +930,10 @@ You hold $personalShares shares personally while $publicShares are publicly held
 			<<set $drugAssets = Math.trunc($drugAssets/2)>>
 			<<set $corpCash += $drugAssets*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				¤<<print $corpCash>>
+				<<print cashFormat($corpCash)>>
 			<</replace>>
 			<<replace "#drAssets">>
-				¤<<print $drugAssetPrice*$drugAssets>>
+				<<print cashFormat($drugAssetPrice*$drugAssets)>>
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -944,14 +944,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
 		<</if>>
 	<</link>>
 <<else>>
-	<span id="drugAssetsDisp">¤<<print $drugAssetPrice*$drugAssets>> (<<print Math.floor($drugAssets/500)>> unit<<if Math.floor($drugAssets/500) > 1>>s<</if>>)</span> in pharmaceutical assets.
+	<span id="drugAssetsDisp"><<print cashFormat($drugAssetPrice*$drugAssets)>> (<<print commaNum(Math.floor($drugAssets/500))>> unit<<if Math.floor($drugAssets/500) > 1>>s<</if>>)</span> in pharmaceutical assets.
 	Prices are 
 	<<if $drugAssetPrice > 10>>
-		@@.yellowgreen;¤<<print $drugAssetPrice*500>>ea@@
+		@@.yellowgreen;<<print cashFormat($drugAssetPrice*500)>>ea@@
 	<<elseif $drugAssetPrice < 10>>
-		@@.gold;¤<<print $drugAssetPrice*500>>ea@@
+		@@.gold;<<print cashFormat($drugAssetPrice*500)>>ea@@
 	<<else>>
-		¤<<print $drugAssetPrice*500>>ea
+		<<print cashFormat($drugAssetPrice*500)>>ea
 	<</if>>
 	<span id="controlsdrug"><<CorpDevBuySell "drug" "Numdrug">></span><span id='drugAssetsPurchasing'></span>
 <</if>>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 264141c0cf079591b9f161d3fed3de6d7b8af93d..04b06fa8be3b51ac894adfaa01fbfe391533b91f 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -5,41 +5,41 @@
 //Your weekly costs are as follows.//
 
 <<if $girls == 3>>
-	Since you are accustomed to luxury, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>.
+	Since you are accustomed to luxury, your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>.
 <<elseif $girls == 2>>
-	Since you are used to living well, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>.
+	Since you are used to living well, your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>.
 <<else>>
-	Since you are used to a fairly normal life, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>.
+	Since you are used to a fairly normal life, your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*500))))>>.
 <</if>>
 
 <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>>
-	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' ¤500
+	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>>
 <</if>>
 
 <<if $PC.preg == -1>>
-	<br>Your Contraceptives expenses: ¤25
+	<br>Your Contraceptives expenses: <<print cashFormat(25)>>
 <<elseif $PC.fertDrugs == 1>>
-	<br>Your fertility regimen: ¤50
+	<br>Your fertility regimen: <<print cashFormat(50)>>
 <<elseif $PC.preg >= 16>>
-	<br>Increased living expenses due to being pregnant : ¤100
+	<br>Increased living expenses due to being pregnant : <<print cashFormat(100)>>
 <</if>>
 
 <<if $citizenOrphanageTotal+$privateOrphanageTotal > 0>>
 	You are paying
 	<<if $citizenOrphanageTotal > 0>>
-		¤<<print $citizenOrphanageTotal*100>> for education of $citizenOrphanageTotal of your slaves' children in citizen schools<<if $privateOrphanageTotal > 0>>, and<<else>>.<</if>>
+		<<print cashFormat($citizenOrphanageTotal*100)>> for education of $citizenOrphanageTotal of your slaves' children in citizen schools<<if $privateOrphanageTotal > 0>>, and<<else>>.<</if>>
 	<</if>>
 	<<if $privateOrphanageTotal > 0>>
-		¤<<print $privateOrphanageTotal*500>> for private tutelage of $privateOrphanageTotal of your slaves' children.
+		<<print cashFormat($privateOrphanageTotal*500)>> for private tutelage of $privateOrphanageTotal of your slaves' children.
 	<</if>>
 <</if>>
 <<if $breederOrphanageTotal > 0>>
-	Since $breederOrphanageTotal of your slaves' children are being raised into productive members of society in a soceity funded school, you pay a ¤50 usage fee.
+	Since $breederOrphanageTotal of your slaves' children are being raised into productive members of society in a soceity funded school, you pay a <<print cashFormat(50)>> usage fee.
 <</if>>
 
 <<if $peacekeepers != 0>>
 	<<if $peacekeepers.undermining != 0>>
-		¤$peacekeepers.undermining to undermine political support for the nearby old world peacekeeping mission.
+		<<print cashFormat($peacekeepers)>>.undermining to undermine political support for the nearby old world peacekeeping mission.
 	<</if>>
 <</if>>
 
@@ -47,7 +47,7 @@
 	<<set _mercCosts = $mercenaries*2000>>
 	<<if $barracks>><<set _mercCosts *= 0.5>><</if>>
 	<<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>><<set _mercCosts *= 0.5>><</if>>
-	<br>__Mercenary__ expenses: ¤_mercCosts
+	<br>__Mercenary__ expenses: <<print cashFormat(_mercCosts)>>
 	<<if $barracks>><<else>>//@@.red;Increased by the lack of a barracks.@@//<</if>>
 	<<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//Reduced by your @@.springgreen;mercenary contacts.@@//<</if>>
 <</if>>
@@ -57,7 +57,7 @@
 	<<if $brothel > 0>>
 		<<set _advertising = $brothelAdsSpending>>
 	<</if>>
-	<br>__Brothel__ maintenance: ¤<<print ($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising>>
+	<br>__Brothel__ maintenance: <<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>>
 <</if>>
 
 <<if $club > 0>>
@@ -65,34 +65,34 @@
 	<<if $club > 0>>
 		<<set _advertising = $clubAdsSpending>>
 	<</if>>
-	<br>__Club__ maintenance: ¤<<print ($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising>>
+	<br>__Club__ maintenance: <<print cashFormat(($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising)>>
 <</if>>
 <<if $arcade > 0>>
-	<br>__Arcade__ maintenance: ¤<<print (0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost)>>
+	<br>__Arcade__ maintenance: <<print cashFormat((0.5*$arcade*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost))>>
 <</if>>
 <<if $dairy > 0>>
-	<br>__Dairy__ maintenance: ¤<<print ($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost)>>
+	<br>__Dairy__ maintenance: <<print cashFormat(($dairy*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost))>>
 	<<if $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren > 0>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Additional maintenance for milking machines upgraded with biological components: ¤<<print ($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Additional maintenance for milking machines upgraded with biological components: <<print cashFormat(($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100)>>
 	<</if>>
 <</if>>
 <<if ($servantsQuarters > 0) && ($servantsQuartersUpgradeMonitoring > 0)>>
-	<br>__Servants' Quarters__ maintenance: ¤<<print (0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost)>>
+	<br>__Servants' Quarters__ maintenance: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>>
 <</if>>
 <<if $incubator > 0>>
-	<br>__Incubation Facility__ maintenance and resource drain: ¤<<print (10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>>
+	<br>__Incubation Facility__ maintenance and resource drain: <<print cashFormat((10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost))>>
 	<<if $incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting > 0>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Additional monitoring and maintenance costs for growing children: ¤<<print (($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Additional monitoring and maintenance costs for growing children: <<print cashFormat((($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500))>>
 	<</if>>
 <</if>>
 <<if ($masterSuiteUpgradePregnancy == 1)>>
-	<br>__Master Suite__ maintenance: ¤<<print ((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements))>>
+	<br>__Master Suite__ maintenance: <<print cashFormat(((500*$masterSuiteUpgradePregnancy) + (1000*$masterSuitePregnancyFertilitySupplements)))>>
 <</if>>
 <<if $cyberMod != 0>>
 	<<if ($researchLab.built == "true")>>
-		<br>__Research Lab__ maintenance: ¤<<print (100*$researchLab.maxSpace)>>
-		<<if $researchLab.hired != 0>>&nbsp;__Scientists__: ¤<<print (300*$researchLab.hired)>><</if>>
-		<<if $researchLab.menials != 0>>&nbsp;__Menial slaves__: ¤<<print (100*$researchLab.menials)>><</if>>
+		<br>__Research Lab__ maintenance: <<print cashFormat((100*$researchLab.maxSpace))>>
+		<<if $researchLab.hired != 0>>&nbsp;__Scientists__: <<print cashFormat((300*$researchLab.hired))>><</if>>
+		<<if $researchLab.menials != 0>>&nbsp;__Menial slaves__: <<print cashFormat((100*$researchLab.menials))>><</if>>
 	<</if>>
 <</if>>
 
@@ -100,19 +100,19 @@
 <<if $secExp == 1>>
 	<br>
 	<<if $edictsUpkeep + $SFSupportUpkeep > 0>>
-		__Edicts Upkeep__: ¤<<print $edictsUpkeep + $SFSupportUpkeep>>
+		__Edicts Upkeep__: <<print cashFormat($edictsUpkeep + $SFSupportUpkeep)>>
 	<</if>>
 	<<if $propHub != 0>>
-		<br>__Propaganda Hub__ maintenance: ¤<<print $propHubUpkeep>>
+		<br>__Propaganda Hub__ maintenance: <<print cashFormat($propHubUpkeep)>>
 	<</if>>
 	<<if $secHQ != 0>>
-		<br>__Security Headquarters__ maintenance: ¤<<print ($secHQUpkeep)+(20*$secHelots)>>
+		<br>__Security Headquarters__ maintenance: <<print cashFormat(($secHQUpkeep)+(20*$secHelots))>>
 	<</if>>
 	<<if $secBarracks != 0>>
-		<br>__Barracks__ maintenance: ¤<<print $secBarracksUpkeep>>
+		<br>__Barracks__ maintenance: <<print cashFormat($secBarracksUpkeep)>>
 	<</if>>
 	<<if $riotCenter != 0>>
-		<br>__Riot Control Center__ maintenance: ¤<<print $riotUpkeep>>
+		<br>__Riot Control Center__ maintenance: <<print cashFormat($riotUpkeep)>>
 	<</if>>
 	
 	<<if $soldierWages == 0>>
@@ -123,99 +123,99 @@
 		<<set _soldierMod = 2>>
 	<</if>>
 	<<for _i = 0; _i < $militiaUnits.length; _i++>>
-		<br>__<<print $militiaUnits[_i].platoonName>>__ upkeep: ¤<<print $militiaUnits[_i].troops*$soldierUpkeep * _soldierMod>>
+		<br>__<<print $militiaUnits[_i].platoonName>>__ upkeep: <<print cashFormat($militiaUnits[_i].troops*$soldierUpkeep * _soldierMod)>>
 	<</for>>
 	<<for _i = 0; _i < $slaveUnits.length; _i++>>
-		<br>__<<print $slaveUnits[_i].platoonName>>__ upkeep: ¤<<print $slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod>>
+		<br>__<<print $slaveUnits[_i].platoonName>>__ upkeep: <<print cashFormat($slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod)>>
 	<</for>>	
 	<<for _i = 0; _i < $mercUnits.length; _i++>>
-		<br>__<<print $mercUnits[_i].platoonName>>__ upkeep: ¤<<print $mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod>>
+		<br>__<<print $mercUnits[_i].platoonName>>__ upkeep: <<print cashFormat($mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod)>>
 	<</for>>
 <</if>>
 
 <<if $FSSpending != 0>>
-	<br>__Society Shaping__ expenses: ¤$FSSpending
+	<br>__Society Shaping__ expenses: <<print cashFormat($FSSpending)>>
 <</if>>
 <<if $Recruiter != 0>>
-	<br>__Recruiting__ expenses: ¤250
+	<br>__Recruiting__ expenses: <<print cashFormat(250)>>
 <</if>>
 <<if $TSS.schoolPresent == 1>>
-	<br>__The Slavegirl School__ branch campus upkeep: ¤1000
+	<br>__The Slavegirl School__ branch campus upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if $GRI.schoolPresent == 1>>
-	<br>__Growth Research Institute__ subsidiary lab upkeep: ¤1000
+	<br>__Growth Research Institute__ subsidiary lab upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if $SCP.schoolPresent == 1>>
-	<br>__St. Claver Preparatory__ branch campus upkeep: ¤1000
+	<br>__St. Claver Preparatory__ branch campus upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if $LDE.schoolPresent == 1>>
-	<br>__L'Encole des Enculees__ branch campus upkeep: ¤1000
+	<br>__L'Encole des Enculees__ branch campus upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if $TGA.schoolPresent == 1>>
-	<br>__The Gymnasium-Academy__ branch campus upkeep: ¤1000
+	<br>__The Gymnasium-Academy__ branch campus upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if $TCR.schoolPresent == 1>>
-	<br>__The Cattle Ranch__ local pasture upkeep: ¤1000
+	<br>__The Cattle Ranch__ local pasture upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if ($TFS.schoolPresent == 1) && (($PC.dick == 0) || ($PC.vagina == 0) || ($PC.boobs == 0))>>
-	<br>__The Futanari Sisters__ community upkeep: ¤1000
+	<br>__The Futanari Sisters__ community upkeep: <<print cashFormat(1000)>>
 <</if>>
 <<if $TSS.subsidize != 0>>
-	<br>__The Slavegirl School__ branch campus influence: ¤1000
+	<br>__The Slavegirl School__ branch campus influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $GRI.subsidize != 0>>
-	<br>__Growth Research Institute__ subsidiary lab influence: ¤1000
+	<br>__Growth Research Institute__ subsidiary lab influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $SCP.subsidize != 0>>
-	<br>__St. Claver Preparatory__ branch campus influence: ¤1000
+	<br>__St. Claver Preparatory__ branch campus influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $LDE.subsidize != 0>>
-	<br>__L'Encole des Enculees__ branch campus influence: ¤1000
+	<br>__L'Encole des Enculees__ branch campus influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $TGA.subsidize != 0>>
-	<br>__The Gymnasium-Academy__ branch campus influence: ¤1000
+	<br>__The Gymnasium-Academy__ branch campus influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $HA.subsidize != 0>>
-	<br>__The Hippolyta-Academy__ branch influence: ¤1000
+	<br>__The Hippolyta-Academy__ branch influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $TCR.subsidize != 0>>
-	<br>__The Cattle Ranch__  local pasture influence: ¤1000
+	<br>__The Cattle Ranch__  local pasture influence: <<print cashFormat(1000)>>
 <</if>>
 <<if $TFS.subsidize != 0>>
-	<br>__The Futanari Sisters__ community influence: ¤1000
+	<br>__The Futanari Sisters__ community influence: <<print cashFormat(1000)>>
 <</if>>
 
 <<if $alwaysSubsidizeGrowth == 1>>
-	<br>Weekly arcology growth subsidy: ¤$policyCost
+	<br>Weekly arcology growth subsidy: <<print cashFormat($policyCost)>>
 <</if>>
 <<if $alwaysSubsidizeRep == 1>>
-	<br>Weekly self-promotion budget: $policyCost
+	<br>Weekly self-promotion budget: <<print cashFormat($policyCost)>>
 <</if>>
 <<if $RegularParties == 1>>
-	<br>Weekly social gatherings: $policyCost
+	<br>Weekly social gatherings: <<print cashFormat($policyCost)>>
 <</if>>
 
 <<if $ProImmigrationCash == 1>>
-	<br>Pro-immigration promotion budget: $policyCost
+	<br>Pro-immigration promotion budget: <<print cashFormat($policyCost)>>
 <</if>>
 <<if $AntiEnslavementCash == 1>>
-	<br>Anti-enslavement charity budget: $policyCost
+	<br>Anti-enslavement charity budget: <<print cashFormat($policyCost)>>
 <</if>>
 
 <<if $CoursingAssociation == 1>>
-	<br>Coursing Association membership: ¤1000
+	<br>Coursing Association membership: <<print cashFormat(1000)>>
 <</if>>
 
 <<if ($personalAttention == "trading")>>
-	<br>Trading trainer fees: ¤10000
+	<br>Trading trainer fees: <<print cashFormat(10000)>>
 <<elseif ($personalAttention == "warfare")>>
-	<br>Warfare trainer fees: ¤10000
+	<br>Warfare trainer fees: <<print cashFormat(10000)>>
 <<elseif ($personalAttention == "slaving")>>
-	<br>Slaving trainer fees: ¤10000
+	<br>Slaving trainer fees: <<print cashFormat(10000)>>
 <<elseif ($personalAttention == "engineering")>>
-	<br>Engineering trainer fees: ¤10000
+	<br>Engineering trainer fees: <<print cashFormat(10000)>>
 <<elseif ($personalAttention == "medicine")>>
-	<br>Medicine trainer fees: ¤10000
+	<br>Medicine trainer fees: <<print cashFormat(10000)>>
 <</if>>
 
 <br>
@@ -224,51 +224,51 @@
 	<<set $individualCosts = 0>>
 	''$slaves[$i].slaveName'':
 	<<if ($slaves[$i].assignment == "work in the dairy" && $dairyRestraintsSetting >= 2) || ($slaves[$i].assignment == "be confined in the arcade")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*.75)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*.75))>>
 		<<set $individualCosts += ($rulesCost*.75)>>
 	<<elseif ($slaves[$i].assignment == "be the Madam")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*2))>>
 		<<set $individualCosts += ($rulesCost*2)>>
 	<<elseif ($slaves[$i].assignment == "be the DJ")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*2))>>
 		<<set $individualCosts += ($rulesCost*2)>>
 	<<elseif ($slaves[$i].assignment == "be the Nurse")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*2))>>
 		<<set $individualCosts += ($rulesCost*2)>>
 	<<elseif ($slaves[$i].assignment == "be the Wardeness")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*2))>>
 		<<set $individualCosts += ($rulesCost*2)>>
 	<<elseif ($slaves[$i].assignment == "be the Attendant")>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
 		<<set $individualCosts += ($rulesCost*2)>>
 	<<elseif ($slaves[$i].assignment == "serve in the club")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*1.5)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*1.5))>>
 		<<set $individualCosts += ($rulesCost*2)>>
 	<<elseif ($slaves[$i].assignment == "work in the brothel")>>
 		<<if $slaves[$i].livingRules == "normal">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*1.5)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*1.5))>>
 			<<set $individualCosts += ($rulesCost*1.5)>>
 		<<else>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print $rulesCost>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat($rulesCost)>>
 			<<set $individualCosts += $rulesCost>>
 		<</if>>
 	<<elseif ($slaves[$i].assignment == "get treatment in the clinic")>>
 		<<if $slaves[$i].livingRules == "luxurious">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*2))>>
 			<<set $individualCosts += ($rulesCost*2)>>
 		<<elseif $slaves[$i].livingRules == "normal">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*1.5)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*1.5))>>
 			<<set $individualCosts += ($rulesCost*1.5)>>
 		<<else>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print $rulesCost>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat($rulesCost)>>
 			<<set $individualCosts += $rulesCost>>
 		<</if>>
 	<<elseif ($slaves[$i].assignment == "be confined in the cellblock")>>
 		<<if $slaves[$i].livingRules == "normal">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*1.25)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*1.25))>>
 			<<set $individualCosts += ($rulesCost*1.25)>>
 		<<else>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*.9)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*.9))>>
 			<<set $individualCosts += ($rulesCost*.9)>>
 		<</if>>
 	<<elseif ($slaves[$i].assignment == "rest in the spa")>>
@@ -285,50 +285,50 @@
 	<<else>>
 		<<if $slaves[$i].livingRules == "luxurious">>
 			<<if $slaves[$i].relationship >= 4>>
-				<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*3)>>
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*3))>>
 				<<set $individualCosts += ($rulesCost*3)>>
 			<<else>>
-				<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*4)>>
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*4))>>
 				<<set $individualCosts += ($rulesCost*4)>>
 			<</if>>
 		<<elseif $slaves[$i].livingRules == "normal">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost*2)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost*2))>>
 			<<set $individualCosts += ($rulesCost*2)>>
 		<<else>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: ¤<<print ($rulesCost)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Living expenses: <<print cashFormat(($rulesCost))>>
 			<<set $individualCosts += $rulesCost>>
 		<</if>>
 	<</if>>
 	
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Basic slave food cost: ¤<<print $foodCost*4>>
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Basic slave food cost: <<print cashFormat($foodCost*4)>>
 	<<set $individualCosts += $foodCost*4>>
 	<<switch $slaves[$i].diet>>
 	<<case "fattening" "muscle building">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Heavy diet: ¤<<print $foodCost>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Heavy diet: <<print cashFormat($foodCost)>>
 		<<set $individualCosts += $foodCost>>
 	<<case "restricted" "slimming">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Light diet: //reduced by// ¤<<print $foodCost>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Light diet: //reduced by// <<print cashFormat($foodCost)>>
 		<<set $individualCosts -= $foodCost>>
 	<</switch>>
 	<<if $slaves[$i].weight > 130>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Caloric adjustment for heavy weight: ¤<<print $foodCost*2>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Caloric adjustment for heavy weight: <<print cashFormat($foodCost*2)>>
 		<<set $individualCosts += $foodCost*2>>
 	<<elseif $slaves[$i].weight > 50>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Caloric adjustment for high weight: ¤<<print $foodCost>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Caloric adjustment for high weight: <<print cashFormat($foodCost)>>
 		<<set $individualCosts += $foodCost>>
 	<<elseif $slaves[$i].weight < -50>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Caloric adjustment for light weight: //reduced by// ¤<<print $foodCost>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Caloric adjustment for light weight: //reduced by// <<print cashFormat($foodCost)>>
 		<<set $individualCosts -= $foodCost>>
 	<</if>>
 	<<if $slaves[$i].drugs == "appetite suppressors">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Food saved via suppressed appetite: //reduced by// ¤<<print $foodCost>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Food saved via suppressed appetite: //reduced by// <<print cashFormat($foodCost)>>
 		<<set $individualCosts -= $foodCost>>
 	<</if>>
 	<<if $slaves[$i].lactation > 0>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Food to support
 		<<if $slaves[$i].lactation > 1>>heavy<<else>>natural<</if>> lactation from
 		<<if Math.trunc($slaves[$i].boobs/10000) > 2>>absurd udders<<elseif Math.trunc($slaves[$i].boobs/10000) > 1>>enormous boobs<<else>>reasonable breasts<</if>>:
-		¤<<print $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>>
+		<<print cashFormat($foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000)))>>
 		<<set $individualCosts += $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>>
 	<</if>>
 	<<if $slaves[$i].preg > 5>>
@@ -338,25 +338,25 @@
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;Extra feeding costs to support pregnancy are covered by $masterSuiteName luxuries.
 		<<else>>
 			<<set _pAccMult = 1>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy: ¤<<print $foodCost*$slaves[$i].pregType*_pAccMult>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Extra feeding to support <<if $slaves[$i].pregControl == "speed up">>accelerated <<set _pAccMult = 3>><</if>>pregnancy: <<print cashFormat($foodCost*$slaves[$i].pregType*_pAccMult)>>
 			<<set $individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>>
 		<</if>>
 	<</if>>
 	<<switch $slaves[$i].diet>>
 	<<case "XX" "XY">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormone enriched diet: ¤25
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormone enriched diet: <<print cashFormat(25)>>
 		<<set $individualCosts += 25>>
 	<<case "XXY">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Specialized hermaphrodite diet: ¤75
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Specialized hermaphrodite diet: <<print cashFormat(75)>>
 		<<set $individualCosts += 75>>
 	<<case "cleansing">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Chemical cleansing diet: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Chemical cleansing diet: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</switch>>
 	<<if $boobAccessibility != 1>>
 	<<if ($slaves[$i].boobs > 20000)>>
 	<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to inconveniently huge boobs: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to inconveniently huge boobs: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
@@ -364,7 +364,7 @@
 	<<if $pregAccessibility != 1>>
 	<<if ($slaves[$i].belly >= 60000)>>
 	<<if ($slaves[$i].assignment != "labor in the production line") && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
-	  <br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to an inconveniently huge belly: ¤100
+	  <br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to an inconveniently huge belly: <<print cashFormat(100)>>
 	  <<set $individualCosts += 100>>
 	<</if>>
 	<</if>>
@@ -372,7 +372,7 @@
 	<<if $dickAccessibility != 1>>
 	<<if ($slaves[$i].dick > 45)>>
 	<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to an inconveniently huge penis: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to an inconveniently huge penis: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
@@ -380,7 +380,7 @@
 	<<if $ballsAccessibility != 1>>
 	<<if ($slaves[$i].balls > 90)>>
 	<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to inconveniently huge balls: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to inconveniently huge balls: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
@@ -388,141 +388,141 @@
 	<<if $buttAccessibility != 1>>
 	<<if ($slaves[$i].butt > 15)>>
 	<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to an inconveniently huge butt: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to an inconveniently huge butt: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
 	<</if>>
 	<<if !canSee($slaves[$i]) && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to lack of sight: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to lack of sight: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<<elseif $slaves[$i].eyes <= -1>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to poor vision: ¤25
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to poor vision: <<print cashFormat(25)>>
 		<<set $individualCosts += 25>>
 	<<elseif ($slaves[$i].eyewear == "blurring glasses") || ($slaves[$i].eyewear == "blurring contacts")>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to blurred vision: ¤25
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to blurred vision: <<print cashFormat(25)>>
 		<<set $individualCosts += 25>>
 	<</if>>
 	<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
 	<<if ($slaves[$i].amp != 0)>>
 	  <<if ($slaves[$i].amp == 1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to limblessness: ¤$rulesCost
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to limblessness: <<print cashFormat($rulesCost)>>
 		<<set $individualCosts += $rulesCost>>
 	  <<else>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to prosthetics: ¤<<print $rulesCost/2>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to prosthetics: <<print cashFormat($rulesCost/2)>>
 		<<set $individualCosts += $rulesCost/2>>
 	  <</if>>
 	<<elseif !canWalk($slaves[$i])>>
-	  <br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to immobility: ¤<<print $rulesCost>>
+	  <br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to immobility: <<print cashFormat($rulesCost)>>
 	  <<set $individualCosts += $rulesCost>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].boobs > 10000>>
 	<<if $slaves[$i].boobsImplantType == 1>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Maintenance cost for oversized string implants: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Maintenance cost for oversized string implants: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].butt > 10>>
 	<<if $slaves[$i].buttImplantType == 1>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Maintenance cost for oversized string implants: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Maintenance cost for oversized string implants: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].preg > 35>>
 	<<if $slaves[$i].universalRulesBirthing == 1>>
 	<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Coverage cost for daily pregnancy scanning: ¤50
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Coverage cost for daily pregnancy scanning: <<print cashFormat(50)>>
 		<<set $individualCosts += 50>>
 	<</if>>
 	<</if>>
 	<</if>>
 	<<if $CitizenRetirement == 1>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Retirement account payments: ¤250
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Retirement account payments: <<print cashFormat(250)>>
 	<<set $individualCosts += 250>>
 	<</if>>
 	<<if ($slaves[$i].inflation == 3)>>
 		<<switch $slaves[$i].inflationType>>
 		<<case "water">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 2 gallons: ¤100
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 2 gallons: <<print cashFormat(100)>>
 			<<set $individualCosts += 100>>
 		<<case "food">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 2 gallons: ¤<<print ($foodCost*4)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 2 gallons: <<print cashFormat(($foodCost*4))>>
 			<<set $individualCosts += ($foodCost*4)>>
 		<<case "curative" "aphrodisiac" "tightener">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 2 gallons: ¤<<print (100+($drugsCost*2))>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 2 gallons: <<print cashFormat((100+($drugsCost*2)))>>
 			<<set $individualCosts += (100+($drugsCost*2))>>
 		<</switch>>
 	<<elseif ($slaves[$i].inflation == 2)>>
 		<<switch $slaves[$i].inflationType>>
 		<<case "water">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 1 gallon: ¤50
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 1 gallon: <<print cashFormat(50)>>
 			<<set $individualCosts += 50>>
 		<<case "food">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 1 gallon: ¤<<print ($foodCost*2)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 1 gallon: <<print cashFormat(($foodCost*2))>>
 			<<set $individualCosts += ($foodCost*4)>>
 		<<case "curative" "aphrodisiac" "tightener">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 1 gallon: ¤<<print (50+($drugsCost*2))>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 1 gallon: <<print cashFormat((50+($drugsCost*2)))>>
 			<<set $individualCosts += (50+($drugsCost*2))>>
 		<</switch>>
 	<<elseif ($slaves[$i].inflation == 1)>>
 		<<switch $slaves[$i].inflationType>>
 		<<case "water">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 2 liters: ¤25
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated water for enemas; 2 liters: <<print cashFormat(25)>>
 			<<set $individualCosts += 25>>
 		<<case "food">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 2 liters: ¤<<print ($foodCost)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of filler food for slave stuffing; 2 liters: <<print cashFormat(($foodCost))>>
 			<<set $individualCosts += ($foodCost)>>
 		<<case "curative" "aphrodisiac" "tightener">>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 2 liters: ¤<<print (25+($drugsCost*2))>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Costs of specially formulated drug mixtures for enemas; 2 liters: <<print cashFormat((25+($drugsCost*2)))>>
 			<<set $individualCosts += (25+($drugsCost*2))>>
 		<</switch>>
 	<</if>>
 	<<switch $slaves[$i].drugs>>
 	<<case "anti-aging cream">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Anti-aging creams: ¤<<print ($drugsCost*10)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Anti-aging creams: <<print cashFormat(($drugsCost*10))>>
 		<<set $individualCosts += ($drugsCost*10)>>
 	<<case "female hormone injections" "male hormone injections">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormonal injections: ¤<<print ($drugsCost*5)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormonal injections: <<print cashFormat(($drugsCost*5))>>
 		<<set $individualCosts += ($drugsCost*5)>>
 	<<case "growth stimulants">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Growth stimulants: ¤<<print ($drugsCost*5)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Growth stimulants: <<print cashFormat(($drugsCost*5))>>
 		<<set $individualCosts += ($drugsCost*5)>>
 	<<case "intensive breast injections" "intensive butt injections" "intensive penis enhancement" "intensive testicle enhancement" "intensive lip injections" "hyper breast injections" "hyper butt injections" "hyper penis enhancement" "hyper testicle enhancement" "hyper lip injections">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Intensive drugs: ¤<<print $drugsCost*5>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Intensive drugs: <<print cashFormat($drugsCost*5)>>
 		<<set $individualCosts += $drugsCost*5>>
 	<<case "sag-B-gone">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Questionable infomercial creams: ¤<<print ($drugsCost/10)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Questionable infomercial creams: <<print cashFormat(($drugsCost/10))>>
 		<<set $individualCosts += ($drugsCost/10)>>
 	<<case "no drugs" "none">>
 	<<default>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Standard drugs: ¤<<print ($drugsCost*2)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Standard drugs: <<print cashFormat(($drugsCost*2))>>
 		<<set $individualCosts += ($drugsCost*2)>>
 	<</switch>>
 	<<if $slaves[$i].curatives == 1 && $slaves[$i].assignmentVisible != 1>>
 	<<elseif $slaves[$i].curatives > 0>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Health drugs: ¤<<print $drugsCost+($slaves[$i].curatives*$drugsCost)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Health drugs: <<print cashFormat($drugsCost+($slaves[$i].curatives*$drugsCost))>>
 		<<set $individualCosts += $drugsCost+($slaves[$i].curatives*$drugsCost)>>
 	<</if>>
 	<<if ($slaves[$i].aphrodisiacs !== 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Aphrodisiacs/Anaphrodisiacs: ¤<<print ($drugsCost*Math.abs($slaves[$i].aphrodisiacs))>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Aphrodisiacs/Anaphrodisiacs: <<print cashFormat(($drugsCost*Math.abs($slaves[$i].aphrodisiacs)))>>
 		<<set $individualCosts += $drugsCost*Math.abs($slaves[$i].aphrodisiacs)>>
 	<</if>>
 	<<if ($slaves[$i].hormones != 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormones: ¤<<print (Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5))>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormones: <<print cashFormat((Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)))>>
 		<<set $individualCosts += Math.trunc($drugsCost*Math.abs($slaves[$i].hormones)*0.5)>>
 	<</if>>
 	<<if ($slaves[$i].preg == -1) && isFertile($slaves[$i])>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Contraceptives: ¤<<print (Math.trunc($drugsCost*0.5))>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Contraceptives: <<print cashFormat((Math.trunc($drugsCost*0.5)))>>
 		<<set $individualCosts += Math.trunc($drugsCost*0.5)>>
 	<</if>>
 	<<if ($studio == 1)>>
 	<<if ($slaves[$i].pornFameSpending > 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Publicity: ¤$slaves[$i].pornFameSpending
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Publicity: <<print cashFormat($slaves)>>[$i].pornFameSpending
 		<<set $individualCosts += $slaves[$i].pornFameSpending>>
 	<</if>>
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__Total__: ¤<<print ($individualCosts)>>
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__Total__: <<print cashFormat(($individualCosts))>>
 	<br>
 <</for>>
 
@@ -540,4 +540,4 @@
 			<br>The infrastructure you've built eases the transportation and safe handling of the supplies required by the arcology. Upkeep is lowered by <<print $railway * 5>>%
 		<</if>>
 	<</if>>
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw
index 59c14f9cf2055bd6a32f5f5302aac31cd0fc6800..ce5ab3fdd9e7ff074595353f2497d0a53a331135 100644
--- a/src/uncategorized/dairy.tw
+++ b/src/uncategorized/dairy.tw
@@ -307,7 +307,7 @@ $dairyNameCaps
 <</if>>
 
 <<set _Tmult0 = Math.trunc($dairy*1000*$upgradeMultiplierArcology)>>
-<br>$dairyNameCaps can support $dairy milkers. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs ¤_Tmult0 and will increase upkeep costs//
+<br>$dairyNameCaps can support $dairy milkers. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
 
 <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
 <br>
@@ -322,7 +322,7 @@ $dairyNameCaps
 		''inactive.'' [[Active|Dairy][$dairyFeedersSetting = 1]]
 	<</if>>
 <<else>>
-	$dairyNameCaps is equipped to feed and clean slaves normally. [[Upgrade the milking machines with intubators|Dairy][$cash -= _Tmult1, $dairyFeedersUpgrade = 1]] //Costs ¤_Tmult1 and will increase upkeep costs//
+	$dairyNameCaps is equipped to feed and clean slaves normally. [[Upgrade the milking machines with intubators|Dairy][$cash -= _Tmult1, $dairyFeedersUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
 
 <</if>>
 
@@ -341,7 +341,7 @@ $dairyNameCaps
 	<</if>>
 <<else>>
 	$dairyNameCaps is not prepared to support cow pregnancies, and therefore cannot be used to contract out fertile slaves' wombs.
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Upgrade the dairy to support pregnancies|Dairy][$cash -= 2500, $dairyPregUpgrade = 1]] //Costs ¤2500 and will increase upkeep costs//
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Upgrade the dairy to support pregnancies|Dairy][$cash -= 2500, $dairyPregUpgrade = 1]] //Costs <<print cashFormat(2500)>> and will increase upkeep costs//
 
 <</if>>
 
@@ -357,7 +357,7 @@ $dairyNameCaps
 		''inactive.'' [[Activate|Dairy][$dairyStimulatorsSetting = 1]]
 	<</if>>
 <<else>>
-	$dairyNameCaps does not automatically sodomize. [[Upgrade the cockmilking machines with sodomizers|Dairy][$cash -= _Tmult1, $dairyStimulatorsUpgrade = 1]] //Costs ¤_Tmult1 and will increase upkeep costs//
+	$dairyNameCaps does not automatically sodomize. [[Upgrade the cockmilking machines with sodomizers|Dairy][$cash -= _Tmult1, $dairyStimulatorsUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs//
 <</if>>
 
 <<set _Tmult2 = Math.trunc(5000*$upgradeMultiplierArcology)>>
@@ -366,7 +366,7 @@ $dairyNameCaps
 <<if $dairyPrepUpgrade == 1>>
 	$dairyNameCaps features a preparatory raper designed to gape slaves for integration.
 <<else>>
-	$dairyNameCaps's industrial machines can only accept slaves with loose holes. [[Install a preparatory raper|Dairy][$cash -= _Tmult2, $dairyPrepUpgrade = 1]] //Costs ¤_Tmult2//
+	$dairyNameCaps's industrial machines can only accept slaves with loose holes. [[Install a preparatory raper|Dairy][$cash -= _Tmult2, $dairyPrepUpgrade = 1]] //Costs <<print cashFormat(_Tmult2)>>//
 <</if>>
 <</if>>
 
@@ -382,7 +382,7 @@ $dairyNameCaps
 		''only when necessary,'' allowing obedient cows freedom to range around. [[Restrain the cows|Dairy][$dairyRestraintsSetting = 1, $dairyFeedersSettingChanged = 1]]
 	<</if>>
 <<else>>
-	$dairyNameCaps is not equipped to restrain recalcitrant cows. [[Equip the dairy with milking racks|Dairy][$cash -= _Tmult2, $dairyRestraintsUpgrade = 1]] //Costs ¤_Tmult2//
+	$dairyNameCaps is not equipped to restrain recalcitrant cows. [[Equip the dairy with milking racks|Dairy][$cash -= _Tmult2, $dairyRestraintsUpgrade = 1]] //Costs <<print cashFormat(_Tmult2)>>//
 <</if>>
 
 <<if ($seeHyperPreg == 1) && ($dairyRestraintsSetting == 2) && ($dairyStimulatorsSetting == 2) && ($dairyFeedersSetting == 2) && ($dairyPregSetting >= 1)>>
@@ -390,7 +390,7 @@ $dairyNameCaps
 	<<if $dairyHyperPregRemodel == 1>>
 		$dairyNameCaps's milking racks have been remodeled to allow cows' abnormal pregnancies room to grow.
 	<<else>>
-		$dairyNameCaps's milking racks can be remodeled to hold hyper-pregnant cattle. [[Expand the milking racks|Dairy][$cash -= _Tmult1, $dairyHyperPregRemodel = 1]] //Costs ¤_Tmult1//
+		$dairyNameCaps's milking racks can be remodeled to hold hyper-pregnant cattle. [[Expand the milking racks|Dairy][$cash -= _Tmult1, $dairyHyperPregRemodel = 1]] //Costs <<print cashFormat(_Tmult1)>>//
 
 	<</if>>
 <</if>>
@@ -414,7 +414,7 @@ $dairyNameCaps
 			$dairyNameCaps is currently set to normal operation, and will allow the breasts of slimmer slaves to expand due to milking. [[Set milkers to preserve small breast sizes|Dairy][$dairySlimMaintain = 1]] //NOTE: This will NOT remove existing lactation implants//
 		<</if>>
 	<<else>>
-		Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs ¤_Tmult2//
+		Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs <<print cashFormat(_Tmult2)>>//
 	<</if>>
 <<elseif $arcologies[0].FSSlimnessEnthusiast > 20>>
 	<br>
@@ -426,7 +426,7 @@ $dairyNameCaps
 			$dairyNameCaps is currently set to normal operation, and will allow the breasts of slimmer slaves to expand due to milking. [[Set milkers to preserve small breast sizes|Dairy][$dairySlimMaintain = 1]] //NOTE: This will NOT remove existing lactation implants//
 		<</if>>
 	<<else>>
-		Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs ¤_Tmult2//
+		Dairy cows' breasts will expand normally as a result of the milking process. [[Optimize the milking process to preserve small breast sizes|Dairy][$cash -= _Tmult2, $dairySlimMaintainUpgrade = 1, $dairySlimMaintain = 1]] //Costs <<print cashFormat(_Tmult2)>>//
 	<</if>>
 <</if>>
 
@@ -470,7 +470,7 @@ $dairyNameCaps
 			In addition to the standard milking machines, $dairyName includes numerous hose hookups for menial Bioreactors. When there's space, any menial milkers you own can be placed in any empty space and connected.
 		<</if>>
 	<<else>>
-		There is no provision for milking menial Bioreactors. [[Add hose hookups|Dairy][$cash -= _Tmult1, $dairyUpgradeMenials = 1]] //Costs ¤_Tmult1//
+		There is no provision for milking menial Bioreactors. [[Add hose hookups|Dairy][$cash -= _Tmult1, $dairyUpgradeMenials = 1]] //Costs <<print cashFormat(_Tmult1)>>//
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index e411cc790d8158ef8cdf161c440f108e98cca5f3..3e87e4de7f512cc2c7d14368c5e4b47cc1c390be 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -807,7 +807,7 @@
 	<<else>>
 		<<set $cash += _seed*9>>
 	<</if>>
-	<br><br>_Tadd permanently converted biological "machine<<if _Tadd > 1>>s<</if>>" produce<<if _Tadd == 1>>s<</if>> @@.yellowgreen;¤<<print $cash-_tempCash>>@@ income.
+	<br><br>_Tadd permanently converted biological "machine<<if _Tadd > 1>>s<</if>>" produce<<if _Tadd == 1>>s<</if>> @@.yellowgreen;<<print cashFormat($cash-_tempCash)>>@@ income.
 <</if>>
 
 <<if $inflatedSlavesMilk > 0>>
@@ -959,9 +959,9 @@ $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumW
 	b.profit = b.totalIncome - b.totalExpenses;
 <</script>>
 <<if (_profits > 0)>>
-These sale of these products makes a profit of @@.yellowgreen;¤_profits@@.
+These sale of these products makes a profit of @@.yellowgreen;<<print cashFormat(_profits)>>@@.
 <<elseif (_profits < 0)>>
-Due to one-off costs of hormonal implants to encourage fluid production, your dairy made a loss of @@.red;¤_profits@@.
+Due to one-off costs of hormonal implants to encourage fluid production, your dairy made a loss of @@.red;<<print cashFormat(_profits)>>@@.
 <</if>>
 
 <<if ($arcologies[0].FSPastoralistLaw == 1)>>