<!-- hide from old browsers

var curDateTime = new Date()
var curHour = curDateTime.getHours()

if (curHour >= 4 && curHour <= 16) {
  document.write ('<a href="cms/index.php?option=com_content&task=view&id=21&Itemid=" class="noLink1"><img src="images/rotate/clickForLiveCamDay1.jpg" alt="Photo: Car passing over Bay Bridge. Text: Click for live camera"></a>');
}
else {
  document.write ('<a href="cms/index.php?option=com_content&task=view&id=21&Itemid=" class="noLink1"><img src="images/rotate/clickForLiveCamNight1.jpg" alt="Photo: Car passing over Bay Bridge. Text: Click for live camera"></a>');
}

//-->
