/* author: Robert M. Howell Qual-Tek, Inc. qualtek.com */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 11/10/2008 */

<!--Hide Script from Old Browsers

  now = new Date
  month=now.getMonth()
  day=now.getDate()

  if (month < 9 || (month==11 && day>24))
  {
  document.write("<BR>")
  }
  else
  {
  document.write("There are only " + daysTill(holiday) + " shopping days until Christmas!")
  }
       
//End Hiding script from old browsers -->