 <!--
 var data1=new Date()
 hr=data1.getHours();
  if (hr >=00 && hr < 01)
 {
 document.write ('<img src="images/index/Ore_12.gif" width="102" height="102" />')
 }
if (hr >=01 && hr < 02)
 {
 document.write ('<img src="images/index/Ore_01.gif" width="102" height="102" />')
 } 
if (hr >=02 && hr < 03)
 {
 document.write ('<img src="images/index/Ore_02.gif" width="102" height="102" />')
 }
if (hr >=03 && hr < 04)
 {
 document.write ('<img src="images/index/Ore_03.gif" width="102" height="102" />')
 }
if (hr >=04 && hr < 05)
 {
 document.write ('<img src="images/index/Ore_04.gif" width="102" height="102" />')
 }
if (hr >=05 && hr < 06)
 {
 document.write ('<img src="images/index/Ore_05.gif" width="102" height="102" />')
 }
if (hr >=06 && hr < 07)
 {
 document.write ('<img src="images/index/Ore_06.gif" width="102" height="102" />')
 }
if (hr >=07 && hr < 08)
 {
 document.write ('<img src="images/index/Ore_07.gif" width="102" height="102" />')
 }
if (hr >=08 && hr < 09)
 {
 document.write ('<img src="images/index/Ore_08.gif" width="102" height="102" />')
 }
if (hr >=09 && hr < 10)
 {
 document.write ('<img src="images/index/Ore_09.gif" width="102" height="102" />')
 }
if (hr >=10 && hr < 11)
 {
 document.write ('<img src="images/index/Ore_10.gif" width="102" height="102" />')
 }
if (hr >=11 && hr < 12)
 {
 document.write ('<img src="images/index/Ore_11.gif" width="102" height="102" />')
 }
if (hr >=12 && hr < 13)
 {
 document.write ('<img src="images/index/Ore_12.gif" width="102" height="102" />')
 }
if (hr >=13 && hr < 14)
 {
 document.write ('<img src="images/index/Ore_01.gif" width="102" height="102" />')
 }
if (hr >=14 && hr < 15)
 {
 document.write ('<img src="images/index/Ore_02.gif" width="102" height="102" />')
 }
if (hr >=15 && hr < 16)
 {
 document.write ('<img src="images/index/Ore_03.gif" width="102" height="102" />')
 }
if (hr >=16 && hr < 17)
 {
 document.write ('<img src="images/index/Ore_04.gif" width="102" height="102" />')
 }
if (hr >=17 && hr < 18)
 {
 document.write ('<img src="images/index/Ore_05.gif" width="102" height="102" />')
 }
if (hr >=18 && hr < 19)
 {
 document.write ('<img src="images/index/Ore_06.gif" width="102" height="102" />')
 }
if (hr >=19 && hr < 20)
 {
 document.write ('<img src="images/index/Ore_07.gif" width="102" height="102" />')
 }
if (hr >=20 && hr < 21)
 {
 document.write ('<img src="images/index/Ore_08.gif" width="102" height="102" />')
 }
if (hr >=21 && hr < 22)
 {
 document.write ('<img src="images/index/Ore_09.gif" width="102" height="102" />')
 }
if (hr >=22 && hr < 23)
 {
 document.write ('<img src="images/index/Ore_10.gif" width="102" height="102" />')
 }
 if (hr >=23 && hr < 24)
 {
 document.write ('<img src="images/index/Ore_11.gif" width="102" height="102" />')
 }
 // -->