//------------------------------------------------------------------
//Get document.url
if ((document.URL.indexOf("10.")!=-1)|(document.URL.indexOf("A999")!=-1))
   {
       document.write('<A href="http://www.andersen.es">');
       document.write('<img border="0" src="aalogo.gif" width="85" height="35">');
       document.write('</A>');
   }
else	
   {
       document.write('<A href="http://www.terra.es/personal5/webcamserver">');
       document.write('<img border="0" src="videocam_logo.gif" width="80" height="24">');
       document.write('</A>');
   };

//------------------------------------------------------------------

