I have cut and pasted the relvant code and placed it on my primary template however it does't seem to work, anyone know what im doing wrong???
<script language=JavaScript>
now = new Date();
if ( now.getHours() >= 16.30 ) document.write('<font color=red>Warning
text here</font>');
</script>
Thanks
<script language=JavaScript>
now = new Date();
if ( now.getHours() >= 16.30 ) document.write('<font color=red>Warning
text here</font>');
</script>
Thanks
Comment