function createCreatures()
{
	var url="/ipond/php/createcreatures.php";
	var options={};
	
	var update=new Ajax.Updater('console',url,options)
}

function loadResults()
{
	var url="/ipond/php/creaturepollresults.php";
	var options={};
	
	var update=new Ajax.Updater('poll_results',url,options)

}