var images = [ '/profeta2/img/actually_sep.png', '/profeta2/img/background.png', '/profeta2/img/body_bg.png', '/profeta2/img/breaking.png', '/profeta2/img/favicon.png', '/profeta2/img/footer_bg.png', '/profeta2/img/footer_fb.png', '/profeta2/img/footer_in.png', '/profeta2/img/header.png', '/profeta2/img/info.png', '/profeta2/img/info_map.png', '/profeta2/img/info_sep.png', '/profeta2/img/magni.png', '/profeta2/img/nav_bg.png', '/profeta2/img/nav_sep.png', '/profeta2/img/nav_sub_sep.png', '/profeta2/img/newest_post.png', '/profeta2/img/newsletter_submit.png', '/profeta2/img/next_exhibition.png', '/profeta2/img/next_program.png', '/profeta2/img/prettyPhoto', '/profeta2/img/search.png', '/profeta2/img/slider_bg.png', '/profeta2/img/slider_button.png', '/profeta2/img/social_facebook.png', '/profeta2/img/social_google.png', '/profeta2/img/social_twitter.png', '/profeta2/img/tags.png', '/profeta2/img/videos_bg.png', ]; $.each(images, function(key) { images[key] = new Image(); images[key].src = this; });