//we need a table!!
var text,text2;

text=("<span id='layer1'><FONT SIZE='2'>Please wait a moment for the time and date to load.</FONT></span>")

/*var schemes = new Array("default","high2","sun","ocean","meadow")

text2 = "<FONT SIZE='2'>Colour scheme: <select onchange='change(this.options[selectedIndex].value)'>"
for(i=0;i<schemes.length;i++)
{
	if(colour == schemes[i])
	{text2+="<option value='"+schemes[i]+"' selected>" + schemenames[i]}
	else
	{text2+="<option value='"+schemes[i]+"'>" + schemenames[i]}
}
text2 += "</select>&nbsp;<input type='button' onclick='location.reload()' value='Go'> <a href='javascript:colourhelp()'>Help</a></font>"*/

text2 = "&nbsp;"

document.write("<table align='center' width='100%' border=0><tr align='center' valign='center'><td width='33%'><font size='-1' face='Verdana'>Part of the <a href='http://www.coolwebeffects.co.uk'>Cool Web Effects</a> Network</font></td><td width='33%'>"+text2+" </td><td width='34%'>"+text+"<script src='timedate.js'></script></td></tr></table>")


