1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
--- a/html/index.html
+++ b/html/index.html
@@ -9,12 +9,9 @@
<link rel="stylesheet" type="text/css" href="look.css">
<meta name="keywords" content="bridge,dealer" />
-
-<script src="http://bridge.thomasoandrews.com/deal/version.js"></script>
-
</head>
-<body background="graphics/idealbg.jpg" bgcolor="#EEEEFF" onload="noteOldVersion('3.1.9')">
+<body background="graphics/idealbg.jpg" bgcolor="#EEEEFF">
<TABLE width=100%>
<TR valign="middle">
@@ -36,7 +33,6 @@ Features:
<hr width="50%">
<div class="toplevel">
</div>
-<div id='versionWarning'></div>
<H2>Information found on these pages:</H2>
<UL>
<LI> <a href="downloading.html">Downloading and Building Instructions</a>
|