function setHREF(count)
{
  for (i=1; i<=count; i++)
     document.getElementById(i).href = document.getElementById(i).title;
}
