jQuery.preloadImages = function()
{
jQuery.each (arguments,function (e)
{
jQuery ('<img src="' + this + '" />');
});
}
