Likely a very newbie question, so I shall apologize in advance....

How do I add supplied script to my Web Designer web page? For instance I want to have a World Clock on my web page so everyone can see what time it is where other family members live. The supplied script is

<script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="world001-blue.swf";obj.TimeZone="PST";obj.width=480;obj.hei ght=250;obj.wmode="transparent";showClock(obj);</script>

And I was wondering how the hell I get that to work with XWD

I am also after a user edited calendar so people can input their own important dates for everyone else to access. Any suggestions?

Thanks