// IXF1.11 :: Image cross-fade // ***************************************************** // DOM scripting by brothercake -- http://www.brothercake.com/ //****************************************************** //global object var ixf = { 'clock' : null, 'count' : 1 } /******************************************************* /***************************************************************************** List the images that need to be cached *****************************************************************************/ /*ixf.imgs = [ 'buttons/udm4-whitebutton88x31.gif', 'buttons/udm4-greenbutton88x31.gif', 'buttons/udm4-purplebutton88x31.gif' ];*/ /***************************************************************************** *****************************************************************************/ //cache the images /*ixf.imgsLen = ixf.imgs.length; ixf.cache = []; for(var i=0; i