> window.addEvent('domeready', function(){
'domready'
> $("#refresh").load("Container");
Don't seek an ID with a selector. Just $('refresh').
What is this load() business? load() takes a URL. Is 'container' a
URL?
I sent you to set('html',...). Try that first.
-- Sandy
