function Greeting() {
   var nt = new Date();
   var hr = nt.getHours();

   if( hr <= 1 )	 {	document.write('<img src="img/index/infocara0_1.png" width="182" height="172">');	}
   else if( hr <= 3 )	{	document.write('<img src="img/index/infocara2_3.png" width="182" height="172">');	}
   else if( hr <= 5 )	{	document.write('<img src="img/index/infocara4_5.png" width="182" height="172">');	}
   else if( hr <= 7 )	{	document.write('<img src="img/index/infocara6_7.png" width="182" height="172">');	}
   else if( hr <= 9 )	{	document.write('<img src="img/index/infocara8_9.png" width="182" height="172">'); }
   else if( hr <= 11 )	{	document.write('<img src="img/index/infocara10_11.png" width="182" height="172">');	}
   else if( hr <= 12 )	{	document.write('<img src="img/index/infocara12.png" width="182" height="172">');	}
   else if( hr <= 13 )	{	document.write('<img src="img/index/infocara13_14.png" width="182" height="172">');	}
   else if( hr <= 15 )	{	document.write('<img src="img/index/infocara15.png" width="182" height="172">');	}
   else if( hr <= 17 )	{	document.write('<img src="img/index/infocara16_17.png" width="182" height="172">');	}
   else if( hr <= 19 )	{	document.write('<img src="img/index/infocara18_19.png" width="182" height="172">'); }
   else if( hr <= 21 )	{	document.write('<img src="img/index/infocara20_21.png" width="182" height="172">');	}
   else if( hr <= 23 )	{	document.write('<img src="img/index/infocara22_23.png" width="182" height="172">');	}
}
