	function makeArray(len) {
	    for (var i = 0; i < len; i++) this[i] = null;
	this.length = len;
	}

ideas = new makeArray(29);
ideas[0] = "<em>About the most originality that any writer can hope to achieve honestly is to steal with good judgment.</em><BR> <DIV ALIGN=RIGHT>Billings, Josh <BR>(1815-1885)</DIV>";
ideas[1] = "<em>They lard their lean books with the fat of others work.</em><BR> <DIV ALIGN=RIGHT>Burton, Sir Richard <BR>(1821-1890)</DIV>";
ideas[2] = "<em>Plagiarists are always suspicious of being stolen from.</em><BR> <DIV ALIGN=RIGHT>Coleridge, Samuel Taylor <BR>(1772-1834)</DIV>";
ideas[3] = "<em>Plagiarists at least have the quality of preservation.</em><BR> <DIV ALIGN=RIGHT>Disraeli, Benjamin <BR>(1804-1881)</DIV>";
ideas[4] = "<em>Perish those who said our good things before we did.</em><BR> <DIV ALIGN=RIGHT>Donatus</DIV>";
ideas[5] = "<em>He invades authors like a monarch; and what would be theft in other poets is only victory in him.</em><BR> <DIV ALIGN=RIGHT>Dryden, John <BR>(1631-1700)</DIV>";
ideas[6] = "<em>Nothing is new except arrangement.</em><BR> <DIV ALIGN=RIGHT>Durant, William J. <BR>(1885-1981)</DIV>";
ideas[7] = "<em>Genius Borrows nobly.</em><BR> <DIV ALIGN=RIGHT>Emerson, Ralph Waldo <BR>(1803-1882)</DIV>";
ideas[8] = "<em>When a thing has been said and said well, have no scruple. Take it and copy it.</em><BR> <DIV ALIGN=RIGHT>France, Anatole <BR>(1844-1924)</DIV>";
ideas[9] = "<em>There is much difference between imitating a man and counterfeiting him.</em><BR> <DIV ALIGN=RIGHT>Franklin, Benjamin <BR>(1706-)";
ideas[10] = "<em>What is originality? Undetected plagiarism.</em> <BR> <DIV ALIGN=RIGHT>Inge, Dean William R. <BR>(1860-1954</DIV>";
ideas[11] = "<em>I don't think anybody steals anything; all of us borrow.</em><BR> <DIV ALIGN=RIGHT>King, B. B. <BR>(1925)</DIV>";
ideas[12] = "<em>Stealing things is a glorious occupation, particularly in the art world.</em><BR> <DIV ALIGN=RIGHT>Mclaren, Malcolm</DIV>";
ideas[13] = "<em>Copy from one, it's plagiarism; copy from two, it's research.</em><BR> <DIV ALIGN=RIGHT> Mizner, Wilson <BR>(1876-1933)</DIV>";
ideas[14] = "<em>Taking something from one man and making it worse is plagiarism.</em><BR> <DIV ALIGN=RIGHT>Moore, George <BR>(1852-1933)</DIV>";
ideas[15] = "<em>The human plagiarism which is most difficult to avoid, for individuals... is the plagiarism of ourselves.</em><BR> <DIV ALIGN=RIGHT>Proust, Marcel <BR>(1871-1922)</DIV>";
ideas[16] = "<em>Nothing is said which has not been said before.</em><BR> <DIV ALIGN=RIGHT>Terence <BR>(BC 190-158)</DIV>";
ideas[17] = "<em>So much of what I am I got from you. I had no idea how much of it was secondhand.</em><BR> <DIV ALIGN=RIGHT>Townsend, Peter</DIV>";
ideas[18] = "<em>The immature artist imitates. The mature artist steals.</em><BR> <DIV ALIGN=RIGHT>Trilling, Lionel <BR>(1905-1975)</DIV>";
ideas[19] = "<em>What a good thing Adam had. When he said a good thing, he knew nobody had said it before.</em><BR> <DIV ALIGN=RIGHT>Twain, Mark <BR>(1835)";
ideas[20] = "<em>When a thing has been said and said well, have no scruple. Take it and copy it.</em> <BR> <DIV ALIGN=RIGHT> Anatole France</DIV>";
ideas[21] = "<em>When you steal from one author, it's plagiarism; if you steal from many, it's research.</em> <BR> <DIV ALIGN=RIGHT> Wilson Mizner</DIV>";
ideas[22] = "<em>The only ism Hollywood believes in is plagiarism. </em><BR> <DIV ALIGN=RIGHT> Dorothy Parker</DIV>";
ideas[23] = "<em>Originality, I fear, is too often only undetected and frequently unconscious plagiarism.</em> <BR> <DIV ALIGN=RIGHT> Dean Inge</DIV>";
ideas[25] = "<em>Selfplagiarism is style.</em> <BR> <DIV ALIGN=RIGHT> Alfred Hitchcock</DIV>";
ideas[24] = "<em>The human plagiarism which is most difficult to avoid, for individuals...is the plagiarism of ourself.</em> <BR> <DIV ALIGN=RIGHT> Marcel Proust</DIV>";
ideas[25] = "<em>Art is either plagiarism or revolution.</em> <BR> <DIV ALIGN=RIGHT> Paul Gauguin</DIV>";
ideas[26] = "<em>PLAGIARIZE, v. To take the thought or style of another writer whom one has never, never read.</em> <BR> <DIV ALIGN=RIGHT> Ambrose Bierce (1842-)";
ideas[27] = "<em>PLAGIARISM, n. A literary coincidence compounded of a discreditable priority and an honorable subsequence. </em><BR> <DIV ALIGN=RIGHT> Ambrose Bierce (1842-1914)</DIV>";
ideas[28] = "<em>In one word he told me the secret of success in mathematics: plagiarize; only be sure always to call it . . . research.</em> <BR> <DIV ALIGN=RIGHT> Tom Lehrer (1928 - ) </DIV>";

	function rand(n) {
	seed = (0x015a4e35 * seed) % 0x7fffffff;
	return (seed >> 16) % n;
	}
        
	var now = new Date()
	var seed = now.getTime() % 0xffffffff