chapter 5 -- Built-In JavaScript Objects
Our web spider found the following code snippet at www_javacommerce_com and contains information about acos and JavaScript.
t;script language="JavaScript"> 
<!- Random Talent Generator 
var currentdate=0 
var spacer= " " 
var talent= " " 
var theverb= " " 
var theadj = " " 
var theobjec = " " 
var core = 0 
var description = "Here is your randomly generated  
Random talent. <br> Reload after a while for a new one. <br>" 
function StringArray (n) { 
        this.length = n; 
        for (var i = 1; i <= n; i++) { 
                this[i] = '' 
        } 
        return this 
} 
verb = new StringArray(10) 
verb[0] = 'grow' 
verb[1] = 'banish' 
verb[2] = 'transform' 
verb[3] = 'lift' 
verb[4] = 'control' 
verb[5] = 'shrink' 
verb[6] = 'enlarge' 
verb[7] = 'age' 
verb[8] = 'yo
Read the entire article....