//WRITES UPDATE TEXT
function update() {

	document.write('<br><a href="join.html" class="yel9b" style="text-decoration: none">UPDATED&nbsp; SEPTEMBER&nbsp; 1,&nbsp; 2010 &nbsp;-&nbsp; 10&nbsp; COMPLETED</a>')
	document.write('<div class="pnk12b">The members area currently contains 855 completed<br>full size illustrations and 57 that are incomplete.</div>')
	document.close()
}

// WRITES PREVIEW PHOTOS BOX
function preview() {
	document.write('<table align="center" cellspacing="0" cellpadding="15" border="0">')
	document.write('<tr><td class="wht20b">September<br>Preview<br>Thumbnails')
	document.write('<br><br><a href="join.html"><img src="images/buttons/join.gif" width=100 height=31 border=0 alt="JOIN"></a>')
    document.write('</td><td><img src="images/preview/215a-t.jpg" hspace=0 vspace=0 align="middle">')
	document.write('&nbsp;&nbsp;&nbsp;')
	document.write('<img src="images/preview/215j-t.jpg" hspace=0 vspace=0 align="middle">')
	document.write('</td><td align="center" class="lpnkSM">This months update, named<br>&quot;Discovery Time&quot;,<br>consists of 10 completed<br>illustrations.')
	document.write('</td></tr></table>')
	document.close()
}