<!--

var r_text = new Array ();


r_text[0] = "<div class='testimonial' id='ar_ect'> <span>&quot;EContent 100 for 2008&quot;</span>";
r_text[0] += "<cite>&mdash; EContent Magazine</cite></div>";

r_text[1] = "<div class='testimonial' id='ar_ect'> <span>&quot;EContent 100 for 2007&quot;</span>";
r_text[1] += "<cite>&mdash; EContent Magazine</cite></div>";

r_text[2] = "<div class='testimonial' id='ar_si'> <span>&quot;SiliconIndia 100 for 2008&quot;</span>";
r_text[2] += "<cite>&mdash; SiliconIndia</cite></div>";

r_text[3] = "<div class='testimonial' id='ar_kmw'> <span>&quot;Connectbeam Appliance selected - Trend Setter Product of the year 2008&quot;</span>";
r_text[3] += "<cite>&mdash; KMWorld</cite></div>";

r_text[4] = "<div class='testimonial' id='ar_kmw'> <span>&quot;Connectbeam Appliance selected - Trend Setter Product of the year 2007&quot;</span>";
r_text[4] += "<cite>&mdash; KMWorld</cite></div>";

r_text[5] = "<div class='testimonial' id='ar_gar'> <span>&quot;Cool vendor of 2007&quot;</span>";
r_text[5] += "<cite>&mdash; Gartner</cite></div>";

r_text[6] = "<div class='testimonial' id='ar_iwe'> <span>&quot;Top Five Enterprise 2.0 startups to watch for 2007&quot;</span>";
r_text[6] += "<cite>&mdash; InformationWeek</cite></div>";

r_text[7] = "<div class='testimonial' id='ar_inf'> <span>&quot;Rising Star of 2007&quot;</span>";
r_text[7] += "<cite>&mdash; InfoWorld</cite></div>";
	
r_text[8] = "<div class='testimonial' id='ar_gar'> <span>&quot;Connectbeam provides a safe environment for enterprises, and adds value to an existing intranet or portal&quot;</span>";
r_text[8] += "<cite>&mdash; Gartner</cite></div>";

r_text[9] = "<div class='testimonial' id='ar_ncm' style='padding-right:10px;'> <span>&quot;Connectbeam is a pioneer in this [Tagging and Social Bookmarking] space…&quot;</span>";
r_text[9] += "<cite>&mdash; Network Computing Magazine</cite></div>";

r_text[10] = "<div class='testimonial' id='ar_otp'> <span>&quot;Connectbeam provides the most complete feature set of all [social bookmarking] applications.&quot;</span>";
r_text[10] += "<cite>&mdash; Office 2.0 Conference</cite></div>";

r_text[11] = "<div class='testimonial' id='ar_utr'> <span>&quot;Connectbeam wins best in category of Collective Intelligence at Under the Radar&quot;</span>";
r_text[11] += "<cite>&mdash; Under the Radar</cite></div>";

r_text[12] = "<div class='testimonial' id='ar_scm'> <span>&quot;Connectbeam has mastered Social Search&quot;</span>";
r_text[12] += "<cite>&mdash; Social Computing Magazine</cite></div>";


var home_text = new Array ();

home_text[0] = "<div class='hometestimonial'><img src='images/logos/ect_60.jpg' align='absmiddle'> <span>&quot;EContent 100 for 2008&quot;</span>";
home_text[0] += "<cite>&mdash; EContent Magazine</cite></div>";

home_text[1] = "<div class='hometestimonial'><img src='images/logos/ect_60.jpg' align='absmiddle'> <span>&quot;EContent 100 for 2007&quot;</span>";
home_text[1] += "<cite>&mdash; EContent Magazine</cite>";

home_text[2] = "<div class='hometestimonial'><img src='images/siliconindia_60.gif' align='absmiddle'> <span>&quot;SiliconIndia 100 for 2008&quot;</span>";
home_text[2] += "<cite>&mdash; SiliconIndia</cite></div>";

home_text[3] = "<div class='hometestimonial'><img src='images/kmworld2008.gif' align='absmiddle'> <span>&quot;Connectbeam Appliance selected - Trend Setter Product of the year 2008&quot;</span>";
home_text[3] += "<cite>&mdash; KMWorld</cite></div>";

home_text[4] = "<div class='hometestimonial'><img src='images/kmworld.png' align='absmiddle'> <span>&quot;Connectbeam Appliance selected - Trend Setter Product of the year 2007&quot;</span>";
home_text[4] += "<cite>&mdash; KMWorld</cite>";

home_text[5] = "<div class='hometestimonial'><br/><img src='images/logos/gartner_60.jpg' align='absmiddle'> <span>&quot;Cool vendor of 2007&quot;</span>";
home_text[5] += "<cite>&mdash; Gartner</cite>";

home_text[6] = "<div class='hometestimonial'><br/><img src='images/logos/infoweek_big.jpg' align='absmiddle'> <span>&quot;Top Five Enterprise 2.0 startups to watch for 2007&quot;</span>";
home_text[6] += "<cite>&mdash; InformationWeek</cite>";

home_text[7] = "<div class='hometestimonial'><br/><img src='images/logos/infoworld_big.jpg' align='absmiddle'> <span>&quot;Rising Star of 2007&quot;</span>";
home_text[7] += "<cite>&mdash; InfoWorld</cite>";
	
home_text[8] = "<div class='hometestimonial'><br/><img src='images/logos/network-computing_60.jpg' align='absmiddle' style='padding-right:10px;'> <span>&quot;Connectbeam is a pioneer in this [Tagging and Social Bookmarking] space.&quot;</span>";
home_text[8] += "<cite>&mdash; Network Computing Magazine</cite>";

home_text[9] = "<div class='hometestimonial'><img src='images/categorywinner.jpg' align='absmiddle' style='padding:0px 20px 0px 5px;'> <span>&quot;Connectbeam wins best in category of Collective Intelligence at Under the Radar&quot;</span>";
home_text[9] += "<cite>&mdash; Under the Radar</cite>";



   var nIndex = 0;
   var timerID = null;
   
   function rotateAwards(){
      var len = home_text.length;
      if(nIndex >= len) nIndex = 0;
      //document.getElementById('awards').style.filter='alpha(opacity=20);-moz-opacity:0.5;moz-opacity: .5;';
      document.getElementById('awards').innerHTML = "<div>" + home_text[nIndex] + "</div><div style='text-align:center;'><br style='line-height:10px;'/><a href='awards_recognition/index.html' class='orange' style='font-size: 90%;'><br/>See all awards...</a></div></div>";
      nIndex++;
      timerID = setTimeout('rotateAwards()',7000);
   }
   
   function pauseAwards() {
      if (timerID != null) {
         clearTimeout(timerID);
         timerID = null;
      }
   }
   
   function playAwards() {
      if (timerID == null) {
         timerID = setTimeout('rotateAwards()', 1000);
      }
   }

   var i = 0;
var j = 0;
var k = 0;
var i = Math.floor(r_text.length*Math.random());
while( (temp = Math.floor(r_text.length*Math.random())) == i){}
j=temp;
while( (temp = Math.floor(r_text.length*Math.random())) == i || temp == j){}
k=temp;
//-->