function rotateImages(b){if(typeof(b.aImages)=="undefined"){b.aImages=new Array();for(var a=0;a<b.aImageSources.length;a++){b.aImages[a]=new Image();b.aImages[a].src=b.aImageSources[a]}b.iCount=0}b.iCount++;if(b.iCount>=b.aImages.length){b.iCount=0}b.src=b.aImages[b.iCount].src};
