// index.js

var intID;

function onload()
{
  //intID = setInterval(whiteNoiseGenerator, 5000)
}

function whiteNoiseGenerator(){
  ajaxCall('php/sharedAjax.php~_draw~');
}
