var preloaded = new Array();
function preload_images() {
    for (var i = 0; i < arguments.length; i++){
        preloaded[i] = document.createElement('img');
        preloaded[i].setAttribute('src',arguments[i]);
    };
};
preload_images(
	'/public/wp-content/themes/ohioboy/images/int_icon_web_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_promotions_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_music_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_magazine_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_logos_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_illustration_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_corporate_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_books_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_icon_advertising_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_nextImage_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_nextImage_red.gif',
	'/public/wp-content/themes/ohioboy/images/int_prevImage_h.gif',
	'/public/wp-content/themes/ohioboy/images/int_prevImage_red.gif',
	'/public/wp-content/themes/ohioboy/images/ajax-loader.gif'
);