function load_img () {

     if (document.images)
            {
                preload_image = new Image(1112,245);
                preload_image.src="/wp-content/themes/theme690/images/bg_header5.jpg";
            }

}

