تشکر
خودم درستش کردم اینم کد برای استفاده عموم
<script language="javascript">
function process(){}
today = new Date()
if((today.getHours() >= 6) && (today.getHours() < 13))
{ document.write('<img src="ادرس هدر1">')}
if((today.getHours() >= 13) && (today.getHours() < 18))
{ document.write('<img src="ادرس هدر2">')}
if((today.getHours() >= 18) && (today.getHours() <= 20))
{ document.write('<img src="ادرس هدر3">')}
if((today.getHours() >= 20) && (today.getHours() < 21))
{ document.write('<img src="ادرس هدر4">')}
if((today.getHours() >= 21) && (today.getHours() <= 6))
{ document.write('<img src="ادرس هدر5">')}
</script></div>