function update(textToUpdate) {

	if (textToUpdate=='Date') { 
		document.write(' 21 Jan 10 ');
	};
	if (textToUpdate=='Pages') {
		document.write(' NYWG Encampment History ');
	};

}