next


  function nextsite() {
  if (siteindex >= site.length) siteindex = 0; 
  frames["profileplace"].location.href=site[siteindex];
  var place = document.getElementById("loaded");
  place.innerHTML = " " + (siteindex+1) + "/" + site.length + " " +  site[siteindex];
  siteindex++;
  //alert(siteindex);
  }