// JavaScript Document

window.onload = function()
{ 
  for (var i = 0; i < onloadArray.length; i++)
  {
    onloadArray[i]();
  }
}

