﻿document.write(
		dayName[now.getDay()] + " " + 
		monName[now.getMonth()] + " " + 
		now.getDate() + ", 2009"
	)