//preload picture
$.fn.preload = function() {
    this.each(function(){
        $('<img/>')[0].src = this;
    });
}
$(['../images/rotator/1.jpg','../images/rotator/2.jpg','../images/rotator/3.jpg','../images/rotator/4.jpg','../images/rotator/5.jpg']).preload();
