ADDED images/foreignlogos/bentley.gif Index: images/foreignlogos/bentley.gif ================================================================== --- /dev/null +++ images/foreignlogos/bentley.gif cannot compute difference between binary files Index: pages/index.in ================================================================== --- pages/index.in +++ pages/index.in @@ -63,13 +63,20 @@ \ Nokia is the world leader in mobility,\ driving the transformation and growth of the converging internet and\ communications industries.' - count = 5 + sponsor[5] = '\ + \ + bentley.com\ + \ + Bentley - Comprehensive software \ + solutions for Sustaining Infrastructure.' + + count = 6 while( count>0 ){ - i = Math.floor(Math.random()*5) + i = Math.floor(Math.random()*6) if( sponsor[i]!=null ){ document.write(sponsor[i]) sponsor[i] = null count-- }