--- a/SemanticForms/specials/SF_FormStart.php	2013-01-08 16:41:36.843750000 -0800
+++ b/SemanticForms/specials/SF_FormStart.php	2013-01-08 16:51:23.281250000 -0800
@@ -184,17 +184,9 @@
 		}
 
 		$wgOut->setArticleBodyOnly( true );
-		// Show "loading" animated image while people wait for the
-		// redirect.
-		global $sfgScriptPath;
-		$text = "<p style=\"position: absolute; left: 45%; top: 45%;\"><img src=\"$sfgScriptPath/skins/loading.gif\" /></p>\n";
-		$text .= <<<END
-		<script type="text/javascript">
-		window.onload = function() {
-			window.location="$redirect_url";
-		}
-		</script>
-
+		$text = <<<END
+		<meta http-equiv="refresh" content="0;url=$redirect_url">
+		<p>Redirecting to form: <a href="$redirect_url">$page_title</a>
 END;
 		$wgOut->addHTML( $text );
 		return;
