<!-- // *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL: http://www.cgiscript.net // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( http://www.cgiscript.net/scripts.htm ) // *********************************************** function text() { }; text = new text(); number = 0; // textArray text[number++] = "Gravity can't be held responsible for people falling in love - A. Einstein" text[number++] = "Ugliness is better than beauty. It lasts longer and, in the end, gravity will get us all. - J. Depp" text[number++] = "As the essence of matter is gravity, the essence of spirit is freedom. - F. Hegel" text[number++] = "From birth man carries the weight of gravity on his shoulders, but he has only to sink beneath the surface to be free. - J.Y. Cousteau" text[number++] = "I'm a victim of gravity. Everything keeps fallin' down on me. - Schoolhouse Rock!" text[number++] = "A saint so loves the world that he gives himself to the laws of gravity and chance - L. Cohen" text[number++] = "We've lost gravity to the liberals, folks - S. Colbert" text[number++] = "I think I’ll try defying gravity and you can't pull me down! - Elphaba in Wicked" text[number++] = "The law of gravity is a higher-order abstraction - H.L. Weinberg" text[number++] = "'Do you know anything about quantum gravity?' 'No.' 'Apparently, neither do I.' - Stargate SG1" text[number++] = "This ascent will be betrayed to gravity. But the Rocket engine, the deep cry of combustion that jars the soul, promises escape. - T. Pynchon" text[number++] = "Humor is the only test of gravity, and gravity of humor - Aristotle" text[number++] = "Too much gravity argues a shallow mind. - J.K. Lavater" text[number++] = "Jedyne co mnie tu trzyma, to grawitacja. - K. Wojewódzki" text[number++] = "Suzanna, zero gravity is ‘in’... - Janez Detd." text[number++] = "Gravity is just a word. - K. Vonnegut" text[number++] = "Madness is like gravity....All it takes is a little push. - The Dark Knight 2008" text[number++] = "Gravity is a habit that is hard to shake off. - T. Pratchett" text[number++] = "I will not submit to the Republican concept of gravity. - A. Stevenson" text[number++] = "Stupid gravity! - H. Simpson" text[number++] = "" // keep adding items here... increment = Math.floor(Math.random() * number); document.write(text[increment]); //--> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); var pageTracker = _gat._getTracker("UA-4609401-1"); pageTracker._initData(); pageTracker._trackPageview();