home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / www / amiworld / tradujava.js < prev    next >
Text File  |  1999-10-05  |  2KB  |  50 lines

  1. <!-- //-
  2.  
  3. function choices()
  4.  
  5. {
  6.  
  7.     this[0] =4;
  8.  
  9. this[1] = "<a href=\"mailto:dirk.neubauer@guestrow.netsurf.de\" target=\"_blank\"><font size=2 face=arial color=#00a0a0><b>Dirk Neubauer</b></font></A><BR><font size=2 face=arial> A german ATO member, active AW translator and Amiga user. He likes computers, especially Amigas, big bicycle trips and fantasy fiction...</font>";
  10.  
  11. this[2] = "<a href=\"mailto:dm98411@edb.tietgen.dk\" target=\"_blank\"><font size=2 face=arial color=#00a0a0><b>Thomas Jensen (AKA Obscure)</b></font></A><BR><font size=2 face=arial>Long time Danish Amiga user and developer. 'I met Amiga, and fell in love'. Likes: Sex, Amiga and spicy food :)</font>";
  12.  
  13. this[3] = "<a href=\"mailto:moray1@geocities.com\" target=\"_blank\"><font size=2 face=arial color=#00a0a0><b>Ciro Scognamiglio</b></font></A><BR><font size=2 face=arial>AMiWorld translator and ATO member (Italian <-> English), he studies at the computer science dep. of Milan and he works for RedHat Italy where he tries to help novice users to configure their own LinuxBox. He allows himself his deserved rest at home with Sabrina (his Amiga :)) listening and playing good music.</font>";
  14.  
  15. this[4] = "<a href=\"mailto:pmazi@box43.gnet.pl\" target=\"_blank\"><font size=2 face=arial color=#00a0a0><b>Piotr Mazur</b></font></A><BR><font size=2 face=arial>AmigaKielceMeeting member, Amiga scene group member. I like science (I work on international artificial brain project as a free member), new technology issues, football, un*x and Amiga like systems, nice girls ;D and my friends.</font>";
  16.  
  17. }
  18.  
  19. function popUpBanner(list)
  20.  
  21. {    
  22.  
  23.     var today = new Date();
  24.  
  25.     var choiceInstance = new choices();
  26.  
  27.     var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
  28.  
  29. }
  30.  
  31. function grabBanner()
  32.  
  33. {
  34.  
  35.     var today = new Date();
  36.  
  37.     var choiceInstance = new choices();
  38.  
  39.     var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
  40.  
  41.     return Banner;
  42.  
  43. }
  44.  
  45. document.writeln(grabBanner());
  46.  
  47. //  FINE OSCURAMENTO   -
  48.  
  49. // -->
  50.