jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
  	//alert(site_url+arguments[i]);
    jQuery("<img>").attr("src", site_url+"images/bgs/"+arguments[i]);
  }
}