

  function getDataset3()
{
    return "<b>" + imageArray2[eval(rNumber)][9] +"</b>";
	
}
function getDescription3()
{
    return imageArray2[eval(rNumber)][10];
}
function getLocation3()
{
    return imageArray2[eval(rNumber)][11];
}

document.write(getDataset3()+ "&nbsp;" + getDescription3() + "<br>" + getLocation3());

