var now = new Date();
n = now.getDay() + 0;
n = 'bg1' + n + '.jpg';
var m=now.getMonth();
if (m<10) m='0' + m;
function linx()
{
open("contents.html","conWindow","width=150,height=450,toolbar=no,directories=no,menubar=no,status=no,resizable=no");
}
document.open();
document.write('<body style="margin-top:0;background:url(' + n + ') repeat fixed;"><form><table align=left><tr><td><input type=button value="Site" onClick="linx()"></td></tr></table></form><div style="margin-left=-7%;margin-right=-7%;background-color:000000;background:url(starry1.gif);"><table width=480 align=bottom><tr><td style="background:url(gsbanner.jpg);" align=left width=468><img src="blank.gif" width=120 height=56 align=top><img src="pulsar.gif" alt="Nova" width=25 height=40 align=top><img src="blank.gif" width=220 height=56></td></tr></table></div><center style="font-size:8pt;"><a href="http://www.askwhy.co.uk/analogiesandconjectures/index.html"> Analogies and Conjectures </a> | <a href="http://www.askwhy.co.uk/christianity/index.html">Christianity Revealed </a> | <a href="http://www.adelphiasophism.com/goddess/index.html">Goddess </a> | <a href="http://www.askwhy.co.uk/index.html">AskWhy! Home</a></center>');
document.close();