window.addEvent('domready', function() {

	// Clear the 'We See You Story' textarea when clicked
	/*$('story').addEvent('click', function(){

		$(this).value = '';
	})*/
});