function update(){
	//html
	html = 'February '
	+ '06,'
	+ ' 2012.'
	//write
	document.write( html )
}
