var d = new Date();
var n;
var m;
if ((n = d.getUTCMonth()) == 11)
    m = "December";
else if (n == 0)
    m = "January";
else if (n == 1)
    m = "February";
else if (n == 2)
    m = "March";
else if (n == 3)
    m = "April";
else if (n == 4)
    m = "May";
else if (n == 5)
    m = "June";
else if (n == 6)
    m = "July";
else if (n == 7)
    m = "August";
else if (n == 8)
    m = "September";
else if (n == 9)
    m = "October";
else if (n == 10)
    m = "November";
document.write('<div class="header"\
style="margin-top: 10px; margin-right: 20px">\n\
<a href="wup/index.html" style="color: b8a362"><img src="images/wupPicTiny.jpg" border=0 vspace=0\n\
align="center">Wup, Web Update Program</a>&nbsp;&nbsp;&nbsp;&nbsp;'
+ m + ' ' + d.getUTCDate() + ', ' + d.getUTCFullYear() +
'<!-- Begin Yahoo Search Form -->\
<form style="margin-top: 5px" method="GET" action="http://search.yahoo.com/search">' +
/* <img src="http://us.i1.yimg.com/us.yimg.com/i/yahootogo/ytg_search.gif"\
width=98 height=23 align=top alt="[ Yahoo! ]" style="margin-right: 3px"> */
'<img src="images/yahoo_logo_sml.jpg" align=top alt="[ Yahoo! ]"\
style="margin-right: 3px">\
<input type="text" name="p" value="" style="width: 98; margin-right: 3px;\
background-color: #ffffff; color: #000000">\
<input type="hidden" name="vs" value="www.aocr.ch">\
<input type="submit" name="name" value="AOCR.ch search"\
style="width: 98px; margin-right: 3px">\
<span class="header"  style="text-align: left"\
onMouseOver="this.style.textDecoration=\'underline\'; this.style.cursor=\
(navigator.appName == \'Netscape\')? \'pointer\' : \'hand\'"\
onMouseOut="this.style.textDecoration=\'none\'"\
onClick="window.location.href=\'http://search.yahoo.com/search/options\'">\
options</span></form></div>')
