English
<!--Add the following code to the <body> area--> <script language="JavaScript"> <!-- Hide var a = Math.random() + "" var rand1 = a.charAt(5) quotes = new Array quotes[1] = 'Text information one' quotes[2] = 'Text information two' quotes[3] = 'Text information three' quotes[4] = 'Text information four' quotes[5] = 'Text Message five' quotes[6] = 'Text message six' quotes[7] = 'Text message seven' quotes[8] = 'Text message eight' quotes[9] = 'Text message nine' quotes[0] = 'Text message Information ten' var quote = quotes[rand1] //--> </script> <script language="JavaScript"> <!-- Hide document.write( quote ) // --> </script>