    if (document.images)
    {
    preload_image = new Image();
    img_path = new Array();

    img_path[0] = "http://heydayfootwear.com/images/buttons/about.gif";
    img_path[1] = "http://heydayfootwear.com/images/buttons/about-on.gif";
    img_path[2] = "http://heydayfootwear.com/images/buttons/blog.gif";
    img_path[3] = "http://heydayfootwear.com/images/buttons/blog-on.gif";
    img_path[4] = "http://heydayfootwear.com/images/buttons/contact.gif";
	   img_path[5] = "http://heydayfootwear.com/images/buttons/contact-on.gif";
    img_path[6] = "http://heydayfootwear.com/images/buttons/press.gif";
    img_path[7] = "http://heydayfootwear.com/images/buttons/press-on.gif";
	   img_path[8] = "http://heydayfootwear.com/images/buttons/shoes-on.gif";
    img_path[9] = "http://heydayfootwear.com/images/buttons/shoes.gif";
    img_path[10] = "http://heydayfootwear.com/images/buttons/stores-on.gif";
	    img_path[11] = "http://heydayfootwear.com/images/buttons/stores.gif";

    for(var i = 0; i<=img_path.length; i++)
    preload_image.src = img_path[i];
    }