<!--
// Random Images and Text
var currentdate = 0
var core = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

image = new StringArray(3)
image[0] = 'banner_1_800x100.jpg'
image[1] = 'banner_2_800x100.jpg'
image[2] = 'banner_3_800x100.jpg'


var imgsize = 100/image.length
function ranindex(size) {
  currentdate = new Date()
  core = currentdate.getSeconds()
  core = Math.floor(core/size)
    return(core)
}


strmsg = new StringArray(3)
strmsg[0] = '<a href="aboutus_casestudies.html"><strong><font color="#0066CC">Syngas Ltd</font></strong></a><p>Geos Mining has successfully completed a 37 hole exploration program between June and September 2008, over three adjacent deposits of brown coal at Clinton, Beaufort and Whitwarta.'
strmsg[1] = '<a href="aboutus_casestudies.html"><strong><font color="#0066CC">Skardon & Swan River Kaolin Pty Ltd</font></strong></a><p>Geos Mining has assessed a number of prospects drilled on five exploration licences and outlined and estimated resources on one of these.'
strmsg[2] = '<a href="aboutus_casestudies.html"><strong><font color="#0066CC">Toro Energy Ltd</font></strong></a><p>The Geos Mining team was involved with core logging and sampling, downhole gamma probing and the validation and analyses of field data. Additionally, we created a custom geodatabase for the Napperby data and have been assisting in the assay QAQC, resource estimation and data visualisation.'


var txtsize = 100/strmsg.length

//-->
