Hi
I've just copied the calendar code into my test.php page

Code
<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";
echo "<table width=\"100%\">";
include("/pathto/www/forums/cache/public_calendar.php");
echo "</table>";
?>  


In Firefox it's fine.
But in IE I get a javasript "Error on page"

Quote
Char : 1
'today' is undefined
Code : 0

Anyone seen this before?
d.