// JavaScript Document
<!--
var img_rnd = new Array ("translation_layout_files/quotes/quote01.jpg", "translation_layout_files/quotes/quote02.jpg", 
"translation_layout_files/quotes/quote03.jpg",
"translation_layout_files/quotes/quote04.jpg",
"translation_layout_files/quotes/quote05.jpg",
"translation_layout_files/quotes/quote06.jpg",
"translation_layout_files/quotes/quote07.jpg",
"translation_layout_files/quotes/quote08.jpg",
"translation_layout_files/quotes/quote09.jpg",
"translation_layout_files/quotes/quote10.jpg");
var i = Math.round(9*Math.random());

document.write('<img src="' + img_rnd[i] + '" width="314" height="137">');

//-->