function Test()
{
  document.write('This is a test of a JavaScript routine as an external source.');
}

Test();
