diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index f12ff29c049204effe1654e161f4793001b6321f..6d2407b862e1f3833ac6c326ff9e7eab884f2f89 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -6,6 +6,18 @@
 
 <<setLocalPronouns $Lurcher>>
 
+<span id="artFrame">
+/* 000-250-006 */
+<<if $seeImages == 1>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $Lurcher 2 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $Lurcher 2 0>></div>
+	<</if>>
+<</if>>
+/* 000-250-006 */
+</span>
+
 It's time to go coursing. You meet with fellow members of the Coursing Association while the automated maintenance drones clear the plaza and lay down the green, sharing a refine discussion of recent events over <<if $PC.refreshmentType == 0>>a $PC.refreshment<<elseif $PC.refreshmentType == 1>>glasses of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plates of $PC.refreshment<<elseif $PC.refreshmentType == 3>>hits of $PC.refreshment<<elseif $PC.refreshmentType == 4>>shots of $PC.refreshment<<elseif $PC.refreshmentType == 5>>handfuls of $PC.refreshment<<elseif $PC.refreshmentType == 6>>tabs of $PC.refreshment<</if>>. Once the field is ready, the day's hares are led out and chained in a row along one side of the plaza, naked. You and the other members watch this process intently, since you won't get any more information on them than what you can learn by looking.
 <br><br>
 The rules have been explained to the hares: they're to be freed if they can reach the other side of the plaza without being caught and raped by the lurchers who will be released to chase them.
diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw
index dc6c92c77e5af20801da2a821b6d316af1967dfd..db3d75736eb413b4e1b171dad7e4e0acd66661d6 100644
--- a/src/uncategorized/seCoursingRace.tw
+++ b/src/uncategorized/seCoursingRace.tw
@@ -3,6 +3,19 @@
 <<setLocalPronouns $Lurcher>>
 <<setLocalPronouns $activeSlave 2>>
 
+<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $Lurcher 2 0>>
+		</div>
+	<</if>>
+	/* 000-250-006 */
+</span>
+
 You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whisper your direction into $his ear without letting the other competitors or their lurchers hear<<else>>gently point $him towards the target hare without letting the other competitors or their lurchers see<</if>>. Then, you gently push $him down into $his starting crouch. The umpire trips the hares' releases, a few <<if $showInches == 2>>yards<<else>>meters<</if>> in front of you and $Lurcher.slaveName, and you instantly let your lurcher off $his leash.
 
 <<set _LurcherSpeed = 10>>
diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw
index df1b65a47babf0c5aa1e5632c20478dc852ba816..ba11d2385185940f2da37974c31aeedbdf043cdd 100644
--- a/src/uncategorized/seExpiration.tw
+++ b/src/uncategorized/seExpiration.tw
@@ -9,6 +9,18 @@
 <<run Enunciate($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
+<span id="artFrame">
+/* 000-250-006 */
+<<if $seeImages == 1>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+	<</if>>
+<</if>>
+/* 000-250-006 */
+</span>
+
 $activeSlave.slaveName's indentured servitude is ending this week, meaning that your arcology is gaining a citizen.
 <<set $lowerClass += 1>>
 
diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw
index 9da33aa37ba997f841778fbeda787ece06a004e2..fab6d5d9af9b8a0706a507c37cb11f0c205502a9 100644
--- a/src/uncategorized/seWeddingDouble.tw
+++ b/src/uncategorized/seWeddingDouble.tw
@@ -8,6 +8,17 @@
 <<set _belly = bellyAdjective(_slave1)>>
 <<set _belly2 = bellyAdjective(_slave2)>>
 
+/* 000-250-006 */
+<<if $seeImages == 1>>
+	<div class="imageRef medImg">
+		<<SlaveArt _slave2 2 0>>
+	</div>
+	<div class="imageRef medImg">
+		<<SlaveArt _slave1 2 0>>
+	</div>
+<</if>>
+/* 000-250-006 */
+
 <<if _slave1.slaveName == _slave2.slaveName>>
 <</if>>
 
diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw
index 0097c10ae71f07e81e8740190e668c2fc9bb006a..e35fdce93f0c609f6d746db1949cf34fb846cff6 100644
--- a/src/uncategorized/seWeddingSingle.tw
+++ b/src/uncategorized/seWeddingSingle.tw
@@ -4,6 +4,18 @@
 <<setLocalPronouns $slaves[_s]>>
 <<set _belly = bellyAdjective($slaves[_s])>>
 
+<span id="artFrame">
+/* 000-250-006 */
+<<if $seeImages == 1>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $slaves[_s] 2 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $slaves[_s] 2 0>></div>
+	<</if>>
+<</if>>
+/* 000-250-006 */
+</span>
+
 <<if $slaves[_s].relationship != 0>>
 	<<if $slaves[_s].relationship > 0>>
 		<<set _m = $slaveIndices[$slaves[_s].relationshipTarget]>>
diff --git a/src/uncategorized/seWeddingTriple.tw b/src/uncategorized/seWeddingTriple.tw
index 523dec4882018e3dec2dbb5bb7d15cbe87fa8448..c75be01bb4113656951dee62f0d3a33c8ed64b5d 100644
--- a/src/uncategorized/seWeddingTriple.tw
+++ b/src/uncategorized/seWeddingTriple.tw
@@ -12,6 +12,20 @@
 	<<setLocalPronouns _slave4 4>>
 <</if>>
 
+/* 000-250-006 */
+<<if $seeImages == 1>>
+	<div class="imageRef medImg">
+		<<SlaveArt _slave3 2 0>>
+	</div>
+	<div class="imageRef medImg">
+		<<SlaveArt _slave2 2 0>>
+	</div>
+	<div class="imageRef medImg">
+		<<SlaveArt _slave1 2 0>>
+	</div>
+<</if>>
+/* 000-250-006 */
+
 /* TODO: not sure what to put here yet, this is mostly a placeholder */
 In the days leading up to your wedding, your wives-to-be spent their time preparing to join you in matrimony.