document.write("<br><i><font color=#000000><font size=-1>Today's Date: </font></font></i>")
var months=new Array(13);months[1]="January";months[2]="February";months[3]="March";months[4]="April";months[5]="May";months[6]="June";months[7]="July";months[8]="August";months[9]="September";months[10]="October";months[11]="November";months[12]="December";var time=new Date();var lmonth=months[time.getMonth()+1];var date=time.getDate();var year=time.getYear();if((navigator.appName=="Microsoft Internet Explorer")&&(year<2000))
year="19"+year;if(navigator.appName=="Netscape")
year=1900+year;document.write("<center>"+lmonth+" ");document.write(date+", "+year+"</center>");
document.write("<br>");
<!-- Begin
function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
document.write('<form name="form">');
document.write('<select name="site" size=1>');
document.write('<option value="">Go to....');
document.write('<option value="http://bitsyskitchen.com/kitchen.html">Recipes</option>');
document.write('<option value="http://www.bitsyskitchen.com/">Home</option>');
document.write('<option value="http://bitsyskitchen.com/kitchentips.html">Kitchen Tips</option>');
document.write('<option value="http://pub33.bravenet.com/forum/2803272971/">Forum</option>');
document.write('<option value="http://bitsyskitchen.com/conversion.html">Conversions</option>');
document.write('<option value="http://pub33.bravenet.com/faq/show.php?usernum=2803272971&cpv=1">FAQ"S</option>');
document.write('<option value="http://bitsyskitchen.com/subs.html">Substitutions</option>');
document.write('<option value="http://bitsyskitchen.com/cookterms.html">Cooking Terms</option>');
document.write('<option value="http://bitsyskitchen.com/kitchen_resources.html">Resources</option>');
document.write('<option value="http://pub33.bravenet.com/guestbook/show.php?usernum=2803272971">Guestbook</option>');
document.write('<option value="http://bitsyskitchen.com/webrings.html">Webrings</option>');
document.write('<option value="http://bitsyskitchen.com/contact.html">Contact</option>');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');