function setContent(page, container)
{
   new Ajax.Updater(container, page,{evalScripts: true});
}




