var now=new Date();
var status=(now.getSeconds())%4;
function comment()
{
var a1 = "mailto:mikemag";
var b1 = "why.co.uk?subject=Comment on: " + location.href;
mail_str = a1 + "ee@ask" + b1;
mail_str += "&body=Mike, I have the following comments on:  " + document.title;
location.href = mail_str;
}

var path = "";
var href = document.location.href;
var s = href.split("/");
for (var i=2;i<(s.length-1);i++)
{
path+="<a HREF=\""+href.substring(0,href.indexOf(s[i])+s[i].length)+"/\">"+s[i]+"</A> / ";
}
i=s.length-1;
path+="<A HREF=\""+href.substring(0,href.indexOf(s[i])+s[i].length)+"\">"+s[i]+"</A>";
var url = window.location.protocol + "//" + path;

var footer0 = '<div class="clearer"></div><span style="font-size:8pt;"><a href="#top" style="text-align:left;">Top&nbsp;</a>||&nbsp;<a href="http://www.askwhy.co.uk/index.php">AW! Home</a>&nbsp;||&nbsp;E-mail <a href="javascript:comment()">a Comment</a>&nbsp;||&nbsp;<a href="index.html" style="text-align:right;">Contents</a></span>';

var footer1 = '<a href="http://www.villagesonline.com"><img class="right" src="frbricks/memberlogo-large.jpg" alt="BIV logo" /></a><!--  Start Bravenet.Com Service Code --> <div style="line-height: 13px;color:black;padding:10px;"> <a href="http://pub32.bravenet.com/freelink/show.php?usernum=2718230675&amp;cpv=1" style="float: left; margin-right: 10px;color:black"><img src="http://assets.bravenet.com/common/images/cpcode/light-color-freelink.gif" width="32" height="32" alt="Free Links Directory" border="0"></a> <a href="http://pub32.bravenet.com/freelink/show.php?usernum=2718230675&amp;cpv=1" style="font-size: 12px; font-weight: bold; color:black"><strong>Frome Links Page</strong></a><br> <a href="http://www.bravenet.com/webtools/freelink/" style="font-size: 10px; color:black;">Free Links Page by Bravenet.com</a> <br style="clear: left;"> </div> <!-- End Bravenet.Com Service Code -->';

var footer2 = '<div class="clearer"><table width="500" style="font-weight:bold;font-size:8pt;color:#000000;text-align:center;"><tr><td colspan=3 style="font-size:12pt;"><p class="centr">Support independent publishers and writers snubbed by big retailers<br>Ask your public library to order these books<br>Available through all good bookshops</p><h1>AskWhy! Publications</h1>Get them cheaper&nbsp;|&nbsp;<a href="http://www.askwhy.co.uk/books/aworderform.html">Direct Order Form</a>&nbsp;|&nbsp;Get them cheaper<br><br></td></tr><tr><td width="32%" valign="top"><a href="http://www.Amazon.co.uk/exec/obidos/ASIN/095219130X/askwhypublicat0d"><img src="wholiessleeping1.jpg" width="106" height="168" border="1" alt="Who Lies Sleeping? cover"></a><br><a HREF="http://www.askwhy.co.uk/books/wholiessleeping.htm">Who Lies Sleeping? </a><br>The Dinosaur Heritage and the Extinction of Man<br>ISBN 0-9521913-0-X &#163;7.99 </td><td  width="36%" valign="top"><a href="http://www.Amazon.co.uk/exec/obidos/ASIN/0952191318/askwhypublicat0d"><img src="mysteryofbarabbas1.jpg" width="108" height="167" border="1" alt="Mystery of Barabbas cover"></a><br><a HREF="http://www.askwhy.co.uk/books/mysteryofbarabbas.htm">The Mystery of Barabbas. </a><br>Exploring the Origins of a Pagan Religion<br>ISBN 0-9521913-1-8 &#163;9.99 </td><td width="32%" valign="top"><a href="http://www.Amazon.co.uk/exec/obidos/ASIN/0952191326/askwhypublicat0d"><img src="hiddenjesus2.jpg" width="106" height="167" border="1" alt="Hidden Jesus cover"></a><br><a HREF="http://www.askwhy.co.uk/books/hiddenjesus.htm">The Hidden Jesus. </a><br>The Secret Testament Revealed<br>ISBN 0-9521913-2-6 &#163;12.99 </td></tr><tr><td colspan=3 style="background-color:;">&copy;&nbsp;All rights reserved</td></tr></table>';

var footer3 = '';

if (status == 2) footer3 = footer3 + '<center><a href="http://askwhy.co.uk/dinosauroids/"><img src="../bricks/AniWls.gif" alt="Click for the Dinosaur Heritage Pages" width="468" height="60"></a></center>';

else if (status == 1) footer3 = footer3 + '<center><a href="http://www.askwhy.co.uk/analogiesandconjectures/index.php"><img src="../bricks/AniAandC.gif" alt="Click for Analogies and Conjectures" width="400" height="40"></a></center>';

else footer3 = footer3 + '<center><a href="http://www.askwhy.co.uk/christianity/index.php"><img src="../bricks/AniMob.gif"  alt="Click for the Mystery of Jesus Pages" width="468" height="60"></a></center>';


document.open();
document.write('<hr /><center>' + footer0 + footer1 + footer2 + footer3 + '</center>');
document.close();


