// net_port.js
// By Thomas J. Spirock
// Edited 10/05/01
// Changed to stellafane.com by Ken Slater on 2002-Dec-3

// Javascript to write in the URL and port of the image server.

// To use: ... <script>net_port()</script>/ ...

function net_port()
{
  document.write('<img src="http://www.stellafane.com');
}

