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