var now = new Date();
var hours = now.getHours();

if (hours >= 0 && hours < 3)
{
{document.write('<img src="images/banner/andi_logo.jpg" height="64" border="0" alt="Andreas Nowack Banner 01">')}
}

if (hours >= 3 && hours < 6)
{
{document.write('<img src="images/banner/andi_logo_2.jpg" height="64" border="0" alt="Andreas Nowack Banner 02">')}
}

if (hours >= 6 && hours < 9)
{
{document.write('<img src="images/banner/andilogo_2.gif" height="64" border="0" alt="Andreas Nowack Banner 03">')}
}

if (hours >= 9 && hours < 12)
{
{document.write('<font size="+4">Andreas Nowack</font>')}
}

if (hours >= 12 && hours < 15)
{
{document.write('<img src="images/banner/andi_logo.jpg" height="64" border="0" alt="Andreas Nowack Banner 01">')}
}

if (hours >= 15 && hours < 18)
{
{document.write('<img src="images/banner/andi_logo_2.jpg" height="64" border="0" alt="Andreas Nowack Banner 02">')}
}

if (hours >= 18 && hours < 21)
{
{document.write('<img src="images/banner/andilogo_2.gif" height="64" border="0" alt="Andreas Nowack Banner 03">')}
}

if (hours >= 21 && hours <= 23)
{
{document.write('<font size="+4">Andreas Nowack</font>')}
}