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;
}

document.open();
document.write('<center><a href="javascript:comment()">Click to email</a><HR><div class="hl"><h3>AskWhy! Books</h3><a href="http://www.askwhy.co.uk/books/aworderform.html">Click for Special Offer Order Form</a><ul><li>The Hidden Jesus ISBN-0-9521913-2-6 &#163;13.00 inc p&amp;p UK ($30.00 inc shipping US).  &copy; Mike Magee. 1997.</li><li>The Mystery of Barabbas? ISBN 0-9521913-1-8 &#163;10.00 inc p&amp;p UK ($25.00 inc shipping US) &copy; Mike Magee. 1995.</li><li>Who Lies Sleeping? ISBN 0-9521913-0-X &#163;8.00 inc p&amp;p UK ($20.00 inc shipping currency charge, US). &copy; Mike Magee. 1993.</li></ul>All rights reserved</div></center>');
if (status>2)
{
document.write('<center><a href="http://www.adelphiasophism.com/wls/index.html"><img src="../bricks/AniWls.gif" alt="Click for the Dinosaur Heritage Pages" width=468 height=60></a></center>');
}
else
if (status>1)
{
document.write('<center><a href="../christianity/index.php"><img src="../bricks/AniMob.gif"  alt="Click for the Mystery of Jesus Pages" width=468 height=60></a></center>');
}
else
if (status>0)
{
document.write('<center><a href="../analogiesandconjectures/index.php"><img src="../bricks/AniAandC.gif" alt="Click for Analogies and Conjectures" width=400 height=40></a></center>');
}
else
{
document.write('<center><a href="../books/aworderform.html"><img src="../bricks/AniAwBooks.gif" alt="Click for AskWhy! Books ordering" width=468 height=20></a></center>');
}
document.write('<p align=left><A HREF="askwhyorders.htm">[Order]</A>&nbsp;<A HREF="bkcontents.htm#top">[Book Contents]</A>&nbsp;<A HREF="../index.php#top">[Home]</A></p>');
document.close();

