var other1url = ""
var other2url = ""
var other3url = ""
var i_other1 = new Image()
var i_other2 = new Image()
var i_other3 = new Image()

function InitialiseJS()
{
  InitialiseSiteJS()
  if (other1url!="") i_other1.src = other1url;
  if (other2url!="") i_other2.src = other2url;
  if (other3url!="") i_other3.src = other3url;
}
onload = InitialiseJS

