===today htc===
<HEAD>
<public:component tagname= "Day" >
<property name= "Value" ></PROPERTY>
<attach event= "Oncontentready" onevent= "Fninit ()" ></ATTACH>
</PUBLIC:COMPONENT>
<STYLE>
. clsday {
width:50;
height:50;
Background-color:pink;
Align:center;
Text-align:right;
}
</STYLE>
<script language= "JavaScript" >
<!--
function Fninit ()
{
Document.body.innerHTML = ' <font color= ' blue ' > ' + element.value + ' </FONT> ';
Document.body.className = "Clsday";
Defaults.viewlink = document;
Element.appointments = "";
Element.date = Element.value;
}
function fnshowappts ()
{
Newappointments = Prompt ("Add Your appointment:", element.appointments);
if (newappointments!= null) element.appointments = newappointments;
Document.body.innerHTML = ' <font color= ' blue ' > ' + element.date + ' </FONT> ' + ' <BR> ' + ' <font size= ' 1 > ' + element.appointments + ' </FONT> ';
}
-->
</SCRIPT>
</HEAD>