jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img alt='' >").attr("src", arguments[i]);
  }
}