diff --git a/src/markets/marketData.js b/src/markets/marketData.js
index ec439a83ebda1346b72dba894087a1d473035a8d..84fa487d5976e734142c43c27fce214363622882 100644
--- a/src/markets/marketData.js
+++ b/src/markets/marketData.js
@@ -130,60 +130,70 @@ App.Data.Markets = {
 		{
 			title: "The Slavegirl School",
 			marketType: "TSS",
+			passage: "The Slavegirl School",
 			note: "Straightforward slaves with good training.",
 			get requirements() { return (V.seeDicks !== 100); }
 		},
 		{
 			title: "The Utopian Orphanage",
 			marketType: "TUO",
+			passage: "The Utopian Orphanage",
 			note: "Intelligent, unspoiled slaves just past their majority.",
 			get requirements() { return (V.seeDicks !== 100); }
 		},
 		{
 			title: "Growth Research Institute",
 			marketType: "GRI",
+			passage: "Growth Research Institute",
 			note: "Poorly trained slaves with huge assets.",
 			get requirements() { return (V.seeDicks !== 100); }
 		},
 		{
 			title: "St.Claver Preparatory",
 			marketType: "SCP",
+			passage: "St.Claver Preparatory",
 			note: "Slaves with basic training and solid implants.",
 			get requirements() { return (V.seeDicks !== 100); }
 		},
 		{
 			title: "The Cattle Ranch",
 			marketType: "TCR",
+			passage: "The Cattle Ranch",
 			note: "Mentally conditioned free-range cowgirls.",
 			get requirements() { return (V.seeDicks !== 100); }
 		},
 		{
 			title: "The Hippolyta Academy",
 			marketType: "HA",
+			passage: "The Hippolyta Academy",
 			note: "High quality slaves of powerful physique and refined skills.",
 			get requirements() { return (V.seeDicks !== 100); }
 		},
 		{
 			title: "L'École des Enculées",
 			marketType: "LDE",
+			passage: "L'École des Enculées",
 			note: "Slaves optimized and trained for anal.",
 			get requirements() { return (V.seeDicks !== 0); }
 		},
 		{
 			title: "The Gymnasium - Academy",
 			marketType: "TGA",
+			passage: "The Gymnasium - Academy",
 			note: "Well trained slaves with dicks.",
 			get requirements() { return (V.seeDicks !== 0); }
 		},
 		{
 			title: "The Futanari Sisters",
 			marketType: "TFS",
+			passage: "The Futanari Sisters",
 			note: "Highly skilled, highly feminine hermaphrodites.",
 			get requirements() { return (V.seeDicks !== 0); }
 		},
 		{
 			title: "Nueva Universidad de Libertad",
 			marketType: "NUL",
+			passage: "Nueva Universidad de Libertad",
 			note: "Androgynous slaves lacking genitalia.",
 		},
 	],