<!-- Hide script

var bd_periodofday_now = new Date();
var month = bd_periodofday_now.getMonth();
var day   = bd_periodofday_now.getDate();
var year  = bd_periodofday_now.getFullYear();
var hour = bd_periodofday_now.getHours();
var minute = bd_periodofday_now.getMinutes();
if (year < 1900) {year+=1900; } // Fix for Opera version 7.11 and earlier, (years are 103 for 2003, etc.)


function show_Saturday()
	{
	document.write("<br />")
	if (bd_periodofday_now.getHours() < 1)
		{
		document.write("Guess what?  It's Saturday already!&nbsp; ");
		document.write("Tomorrow night (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 2)
		{
		document.write("It's last call.  Order now!&nbsp; ");
		document.write("Tomorrow night (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 3)
		{
		document.write("Wanna go get something to eat at International House of Hackers?&nbsp; ");
		document.write("Tomorrow night (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 4)
		{
		document.write("You plan on sleeping in on Saturday morning right?  Get an extra hour on Saturday.&nbsp; ");
		document.write("Tomorrow night (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 5)
		{
		document.write("Just getting back from the Friday night out with the gang?&nbsp; ");
		document.write("Saturday night you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 6)
		{
		document.write("You're not up early, you are still up from the day before!&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 7)
		{
		document.write("You must have a lot to do if you start this early!&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 8)
		{
		document.write("Eating a good breakfast now will keep you going until nearly lunch!&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 9)
		{
		document.write("Good Morning!  You have a lot of things to do today!&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 10)
		{
		document.write("Make a list of things you want to accomplish today.&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 11)
		{
		document.write("You still have time to plan something constructive.&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 12)
		{
		document.write("Had your snack yet?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 13)
		{
		document.write("If your mouse was powered by body heat, you would have enough left over to power the entire community!&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 14)
		{
		document.write("Did you call your mom?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 16)
		{
		document.write("It\'s noon already; feel like you've accomplished anything yet?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 17)
		{
		document.write("Have you made plans to eat out again?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 18)
		{
		if (bd_periodofday_now.getMonth() > 5 && bd_periodofday_now.getMonth < 10) // June - September
			document.write("You still have time to start the grill.");
		else
		if ((bd_periodofday_now.getMonth() > 10 && bd_periodofday_now.getMonth <= 12) ||
			 (bd_periodofday_now.getMonth() >= 1 && bd_periodofday_now.getMonth < 4)) // Nov thru March
			{
			document.write("You should start a fire and open a good bottle of wine.  ")
			document.write("Drink half then call somebody and see what happens.  ")
			document.write("Don't worry about a second bottle, nothing is going to happen.");
			}
		else // Apr & May and October
			{
			document.write("I hope you responded to all your e-mails.");
			document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
			}
		}
	else
	if (bd_periodofday_now.getHours() < 19)
		{
		document.write("Movie or TV, that is the question. Or more web surfing. . .&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 20)
		{
		document.write("Prime time is upon us.  Don't worry, you aren't missing out on anything.&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 21)
		{
		document.write("Another Saturday night. . . . pretending your TV is broken?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 22)
		{
		document.write("People helping people.&nbsp; ");
		document.write("Hey, Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 23)
		{
		document.write("Do you realize that you might be falling asleep any moment now?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 24)
		{
		document.write("Do you change into a pumpkin at midnight?&nbsp; ");
		document.write("Tonight (early Sunday at 2&nbsp;A.M.) you should adjust your clocks back. Don't forget.");
		}
	} // end of function show_Saturday


function show_Sunday()
	{
	document.write("<br />")
	if (bd_periodofday_now.getHours() < 5)
		{
		document.write("You should have already adjusted your clocks back (at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 9)
		{
		document.write("Good Morning!&nbsp; ");
		document.write("You should have already adjusted your clocks back (at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 10)
		{
		document.write("Make good use of today!&nbsp; ");
		document.write("You should have already adjusted your clocks back (at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");         }
	else
	if (bd_periodofday_now.getHours() < 11)
		{
		document.write("It is well into the morning.&nbsp; ");
		document.write("You should have already adjusted your clocks back (at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 12)
		{
		document.write("A Sunday couch potato is nothing to be proud of so continue to surf.&nbsp; ");
		document.write("Hey, You should have already adjusted your clocks back (at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 13)
		{
		document.write("Noon hour tip: Right after eating you shouldn't swim but surfing is O.K. . . . web surfing that is.&nbsp; ");
		document.write("Also, You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 14)
		{
		document.write("It's a great day to think about clocks and time.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 15)
		{
		document.write("Now is a good time for some physical activity.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 16)
		{
		document.write("What are you going to do with your extra hour?&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 17)
		{
		document.write("I hope you didn't spend your extra hour sleeping.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 18)
		{
		document.write("What did you think of that ballgame?&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 19)
		{
		document.write("You don't have a lot of time left to get things done this weekend.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 20)
		{
		document.write("Wouldn't it be nice if it didn't get any colder or hotter than this every evening?&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 21)
		{
		document.write("The weekend is nearly over!  You need to start thinking about going to bed.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 22)
		{
		document.write("You don't have a report that you were planning on doing this weekend do you?&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 23)
		{
		document.write("Last night or this morning you were supposed to do something important.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 24)
		{
		document.write("By now, I'm sure you already know.&nbsp; ");
		document.write("You should have already adjusted your clocks back (last night at 2&nbsp;A.M.)&nbsp; Hope you didn't forget.");
		}
	} // Sunday   

function show_WeekdayMon() // Monday
	{
	document.write("<br />")
	if (bd_periodofday_now.getHours() < 3)  // 12AM - 3AM
		{
		document.write("Whew! What a weekend!  It is back to the grind from now on, right? ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 5)  // 3AM - 5AM
		{
		document.write("Project due soon or unemployed? Or are you still up from last night? ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 8)  // 5AM - 8AM
		{
		document.write("Good Morning! You are in early.&nbsp; ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 9)  // 8AM - 9AM
		{
		document.write("This has nothing to do with work! ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 11)  // 9AM - 11AM
		{
		document.write("This is quite time.&nbsp; Don't read out loud and don't make calls.&nbsp; ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 12)  // 9AM - 12PM
		{
		document.write("You hungry yet?  It's nearly noon.&nbsp; ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 14)  // 12PM - 2PM
		{
		document.write("By the way, how was lunch? ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 15)  // 2PM - 3PM
		{
		document.write("You seem sleepy.&nbsp; You need to get more rest at night.&nbsp; ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 16)  // 3PM - 4PM
		{
		document.write("Do you think you can make it to the end of the day? ");
		document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 17)  // 4PM - 5PM
		{
		if (bd_periodofday_now.getDay() == 5)
			if (bd_periodofday_now.getMinutes() < 30)
				{
				document.write("Did you finish the report you started last Monday? ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
				{
				document.write("The weekend is about to start! ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
		else
			if (bd_periodofday_now.getMinutes() < 30)
				{
				document.write("Are you going to have to work late? ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
				{
				document.write("Almost quitting time! ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
		}
	else
		{
		if (bd_periodofday_now.getHours() < 18)  // 5PM - 6PM
			{
			if (bd_periodofday_now.getDay() == 5)
				{
				document.write("The weekend has started!  You don't have to go to bed early! ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
				{
				document.write("It is not even 6 PM.&nbsp; Have you made plans for the evening? ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			}
		else
			{
			if (bd_periodofday_now.getHours() < 19)  // 6PM - 7PM
				{
				document.write("Prime time will be starting soon.&nbsp; Gonna watch TV? ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 20)  // 7PM - 8PM
				{
				document.write("If you haven't made plans for the evening by now, all the good ones are taken.&nbsp; ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 21)  // 8PM - 9PM
				{
				document.write("Prime time is over!  If you brought any work home you better get started.&nbsp; ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 22)  // 9PM - 10PM
				{
				document.write("Tomorrow is a work day.&nbsp; You need to start thinking about going to bed.&nbsp; ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 22)  // 10PM - 11PM
				{
				document.write("Are you staying up for the late show? ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			else                                     // 11PM - 12AM
				{
				document.write("Are you supposed to be up this late? ");
				document.write("You should have already adjusted your clocks back early (at 2&nbsp;A.M.) Sunday.&nbsp; Hope you didn't forget.");
				}
			}
		}
	} // end show_WeekdayMon


function show_WeekdayFri()
	{
	document.write("<br />")
	if (bd_periodofday_now.getHours() < 3)  // 12AM - 3AM
		{
		document.write("Yeah! One more day and the weekend starts.&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 5)  // 3AM - 5AM
		{
		document.write("Project due soon or unemployed?&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 8)  // 5AM - 8AM
		{
		document.write("Good Morning! You are in early.&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 9)  // 8AM - 9AM
		{
		document.write("This has nothing to do with work!&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 11)  // 9AM - 11AM
		{
		document.write("This is quite time. Don't read out loud and don't make calls.&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 12)  // 9AM - 12PM
		{
		document.write("You hungry yet?  It's nearly noon.&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 14)  // 12PM - 2PM
		{
		document.write("By the way, how was lunch?&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 15)  // 2PM - 3PM
		{
		document.write("You seem sleepy.  You need to get more rest at night.&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 16)  // 3PM - 4PM
		{
		document.write("Do you think you can make it to the end of the day?&nbsp; ");
		document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
		}
	else
	if (bd_periodofday_now.getHours() < 17)  // 4PM - 5PM
		{
		if (bd_periodofday_now.getDay() == 5)
			{
			if (minute < 30)
				document.write("Did you finish the report you started on Monday?&nbsp; ");
			else
				document.write("The weekend is about to start!&nbsp; ");
         }
		else
         {
			if (minute < 30)
				document.write("Are you going to have to work late?&nbsp; ");
			else
				document.write("Almost quitting time!&nbsp; ");
			document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
			}
		}
	else
		{
		if (bd_periodofday_now.getHours() < 18)  // 5PM - 6PM
			{
			if (bd_periodofday_now.getDay() == 5)
				document.write("The weekend has started!  You don't have to go to bed early!&nbsp; ");
			else
				{
				document.write("Whew! What a day.  Good thing we don't have to get up early tommorow, right?&nbsp; ");
				document.write("It is not even 6 <small>P.M.</small>.  Have you made plans for the evening?&nbsp; ");
				}
			document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
			}
		else
			{
			if (bd_periodofday_now.getHours() < 19)  // 6PM - 7PM
				{
				document.write("Prime time will be starting soon.  Gonna watch TV?&nbsp; ");
				document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 20)  // 7PM - 8PM
				{
				document.write("If you haven't made plans for the evening by now, all the good ones are taken.&nbsp; ");
				document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 21)  // 8PM - 9PM
				{
				document.write("Prime time is over!  If you brought any work home you better get started.&nbsp; ");
				document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 22)  // 9PM - 10PM
				{
				document.write("Tomorrow is a work day.  You need to start thinking about going to bed.&nbsp; ");
				document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
				}
			else
			if (bd_periodofday_now.getHours() < 22)  // 10PM - 11PM
				{
				document.write("Are you staying up for the late show?&nbsp; ");
				document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
				}
			else                                     // 11PM - 12AM
				{
				document.write("Are you supoosed to be up this late?&nbsp; ");
				document.write("This weekend you need to set your clocks back.&nbsp; Hope you don't forget.");
				}
			}
		}
	} // end show_WeekdayFri

function show_Today()
   {
   switch (bd_periodofday_now.getDay())
      {
      case 0: // Sunday
         {
         show_Sunday();
         }
      break;
      case 1: // Monday
         {
         show_WeekdayMon();
         }
      break;
      case 5: // Friday
         {
         show_WeekdayFri();
         }
      break;
      case 6: // Saturday
         {
         show_Saturday();
         }
      break;
      }
   } // show_Today()


//alert('Hello');

if (year == 2003)
   {
	if ((month == 9) && (day == 26)) // October 26-27
	   {
	   show_Today();
	   }
	}
else
if (year == 2004)
   {
	if ((month == 9) && ((day == 30) || (day == 31))) // October 30th and 31st
	   {
	   show_Today();
	   }
	}
else
if (year == 2005)
   {
   //document.write("<br />Year: "+year+", Month: "+month+", Day: "+day+", Hour: "+hour+", Minute: "+minute+".");

	if ((month == 9) && ((day == 28) || (day == 29) || (day == 30))) // October 28th - 30th
	   {
	   show_Today();
	   }
	}
else
if (year == 2006)
   {
   //document.write("<br />Year: "+year+", Month: "+month+", Day: "+day+", Hour: "+hour+", Minute: "+minute+".");

	if ((month == 9) && ((day == 27) || (day == 28) || (day == 29))) // October 27th - 29th
	   {
	   show_Today();
	   }
	}
else
if (year == 2007)
   {
   //document.write("<br />Year: "+year+", Month: "+month+", Day: "+day+", Hour: "+hour+", Minute: "+minute+".");

	if ((month == 10) && ((day == 2) || (day == 3) || (day == 4))) // November 2nd - 4th
	   {
	   show_Today();
	   }
	}
else
if (year == 2008)
   {
   //document.write("<br />Year: "+year+", Month: "+month+", Day: "+day+", Hour: "+hour+", Minute: "+minute+".");

	if ((month == 10) && ((day == 1) || (day == 2) || (day == 3))) // November 1st - 3rd
	   {
	   show_Today();
	   }
	}
else
if (year == 2009)
   {
   //document.write("<br />Year: "+year+", Month: "+month+", Day: "+day+", Hour: "+hour+", Minute: "+minute+".");

	if ( (month == 9) && ( (day == 30) || (day == 31) ) ) // October 30th and 31st
	   {
	   show_Today();
	   }
   else
   if ( (month == 10) && ( (day == 1) || (day == 2) ) ) // November 1st - 3rd
	   {
	   show_Today();
	   }
	}

// Stop hiding -->