Title: Using this Plugin with JavaScript
Last modified: August 21, 2016

---

# Using this Plugin with JavaScript

 *  [tmanoukian](https://wordpress.org/support/users/tmanoukian/)
 * (@tmanoukian)
 * [12 years ago](https://wordpress.org/support/topic/using-this-plugin-with-javascript/)
 * Hello, I am trying to use this plugin to display a random string of text by using
   a snip of javascript. The code,
 *     ```
       <script language="JavaScript">
       // ==============================================
       // Copyright 2004 by CodeLifter.com
       // Free for all; but please leave in this header.
       // ==============================================
   
       var Quotation=new Array() // do not change this!
   
       // Set up the quotations to be shown, below.
       // To add more quotations, continue with the
       // pattern, adding to the array.  Remember
       // to increment the Quotation[x] index!
   
       Quotation[0] = "Time is of the essence! Comb your hair.";
       Quotation[1] = "Sanity is a golden apple with no shoelaces.";
       Quotation[2] = "Repent! The end is coming, $9.95 at Amazon.";
       Quotation[3] = "Honesty blurts where deception sneezes.";
       Quotation[4] = "Pastry satisfies where art is unavailable.";
       Quotation[5] = "Delete not, lest you, too, be deleted.";
       Quotation[6] = "O! Youth! What a pain in the backside.";
       Quotation[7] = "Wishes are like goldfish with propellors.";
       Quotation[8] = "Love the river's \"beauty\", but live on a hill.";
       Quotation[9] = "Invention is the mother of too many useless toys.";
   
       // ======================================
       // Do not change anything below this line
       // ======================================
       var Q = Quotation.length;
       var whichQuotation=Math.round(Math.random()*(Q-1));
       function showQuotation(){document.write(Quotation[whichQuotation]);}
       showQuotation();
       </script>
       ```
   
 * Its obviously an external script, and Im not sure if that is the reason it is
   not working or because something I am doing is wrong. Any input would be appreciated.
 * [https://wordpress.org/plugins/html-javascript-adder/](https://wordpress.org/plugins/html-javascript-adder/)

The topic ‘Using this Plugin with JavaScript’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/html-javascript-adder_01c100.svg)
 * [HTML Javascript Adder](https://wordpress.org/plugins/html-javascript-adder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/html-javascript-adder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/html-javascript-adder/)
 * [Active Topics](https://wordpress.org/support/plugin/html-javascript-adder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/html-javascript-adder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/html-javascript-adder/reviews/)

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 0 replies
 * 1 participant
 * Last reply from: [tmanoukian](https://wordpress.org/support/users/tmanoukian/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/using-this-plugin-with-javascript/)
 * Status: not resolved