images = new Array(10);

images[0] = "<a href=\"shows/brazil2/index.html\"><img src=\"images/flipper/brazilhome.jpg\" width=\"720\" height=\"360\" alt=\"Brazil in Black and White \" border=\"0\"></a>";

images[1] = "<a href=\"shows/romania/index.html\"><img src=\"images/flipper/goldfuturehomes.jpg\" width=\"720\" height=\"360\" alt=\"Gold Futures \" border=\"0\"></a>";

images[2] = "<a href=\"shows/china2/index.html\"><img src=\"images/flipper/home_601.jpg\" width=\"720\" height=\"360\" alt=\"The Peoples Court\" border=\"0\"></a>";

images[3] = "<a href=\"shows/cuba/index.html\"><img src=\"images/flipper/home_602.jpg\" width=\"720\" height=\"360\" alt=\"Victory is Your Duty\" border=\"0\"></a>";

images[4] = "<a href=\"shows/uae/index.html\"><img src=\"images/flipper/home_603.jpg\" width=\"720\" height=\"360\" alt=\"The Sand Castle\" border=\"0\"></a>";

images[5] = "<a href=\"shows/cairo/index.html\"><img src=\"images/flipper/home_604.jpg\" width=\"720\" height=\"360\" alt=\"Dishing Democracy\" border=\"0\"></a>";

images[6] = "<a href=\"shows/school2/index.html\"><img src=\"images/flipper/home_bts.jpg\" width=\"720\" height=\"360\" alt=\"Back to School\" border=\"0\"></a>";

images[7] = "<a href=\"shows/gaza/index.html\"><img src=\"images/flipper/home_gaza.jpg\" width=\"720\" height=\"360\" alt=\"Gaza E.R.\" border=\"0\"></a>";

images[8] = "<a href=\"shows/warlords/index.html\"><img src=\"images/flipper/home_warlords.jpg\" width=\"720\" height=\"360\" alt=\"A Woman Among Warlords\" border=\"0\"></a>";

images[9] = "<a href=\"shows/vidarbha/index.html\"><img src=\"images/flipper/vidarbhahome.jpg\" width=\"720\" height=\"360\" alt=\"The Dying Fields\" border=\"0\"></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);



















