The page is deeply horked.
The javscript functions in the head are repeated about eleventy times, and
there is a missing comment closing tag at the bottom of the script - the
redundant code will just make your page heavy and slow to load, but the
missing comment tag will make the page blank, as you see happening.
To solve the latter problem, change this -
</script>
<link rel="stylesheet" type="text/css" href="TW.css">
</head>
to this -
//-->
</script>
<link rel="stylesheet" type="text/css" href="TW.css">
</head>
--
Murray
============
Thanksonce again murray.