/* Copyright 2011, Ben Lin (http://dreamerslab.com/)
* Licensed under the MIT License (LICENSE.txt).
*
* Version: 1.0.0
*
* Requires: jQuery 1.2.3+
*/
$.preload=function(){var b=[],a=arguments.length;for(;a--;){b.push($("<img />").attr("src",arguments[a]));}};
