function loadDocument(doc, arg)
{
  $.get(doc, { argument: arg }, function(data) { $("#noflash").replaceWith(data); });
}
