From 8da584dc2646ed6adcb5e6bb7615101eeb6f8e47 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 4 Nov 2009 15:26:35 +0000
Subject: [PATCH] remove one icon from splash page

---
 customindex/views/default/customindex/content.php    | 4 ++--
 customindex/views/default/customindex/globesplash.js | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 0221e638..9bf77b5c 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 7c3202c5..92312b2f 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);
 };
 
-- 
GitLab