function getStuff() {
	// Set up our JSON object
	var myStuff = {"json" : '<p>Thanks!  Here&#039;s what you submitted:</p><ul><li>Name: Lindsey</li><li>Favorite Cheese: Mozzarella</li></ul><p>Processed by /sandbox/bidynodes/formprocessor.php on shoeboxfulloftapes.org at 4:29 am on September 4, 2010.</p><p><a href="index.html">Try it again?</a></p>'};
	// Phone home
	doStuffWith(myStuff);
}