diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 0221e638ce589b6f4ac03ef420d070ab4f00869d..9bf77b5c86729b0a47d033fcb4b2c7cb51ab3593 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -88,10 +88,10 @@
 					<div class="member_icon">
 						<img onclick="displayDavidHarwood();return false;" src="mod/customindex/witw_icons/David_Harwood_tiny.jpg" alt="Profile Icon" />
 					</div>
-					<div class="member_icon">
+			<!-- 	<div class="member_icon">
 						<img onclick="displayJohnHoerner();return false;" src="mod/customindex/witw_icons/John_Hoerner_tiny.jpg" alt="Profile Icon" />
 					</div>
-					<!-- row 5 -->
+			-->		<!-- row 5 -->
 					<div class="member_icon">
 						<img onclick="displayMichaelHoff();return false;" src="mod/customindex/witw_icons/Michael_Hoff_tiny.jpg" alt="Profile Icon" />
 					</div>
diff --git a/customindex/views/default/customindex/globesplash.js b/customindex/views/default/customindex/globesplash.js
index 7c3202c51549b1b39d008d411ce8f0394e14bf59..92312b2f64efa79f91e38e236ca621f0d312e386 100644
--- a/customindex/views/default/customindex/globesplash.js
+++ b/customindex/views/default/customindex/globesplash.js
@@ -67,7 +67,7 @@ function startMap() {
 	
 	letsdothisloop('0');
 	pinsonly=false;
-	c = Math.floor(Math.random()*30);
+	c = Math.floor(Math.random()*31);
 	var pauseforasec =setTimeout("letsdothisloop('5000');",1500);
 };