   var Free = new Array();
      Free[0] = 'Free';
      Free[1] = 'Freeware';
   
   var Dhtml = new Array();
      Dhtml[0] = 'JavaScript';
      Dhtml[1] = 'Ajax';
      Dhtml[2] = 'JS';
      Dhtml[3] = 'Dhtml';
      Dhtml[4] = 'Source code';
      Dhtml[5] = 'JScript';
      Dhtml[6] = 'Web';
      Dhtml[7] = 'Web page';
      
   var Editor = new Array();
      Editor[0] = 'editor';
      Editor[1] = 'debugger';
      Editor[2] = 'validator';
      Editor[3] = 'software';
      Editor[4] = 'tool';
      
   var JScript = new Array();
      JScript[0] = 'JavaScript';
      JScript[1] = 'Ajax';
      JScript[2] = 'JS';
      JScript[3] = 'Dhtml';
      JScript[4] = 'JScript';
      
   var Webmasters = new Array();
      Webmasters[0] = 'web designers';
      Webmasters[1] = 'web development';
      Webmasters[2] = 'web programming';
      Webmasters[3] = 'webmasters';
      Webmasters[4] = 'website development';   

document.writeln('<form name="form1" method="post" action=""><textarea name="textarea" cols="80" rows="5">&lt;br&gt;&lt;a href="http://www.yaldex.com/" target="_blank" ');
document.write('title ="' + Free[Math.floor(Math.random() * 2)] + ' ');
document.write(Dhtml[Math.floor(Math.random() * 8)] + ' ');
document.write(Editor[Math.floor(Math.random() * 5)] + ' for ');
document.write(JScript[Math.floor(Math.random() * 5)] + ' ');
document.write(Webmasters[Math.floor(Math.random() * 5)]);
document.writeln('"&gt;');

document.write(Free[Math.floor(Math.random() * 2)] + ' ');
document.write(Dhtml[Math.floor(Math.random() * 8)] + ' ');
document.write(Editor[Math.floor(Math.random() * 5)] + ' for ');
document.write(JScript[Math.floor(Math.random() * 5)] + ' ');
document.writeln(Webmasters[Math.floor(Math.random() * 5)]);

document.write('&lt;/a&gt;&lt;br&gt;</textarea></form><br><br>'); 
