/* (c) =SB= MMI */

// <!--
function imgp()
{

this[0]="russia/sukhoi/s/37/images/250/s37.jpg"
this[1]="russia/mikoyan/mig/25/rb/images/250/mig25rb.jpg"
this[2]="russia/tupolev/144/s/images/250/tu144.jpg"
this[3]="russia/raduga/gela/images/250/gela.jpg"
this[4]="inter/concord/images/250/concorde.jpg"
this[5]="usa/lockheed/sr/71/images/250/sr71.jpg"

var hre = new Array("russia/sukhoi/s/37/s37.htm", "russia/mikoyan/mig/25/mig25.htm", "russia/tupolev/144/tu144.htm", "russia/raduga/gela/gela.htm", "inter/concord/concord.htm", "usa/lockheed/sr/71/sr71.htm")

j=Math.floor(Math.random() * hre.length)

document.write('<a href="' + hre[j] + '">')
document.write('<img src="' + this[j] + '" width="250" border="1"></A>')

return (" ");
 
}
// -->
