if (TodayDate >= valStart && TodayDate <= valEnd)
{
document.write("<img src='h-val.jpg' width='445' height='88'>")
}
else if (TodayDate >= sprStart && TodayDate <= sprEnd)
{
document.write("<img src='h-spr.jpg' width='445' height='88'>")
}
else if (TodayDate >= easStart && TodayDate <= easEnd)
{
document.write("<img src='h-eas.jpg' width='445' height='88'>")
}
else if (TodayDate >= spr2Start && TodayDate <= spr2End)
{
document.write("<img src='h-spr.jpg' width='445' height='88'>")
}
else if (TodayDate >= secStart && TodayDate <= secEnd)
{
document.write("<img src='h-sec.jpg' width='445' height='88'>")
}
else if (TodayDate >= motStart && TodayDate <= motEnd)
{
document.write("<img src='h-mot.jpg' width='445' height='88'>")
}
else if (TodayDate >= sumStart && TodayDate <= sumEnd)
{
document.write("<img src='h-sum.jpg' width='445' height='88'>")
}
else if (TodayDate >= falStart && TodayDate <= falEnd)
{
document.write("<img src='h-fal.jpg' width='445' height='88'>")
}
else if (TodayDate >= sweStart && TodayDate <= sweEnd)
{
document.write("<img src='h-swe.jpg' width='445' height='88'>")
}
else if (TodayDate >= fal2Start && TodayDate <= fal2End)
{
document.write("<img src='h-fal.jpg' width='445' height='88'>")
}
else if (TodayDate >= thaStart && TodayDate <= thaEnd)
{
document.write("<img src='h-tha.jpg' width='445' height='88'>")
}
else if (TodayDate >= chrStart && TodayDate <= chrEnd)
{
document.write("<img src='h-chr.jpg' width='445' height='88'>")
}
else if (TodayDate >= winStart && TodayDate <= winEnd)
{
document.write("<img src='h-win.jpg' width='445' height='88'>")
}
else
{
document.write("<img src='h-val.jpg' width='445' height='88'>")
}
