Scrolling problem

Scrolling problem

Hi 
I have 
div1 class="post" 
    div class="title" 

div2 class="post" 
   div class="title" 

div3 id="post" 
   div class="title" 
.... 


div10 id="post" 
   div class="title" 
I am trying: clicking on div#title belonging to div1 scrolls to 
div#title belonging to div2 and so on 
to cut a long story short clicking on div#title scrolls to the next 
div#title and so on 
I have tried and not succeded so far using localScroll or scrollTo ???
Any help will be very much appreciated 
jean