day = new Date()
hr = day.getHours()
hr1 = hr - 12

if (hr < "6") {
document.write("<img src=\"uploads/images/h1_morning.gif\" width=\"492\" height=\"25\" alt=\"Good Morning\" title=\"\" />")
}

else if (hr < "12") {
document.write("<img src=\"uploads/images/h1_morning.gif\" width=\"492\" height=\"25\" alt=\"Good Morning\" title=\"\" />")
}

else if (hr < "13") {
document.write("<img src=\"uploads/images/h1_afternoon.gif\" width=\"492\" height=\"25\" alt=\"Good Afternoon\" title=\"\" />")
}

else if (hr < "14") {
document.write("<img src=\"uploads/images/h1_afternoon.gif\" width=\"492\" height=\"25\" alt=\"Good Afternoon\" title=\"\" />")
}

else if (hr < "15") {
document.write("<img src=\"uploads/images/h1_afternoon.gif\" width=\"492\" height=\"25\" alt=\"Good Afternoon\" title=\"\" />")
}

else if (hr < "16") {
document.write("<img src=\"uploads/images/h1_afternoon.gif\" width=\"492\" height=\"25\" alt=\"Good Afternoon\" title=\"\" />")
}

else if (hr < "17") {
document.write("<img src=\"uploads/images/h1_afternoon.gif\" width=\"492\" height=\"25\" alt=\"Good Afternoon\" title=\"\" />")
}

else if (hr < "18") {
document.write("<img src=\"uploads/images/h1_evening.gif\" width=\"492\" height=\"25\" alt=\"Good Evening\" title=\"\" />")
}

else if (hr < "19") {
document.write("<img src=\"uploads/images/h1_evening.gif\" width=\"492\" height=\"25\" alt=\"Good Evening\" title=\"\" />")
}

else if (hr < "20") {
document.write("<img src=\"uploads/images/h1_evening.gif\" width=\"492\" height=\"25\" alt=\"Good Evening\" title=\"\" />")
}

else if (hr < "21") {
document.write("<img src=\"uploads/images/h1_evening.gif\" width=\"492\" height=\"25\" alt=\"Good Evening\" title=\"\" />")
}

else if (hr < "22") {
document.write("<img src=\"uploads/images/h1_evening.gif\" width=\"492\" height=\"25\" alt=\"Good Evening\" title=\"\" />")
}

else if (hr < "23") {
document.write("<img src=\"uploads/images/h1_evening.gif\" width=\"492\" height=\"25\" alt=\"Good Evening\" title=\"\" />")
}

else if (hr < "01") {
document.write("<img src=\"uploads/images/h1_morning.gif\" width=\"492\" height=\"25\" alt=\"Good Morning\" title=\"\" />")
}
