jQuery.fn.preload = function() {
    this.each(function(){
    	(new Image()).src = '/assets/images/'+this;
    });
}
