/** * JavaScript Page Scripts - homepage.js * Copyright (c) Comrax Ltd., 1999-2003. All rights reserved. * Unauthorized duplication prohibited. */ /** * Preload images found in homepage. */ function comraxPageInitialize( ) { comraxImagePreload( 'tim1o.gif' ); comraxImagePreload( 'tim2o.gif' ); comraxImagePreload( 'tim3o.gif' ); comraxImagePreload( 'tim4o.gif' ); comraxImagePreload( 'th4o.gif' ); } /// Preload images. if( document.images ) { comraxPageInitialize( ); }