function randomorder()
{
var content=new Array();
content[00] = 'src="pictures/pic01.jpg" ALT="Satin with National Painter"'
content[01] = 'src="pictures/pic02.jpg" ALT="Camel Trophy"'
content[02] = 'src="pictures/pic03.jpg" ALT="Preparing Flatbread in Khiva"'
content[03] = 'src="pictures/pic04.jpg" ALT="Mountains as Waves"'
content[04] = 'src="pictures/pic05.jpg" ALT="Panthera Tigris"'
content[05] = 'src="pictures/pic06.jpg" ALT="Old Fortress"'
content[06] = 'src="pictures/pic07.jpg" ALT="Amu Darya River Delta"'
content[07] = 'src="pictures/pic08.jpg" ALT="Kalyan Mosque"'
content[08] = 'src="pictures/pic09.jpg" ALT="Growing City of Tashkent"'
content[09] = 'src="pictures/pic10.jpg" ALT="Gates of Khiva"'
content[10] = 'src="pictures/pic11.jpg" ALT="Preserving Traditional Instruments"'
content[11] = 'src="pictures/pic12.jpg" ALT="Liab-Khauz Square in Bukhara"'
content[12] = 'src="pictures/pic13.jpg" ALT="Tian Shan"'
content[13] = 'src="pictures/pic14.jpg" ALT="Cotton Harvesters near Samarkand"'
content[14] = 'src="pictures/pic15.jpg" ALT="Irrigated Valley"'
content[15] = 'src="pictures/pic16.jpg" ALT="Markhor"'
content[16] = 'src="pictures/pic17.jpg" ALT="Snow Leopard"'
content[17] = 'src="pictures/pic18.jpg" ALT="Dromedary"'
content[18] = 'src="pictures/pic19.jpg" ALT="Village Musician"'
content[19] = 'src="pictures/pic20.jpg" ALT="Celebrate Novruz, the East New Year"'
content[20] = 'src="pictures/pic21.jpg" ALT="Bridge Over Rushing Waters"'
content[21] = 'src="pictures/pic22.jpg" ALT="Traditional Dance at a Party"'
content[22] = 'src="pictures/pic23.jpg" ALT="Sand of desert"'
content[23] = 'src="pictures/pic24.jpg" ALT=""'
content[24] = 'src="pictures/pic25.jpg" ALT=""'
content[25] = 'src="pictures/pic26.jpg" ALT=""'
content[26] = 'src="pictures/pic27.jpg" ALT=""'
content[27] = 'src="pictures/pic28.jpg" ALT="Hotel Intercontinental in Tashkent"'
content[28] = 'src="pictures/pic29.jpg" ALT="Stone Bas-relief of Buddha (Old Termez)"'
content[29] = 'src="pictures/pic30.jpg" ALT="Buddhas Head (Faieztepa)"'
content[30] = 'src="pictures/pic31.jpg" ALT="A Monastery Cell"'
content[31] = 'src="pictures/pic32.jpg" ALT="The Khakim Termiziy Mausoleum"'
content[32] = 'src="pictures/pic33.jpg" ALT="Surkhan Fish"'
content[33] = 'src="pictures/pic34.jpg" ALT="Aksakals—Old Men"'
content[34] = 'src="pictures/pic35.jpg" ALT="A Folk-tale Narrator"'
content[35] = 'src="pictures/pic36.jpg" ALT="Uzbek Cotton"'
content[36] = 'src="pictures/pic37.jpg" ALT="A Woman from Munchak Kishlak"'
content[37] = 'src="pictures/pic38.jpg" ALT="At a Teahouse"'
content[38] = 'src="pictures/pic39.jpg" ALT="Head of a Bactrian Warrior (Khalchaen)"'
content[39] = 'src="pictures/pic40.jpg" ALT="Inscription on the Djarkurgan Minaret"'
content[40] = 'src="pictures/pic41.jpg" ALT="Tandirkabab"'
content[41] = 'src="pictures/pic42.jpg" ALT="Termez Flat-bread"'
content[42] = 'src="pictures/pic43.jpg" ALT="The Buzrukata Mosques Interior"'
content[43] = 'src="pictures/pic44.jpg" ALT="The Khakim at-Termeziy Mausoleum"'
content[44] = 'src="pictures/pic45.jpg" ALT="The Murchbobo Mausoleum"'
content[45] = 'src="pictures/pic46.jpg" ALT="The Khakim at-Termeziy Mausoleum Complex"'
content[46] = 'src="pictures/pic47.jpg" ALT="Uzbek Girl with Flat-bread"'
content[47] = 'src="pictures/pic48.jpg" ALT="Conference Hall of Inter-Continental Hotel"'

var randomorder = new Array();
var the_one;
var j = content.length - 7;

for (i=0;i<content.length;i++)
randomorder[i]=i
while (j<content.length)
{
the_one=Math.floor(Math.random()*content.length)
if (content[the_one]!="_selected!")
{
document.write('<TD><IMG ' + content[the_one] + ' WIDTH="100" HEIGHT="100" HSPACE="0" VSPACE="0" BORDER="0"></TD>')
content[the_one]="_selected!"
j++
}
}
}

function low(which2)
{
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}

function high(which2)
{
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=100
}

function highlightit(cur2)
{
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity>50)
cur2.filters.alpha.opacity-=10
else if (window.highlighting)
clearInterval(highlighting)
}

function goTo(where)
{
document.location.replace(where);
return false;
}

