diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw
index 6d0a17b58a64a762d198282a9cc1bc72b828c6d7..0b8f8d2184c87b875fa45e371dca9ce919785fb5 100644
--- a/src/uncategorized/reRelativeRecruiter.tw
+++ b/src/uncategorized/reRelativeRecruiter.tw
@@ -864,6 +864,7 @@ You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a ba
 <<set $activeSlave = Object.assign($activeSlave, clone($genePool[$j]))>>
 <<run Enunciate($eventSlave)>>
 
+<span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
@@ -873,6 +874,7 @@ You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a ba
 	<</if>>
 <</if>>
 /* 000-250-006 */
+</span>
 
 <<if (random(0,99) < $seeDicks)>>
 	<<if random(1,100) > 60>>
@@ -1195,6 +1197,20 @@ You look up the $activeSlave.relation. _He2 costs <<print cashFormat($slaveCost)
 
 <span id="result">
 <<link "Buy _him2">>
+	<<replace "#artFrame">>
+		/* 000-250-006 */
+		<<if $seeImages == 1>>
+			<div class="imageColumn">
+				<div class="imageRef medImg">
+					<<= SlaveArt($activeSlave, 2, 0)>>
+				</div>
+				<div class="imageRef medImg">
+					<<= SlaveArt($eventSlave, 2, 0)>>
+				</div>
+			</div>
+		<</if>>
+		/* 000-250-006 */
+	<</replace>>
 	<<replace "#result">>
 	/* update $slaves[$i] (eventSlave) before calling any widgets */
 	<<set $slaves[$i].relation = relationTargetWord($activeSlave)>>