function preload(src)
{
  var img = new Image();
  img.src = src;
}

