var d = new Date();
var time = d.getHours();
var rnum=eval(Math.ceil(Math.random()*10));




if (time > 4 && time <= 11) 
  {  
     if (rnum <= 3)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/morninga.png\" border=\"0\" alt=\"Good Morning!!\" width=\"776\" height=\"143\" />");}
     if (rnum > 3 && rnum <=6)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/Morning1.png\" border=\"0\" alt=\"Good Morning!!\" width=\"776\" height=\"143\" />");}
     if (rnum > 6)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/STTmorningbanner.png\" border=\"0\" alt=\"Good Morning!!\" width=\"776\" height=\"143\" />");}
}                           /*End of Morning If*/





else if (time > 11 && time <= 16)
  {  
      if (rnum <= 2)
         { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/afternoon2.png\" border=\"0\" alt=\"Good Afternoon!!\" width=\"776\" height=\"143\" />");}
      if (rnum > 2 && rnum <=4)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/Afternoon1.png\" border=\"0\" alt=\"Good Afternoon!!\" width=\"776\" height=\"143\" />");}
      if (rnum > 4 && rnum <=6)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/afternoon3.png\" border=\"0\" alt=\"Good Afternoon!!\" width=\"776\" height=\"143\" />");}
      if (rnum > 6 && rnum <=8)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/odsafternoon.png\" border=\"0\" alt=\"Good Afternoon!!\" width=\"776\" height=\"143\" />");}
      if (rnum > 8)
         { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/STTafternoonbanner.png\" border=\"0\" alt=\"Good Afternoon!!\" width=\"776\" height=\"143\" />");}
}                           /*End of Afternoon If*/





else if (time > 16 && time <= 20){
      if (rnum <= 4)
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/night.png\" border=\"0\" alt=\"Good Evening!!\" width=\"776\" height=\"143\" />");}                           
      else if (rnum >  4 && rnum <= 7)
       {  document.write("<img src=\"http://www.savetinytim.com/images/thumbs/agent-smith.jpg\" border=\"0\" alt=\"Good Evening!!\" width=\"776\" height=\"143\" />") }                         
      else
      {  document.write("<img src=\"http://www.savetinytim.com/images/thumbs/deep_thought.jpg\" border=\"0\" alt=\"Good Evening!!\" width=\"776\" height=\"143\" />");}


}/*End of Evening If*/




else 
  {
      if (rnum <= 3)
         {   document.write("<img src=\"http://www.savetinytim.com/images/thumbs/STTnightbanner.png\" border=\"0\" alt=\"Good Night!!\" width=\"776\" height=\"143\" />");}
      else if (rnum > 4 && rnum < 7 )
         {   document.write("<img src=\"http://www.savetinytim.com/images/thumbs/STTnightbanner.png\" border=\"0\" alt=\"Good Night!!\" width=\"776\" height=\"143\" />");}
     else
       { document.write("<img src=\"http://www.savetinytim.com/images/thumbs/ms-fail.png\" border=\"0\" alt=\"Good Night!!\" width=\"776\" height=\"143\" />");}
}                           /*End of Night If*/