diff --git a/src/pregmod/FCTV/FCTVshows.js b/src/pregmod/FCTV/FCTVshows.js
index f9b01ce63e6fd5d89bb07ffa6590103f8abb231a..57aca3496cb43739ac05771cfb51a418764b42cb 100644
--- a/src/pregmod/FCTV/FCTVshows.js
+++ b/src/pregmod/FCTV/FCTVshows.js
@@ -810,7 +810,7 @@ App.Data.FCTV.channels = {
 				get slaves() { return [App.Data.FCTV.actors.premiumVirgin]; },
 				text: function(slave) {
 					const {He, he} = getPronouns(slave);
-					return `<p>Next up, we have a premium virgin named ${slave.slaveName}." A bright pink "VV" symbol flashes on the corner of the screen. "Take a good look, because ${he} is a product of the famous sex slave breeding program at Arcturus Arcology. Like all the slaves they sell, ${he}'s a premium <span class="pink">double virgin.</span> ${He} has excellent breeding potential, and while ${he} isn't that skilled yet, ${he}'s got good intelligence and is already well acclimated to the life of a sex slave."</p>`;
+					return `<p>"Next up, we have a premium virgin named ${slave.slaveName}." A bright pink "VV" symbol flashes on the corner of the screen. "Take a good look, because ${he} is a product of the famous sex slave breeding program at Arcturus Arcology. Like all the slaves they sell, ${he}'s a premium <span class="pink">double virgin.</span> ${He} has excellent breeding potential, and while ${he} isn't that skilled yet, ${he}'s got good intelligence and is already well acclimated to the life of a sex slave."</p>`;
 				}
 			},
 			{// hyperpregnant
@@ -819,7 +819,7 @@ App.Data.FCTV.channels = {
 				text: function(slave) {
 					const r = [];
 					const {his, he, him} = getPronouns(slave);
-					r.push(`<p>Next up, we have ${addA(slave.race)} breeder, young and healthy with an advanced`);
+					r.push(`<p>"Next up, we have ${addA(slave.race)} breeder, young and healthy with an advanced`);
 					if (V.seeHyperPreg === 0) {
 						r.push(`<i><span class="pink">super pregnancy.</span></i>`);
 					} else {
@@ -835,7 +835,7 @@ App.Data.FCTV.channels = {
 				text: function(slave) {
 					const r = [];
 					const {girl, his, He, he, him} = getPronouns(slave);
-					r.push(`<p>Next up, we have a special slave named ${slave.slaveName} who has quite the gift, <span class="pink">superfetation!</span> ${He} can become pregnant while pregnant! Isn't that amazing? ${He} may have a few miles on ${him}, having just completed a double pregnancy, but with a trait like that, ${he}'s more than worth ${his} price if you like your ${girl}s to constantly have a bun in the oven."</p>`);
+					r.push(`<p>"Next up, we have a special slave named ${slave.slaveName} who has quite the gift, <span class="pink">superfetation!</span> ${He} can become pregnant while pregnant! Isn't that amazing? ${He} may have a few miles on ${him}, having just completed a double pregnancy, but with a trait like that, ${he}'s more than worth ${his} price if you like your ${girl}s to constantly have a bun in the oven."</p>`);
 					return r.join(" ");
 				}
 			},
@@ -845,11 +845,11 @@ App.Data.FCTV.channels = {
 				text: function(slave) {
 					const r = [];
 					const {He, he} = getPronouns(slave);
-					r.push(`<p>Next up, we have ${addA(slave.race)} <span class="pink">MILF.</span> ${He}'s no longer young, but still quite attractive. ${He} has been a slave for many years now, and has been trained well. ${He} also has a good array of skills that you can put to use. ${He} has huge tits and a huge ass to play with, but ${he}'d also make good`);
+					r.push(`<p>"Next up, we have ${addA(slave.race)} <span class="pink">MILF.</span> ${He}'s no longer young, but still quite attractive. ${He} has been a slave for many years now, and has been trained well. ${He} also has a good array of skills that you can put to use. ${He} has huge tits and a huge ass to play with, but ${he}'d also make good`);
 					if (V.seePreg === 0) {
-						r.push(`<i>sandwiches</i>.</p>`);
+						r.push(`<i>sandwiches</i>."</p>`);
 					} else {
-						r.push(`stock for a breeding program.</p>`);
+						r.push(`stock for a breeding program."</p>`);
 					}
 					return r.join(" ");
 				}
@@ -860,7 +860,7 @@ App.Data.FCTV.channels = {
 				text: function(slave) {
 					const r = [];
 					const {girl, his, he, him} = getPronouns(slave);
-					r.push(`<p>Next up, we have a bargain discount offer on a young ${slave.race} ${girl}. Unlike our usual stock ${he}'s something of a <span class="red">disobedient</span> slave, but that means savings for you, and all the fun of breaking in a new slave. We have to admit that ${his} previous owner had a hard time training ${him}, but I'm sure you can tell that ${his} body has`);
+					r.push(`<p>"Next up, we have a bargain discount offer on a young ${slave.race} ${girl}. Unlike our usual stock ${he}'s something of a <span class="red">disobedient</span> slave, but that means savings for you, and all the fun of breaking in a new slave. We have to admit that ${his} previous owner had a hard time training ${him}, but I'm sure you can tell that ${his} body has`);
 					if (slave.clit > 4) {
 						r.push(`potential, just look at the <span class="pink">clit</span> on ${him}!"</p>`);
 					} else {
@@ -876,7 +876,7 @@ App.Data.FCTV.channels = {
 				text: function(slave) {
 					const r = [];
 					const {his, He} = getPronouns(slave);
-					r.push(`<p>Next up, we have ${addA(slave.race)} cum cow. Just take a look at that pair of <span class="pink">massive balls.</span> This slave also has a prostate stimulating hormone implant to ramp up ${his} cum production even further. ${He}'s a perfect fit for your dairy, or even your own kitchen creamery!"</p>`);
+					r.push(`<p>"Next up, we have ${addA(slave.race)} cum cow. Just take a look at that pair of <span class="pink">massive balls.</span> This slave also has a prostate stimulating hormone implant to ramp up ${his} cum production even further. ${He}'s a perfect fit for your dairy, or even your own kitchen creamery!"</p>`);
 					r.push(`<p>The woman helping to display the slaves shows her hand to the camera; it's coated in a sticky layer of precum from handling the cum cow's equipment.</p>`);
 					return r.join(" ");
 				}
@@ -886,7 +886,7 @@ App.Data.FCTV.channels = {
 				get slaves() { return [App.Data.FCTV.actors.mpreg]; },
 				text: function(slave) {
 					const {girl, his, he, him} = getPronouns(slave);
-					return `<p>Next up, we have a strong young ${slave.race} ${girl} that retains ${his} cock and balls. ${slave.slaveName} has something that makes ${him} special: thanks to medical science ${he}'s got a <span class="pink">functional ass womb.</span> That's right folks, this slave is fertile and can get knocked up if you inseminate ${his} asshole. That's pretty amazing, to be honest, and exceptionally rare. Don't let this opportunity slip by!"</p>`;
+					return `<p>"Next up, we have a strong young ${slave.race} ${girl} that retains ${his} cock and balls. ${slave.slaveName} has something that makes ${him} special: thanks to medical science ${he}'s got a <span class="pink">functional ass womb.</span> That's right folks, this slave is fertile and can get knocked up if you inseminate ${his} asshole. That's pretty amazing, to be honest, and exceptionally rare. Don't let this opportunity slip by!"</p>`;
 				}
 			},
 		]