﻿function preloadImages() {

    

    if (document.images) {

       
       

       var imgFiles = preloadImages.arguments;

       

       var preloadArray = new Array();

       
       

       for (var i=0; i < imgFiles.length; i++) {

            
            
            

            preloadArray[i] = new Image;
            preloadArray[i].src = imgFiles[i];
       }
    }
}

<!--
preloadImages('http://www.charlottebatcompany.com/CBCLogo/logo cropped white.png',

'http://www.charlottebatcompany.com/CBCPics/99.jpg',
'http://www.charlottebatcompany.com/CBCPics/119.png',
'http://www.charlottebatcompany.com/CBCPics/123.png',
'http://www.charlottebatcompany.com/CBCPics/126.png',
'http://www.charlottebatcompany.com/CBCPics/128.png',
'http://www.charlottebatcompany.com/CBCPics/130.png',
'http://www.charlottebatcompany.com/CBCPics/131.png',
'http://www.charlottebatcompany.com/CBCPics/133.png',
'http://www.charlottebatcompany.com/CBCPics/134.jpg',
'http://www.charlottebatcompany.com/CBCPics/135.gif',
'http://www.charlottebatcompany.com/CBCPics/139.png',
'http://www.charlottebatcompany.com/CBCPics/140.png',
'http://www.charlottebatcompany.com/CBCPics/141.png',
'http://www.charlottebatcompany.com/CBCPics/142.png',
'http://www.charlottebatcompany.com/CBCPics/143.png',
'http://www.charlottebatcompany.com/CBCPics/144.png',
'http://www.charlottebatcompany.com/CBCPics/145.png',
'http://www.charlottebatcompany.com/CBCPics/146.png',
'http://www.charlottebatcompany.com/CBCPics/147.jpg',
'http://www.charlottebatcompany.com/CBCPics/165.png',
'http://www.charlottebatcompany.com/CBCPics/167.png',
'http://www.charlottebatcompany.com/CBCPics/168.png',
'http://www.charlottebatcompany.com/CBCPics/173.gif',
'http://www.charlottebatcompany.com/CBCPics/178.png',
'http://www.charlottebatcompany.com/CBCPics/179.png',
'http://www.charlottebatcompany.com/CBCPics/180.png',
'http://www.charlottebatcompany.com/CBCPics/181.png',
'http://www.charlottebatcompany.com/CBCPics/182.png',
'http://www.charlottebatcompany.com/CBCPics/183.png',
'http://www.charlottebatcompany.com/CBCPics/184.gif',
'http://www.charlottebatcompany.com/CBCPics/185.gif',
'http://www.charlottebatcompany.com/CBCPics/186.wmf',
'http://www.charlottebatcompany.com/CBCPics/187.png',
'http://www.charlottebatcompany.com/CBCPics/188.jpg',
'http://www.charlottebatcompany.com/CBCPics/189.png',
'http://www.charlottebatcompany.com/CBCPics/190.gif',
'http://www.charlottebatcompany.com/CBCPics/191.jpg',
'http://www.charlottebatcompany.com/CBCPics/194.jpg',
'http://www.charlottebatcompany.com/CBCPics/P1.jpg',
'http://www.charlottebatcompany.com/CBCPics/P2.jpg',
'http://www.charlottebatcompany.com/CBCPics/P3.jpg',
'http://www.charlottebatcompany.com/CBCPics/P4.jpg',
'http://www.charlottebatcompany.com/CBCPics/P5.jpg',
'http://www.charlottebatcompany.com/CBCPics/P6.jpg',
'http://www.charlottebatcompany.com/CBCPics/P7.jpg',
'http://www.charlottebatcompany.com/CBCPics/P7.jpg',
'http://www.charlottebatcompany.com/movies/straw2.avi',
'http://www.charlottebatcompany.com/movies/cbcintro1.wmv',


);
//-->

