
<!-- hide script from old browsers
// Modified
function process(){}

  today = new Date()
  
  if((today.getHours() >= 0) && (today.getHours() < 1))
  {  document.write("<IMG SRC=/graphics/masthead_artists16.gif WIDTH=100%>")}

  if((today.getHours() >= 1) && (today.getHours() <2))
  {  document.write("<IMG SRC=/graphics/masthead_artists2.gif WIDTH=100%>")}
  
  if((today.getHours() >= 2) && (today.getHours() < 3))
  {  document.write("<IMG SRC=/graphics/masthead_artists3.gif WIDTH=100%>")}

  if((today.getHours() < 4) && (today.getHours() >= 3))
  {  document.write("<IMG SRC=/graphics/masthead_artists4.gif WIDTH=100%>")}

  if((today.getHours() >= 4) && (today.getHours() < 5))
  {  document.write("<IMG SRC=/graphics/masthead_artists5.gif WIDTH=100%>")}

  if((today.getHours() >= 5) && (today.getHours() <= 6))
  {  document.write("<IMG SRC=/graphics/masthead_artists6.gif WIDTH=100%>")}

  
  if((today.getHours() >= 7) && (today.getHours() < 6))
  {  document.write("<IMG SRC=/graphics/masthead_artists7.gif WIDTH=100%>")}

  if((today.getHours() >= 7) && (today.getHours() < 8))
  {  document.write("<IMG SRC=/graphics/masthead_artists8.gif WIDTH=100%>")}

  if((today.getHours() < 9) && (today.getHours() >= 8))
  {  document.write("<IMG SRC=/graphics/masthead_artists9.gif WIDTH=100%>")}

  if((today.getHours() >= 9) && (today.getHours() < 10))
  {  document.write("<IMG SRC=/graphics/masthead_artists10.gif WIDTH=100%>")}

  if((today.getHours() >= 10) && (today.getHours() <= 11))
  {  document.write("<IMG SRC=/graphics/masthead_artists11.gif WIDTH=100%>")}
  
  if((today.getHours() >= 12) && (today.getHours() < 11))
  {  document.write("<IMG SRC=/graphics/masthead_artists12.gif WIDTH=100%>")}

  if((today.getHours() >= 12) && (today.getHours() <13))
  {  document.write("<IMG SRC=/graphics/masthead_artists13.gif WIDTH=100%>")}
  
  if((today.getHours() >= 13) && (today.getHours() < 14))
  {  document.write("<IMG SRC=/graphics/masthead_artists14.gif WIDTH=100%>")}

  if((today.getHours() < 15) && (today.getHours() >= 14))
  {  document.write("<IMG SRC=/graphics/masthead_artists15.gif WIDTH=100%>")}

  if((today.getHours() >= 15) && (today.getHours() < 16))
  {  document.write("<IMG SRC=/graphics/masthead_artists16.gif WIDTH=100%>")}

  if((today.getHours() >= 16) && (today.getHours() <= 17))
  {  document.write("<IMG SRC=/graphics/masthead_artists1.gif WIDTH=100%>")}
  
  if((today.getHours() >= 18) && (today.getHours() < 17))
  {  document.write("<IMG SRC=/graphics/masthead_artists2.gif WIDTH=100%>")}

  if((today.getHours() >= 18) && (today.getHours() <19))
  {  document.write("<IMG SRC=/graphics/masthead_artists3.gif WIDTH=100%>")}

  if((today.getHours() < 20) && (today.getHours() >= 19))
  {  document.write("<IMG SRC=/graphics/masthead_artists4.gif WIDTH=100%>")}

  if((today.getHours() >= 20) && (today.getHours() < 21))
  {  document.write("<IMG SRC=/graphics/masthead_artists5.gif WIDTH=100%>")}

  if((today.getHours() >= 21) && (today.getHours() <= 22))
  {  document.write("<IMG SRC=/graphics/masthead_artists9.gif WIDTH=100%>")}

  if((today.getHours() >= 23) && (today.getHours() < 22))
  {  document.write("<IMG SRC=/graphics/masthead_artists7.gif WIDTH=100%>")}

  if((today.getHours() >= 23) && (today.getHours() <24))
  {  document.write("<IMG SRC=/graphics/masthead_artists8.gif WIDTH=100%>")}

  if((today.getHours() < 0) && (today.getHours() >= 24))
  {  document.write("<IMG SRC=/graphics/masthead_artists6.gif WIDTH=100%>")}




// end hiding contents -->
