<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>The JavaScript Source:  Time and Date:  Basic Date Display</title>
      <link>http://javascript.internet.com/cgi-bin/comments.pl/time-date/basic-date-display.html</link>
      <description>User Comments</description>
      <pubDate>Thu, 09 Apr 2009 12:11:01 GMT</pubDate>
      <lastBuildDate>Thu, 09 Apr 2009 12:11:01 GMT</lastBuildDate>
      <generator>Simple Comments 0.932</generator>

      <item>
         <title>changing the text - (katie)</title>
         <link>http://javascript.internet.com/cgi-bin/comments.pl/time-date/basic-date-display.html#comment1</link>
         <description>is there anyway i can change the appearance of this clock?&lt;br /&gt;i tried using my div tag&lt;br /&gt;&quot;&amp;lt;div id=&#39;js&#39;&amp;gt;&amp;lt;/div&amp;gt;&quot;&lt;br /&gt;inside the javascript like i have when using this code on my website:&lt;br /&gt;&lt;br /&gt;var d = new Date();&lt;br /&gt;var time = d.getHours();&lt;br /&gt;if (time &amp;lt; 12)&lt;br /&gt;{&lt;br /&gt;document.write(&quot;&amp;lt;div id=&#39;js&#39;&amp;gt;Good Morning! It is now&amp;lt;/div&amp;gt;&quot;);&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;document.write(&quot;&amp;lt;div id=&#39;js&#39;&amp;gt;Good Day! It is now&amp;lt;/div&amp;gt;&quot;);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;but it doesn&#39;t seem to be working :( i wanted to put my click right after the text</description>
         <pubDate>Thu, 09 Apr 2009 01:29:40 GMT</pubDate>
         <guid>http://javascript.internet.com/cgi-bin/comments.pl/time-date/basic-date-display.html#comment1</guid>
      </item>

   </channel>
</rss>