<!-- //hide from old browsers
cover = new Array

// --  The cover
cover[0]='<A HREF="photoessays/index.html" border="0"><IMG src="images/cov_muse.jpg" width=300 height=421 border="0"></A>'
cover[1]='<A HREF="dialogue.html" border="0"><IMG src="images/cov_beecroft.jpg" width=300 height=421 border="0"></A>'
cover[2]='<A HREF="dialogue.html" border="0"><IMG src="images/cov_guggenheim.jpg" width=300 height=421 border="0"></A>'
cover[3]='<IMG src="images/cover_03.jpg" width=300 height=421>'
cover[4]='<A HREF="pucci.html" border="0"><IMG src="images/cov_lacroix.jpg" width=300 height=421 border="0"></A>'
cover[5]='<A HREF="hoeksema.html" border="0"><IMG src="images/cov_hoeksma.jpg" width=300 height=421 border="0"></A>'
// &#151;   Pick a quote, any quote

var today = new Date()
var todayy = today.getYear()
	if (todayy < 1000)
	todayy+=1900
var todayr=today.getDate()
var todayd = new Date()
var targetdate = new Date("May 20, 2002 00:00:01")

if (targetdate > todayd) {
	document.write('<IMG src="images/cover_03.jpg" width=300 height=421>')
	} else {
	var a = todayr % 4
	var coverShow = cover[a]
	document.write(coverShow)
	}

//-->