var thedate = new Date();
var themonth = thedate.getMonth() + 1;
var theday = thedate.getDate();
var theyear = thedate.getFullYear();

function monthName(monthNum) {
	if (monthNum == 1) { return "January";}
	if (monthNum == 2) { return "February";}
	if (monthNum == 3) { return "March";}
	if (monthNum == 4) { return "April";}
	if (monthNum == 5) { return "May";}
	if (monthNum == 6) { return "June";}
	if (monthNum == 7) { return "July";}
	if (monthNum == 8) { return "August";}
	if (monthNum == 9) { return "September";}
	if (monthNum == 10) { return "October";}
	if (monthNum == 11) { return "November";}
	if (monthNum == 12) { return "December";}
	return "";
}

var tmpStr = '';
tmpStr += '<img src="/images/blank.gif" width="1" height="15" border="0" alt=""><br>';

tmpStr += '<img src="/images/blank.gif" width=10 height=10 border=0 alt=""><a href="http://ads.web.aol.com/link/93039671/aol/"><img src="http://ads.web.aol.com/image/93039671/aol/" border="0" alt="" width="468" height="60"></a><img src="/images/blank.gif" width=1 height=68 border=0 alt="">';

document.write(tmpStr);

