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(
    'wp-content/themes/ohioboy/images/index_icon_magazine_a.gif',
	'wp-content/themes/ohioboy/images/index_text_logos_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_corporate_a.gif',
	'wp-content/themes/ohioboy/images/index_text_bsides_a.gif',
	'wp-content/themes/ohioboy/images/index_text_corporate_a.gif',
	'wp-content/themes/ohioboy/images/index_text_illustration_a.gif',
	'wp-content/themes/ohioboy/images/index_text_clientlist_a.gif',
	'wp-content/themes/ohioboy/images/index_text_press_a.gif',
	'wp-content/themes/ohioboy/images/index_text_promotions_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_music_a.gif',
	'wp-content/themes/ohioboy/images/index_text_web_a.gif',
	'wp-content/themes/ohioboy/images/index_text_advertising_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_promotions_a.gif',
	'wp-content/themes/ohioboy/images/index_text_about_a.gif',
	'wp-content/themes/ohioboy/images/index_text_music_a.gif',
	'wp-content/themes/ohioboy/images/index_text_books_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_advertising_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_clothing_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_illustration_a.gif',
	'wp-content/themes/ohioboy/images/index_text_magazine_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_books_a.gif',
	'wp-content/themes/ohioboy/images/index_icon_logos_a.gif',
	'wp-content/themes/ohioboy/images/index_text_friends_a.gif' 
);