Set active page nav title to div

Set active page nav title to div

Is there a way to display the title link attr to a div when href is active/highlighted

http://new.e-storas.com/resources/litriche/index.html


Here's the code I've done so far but its just returning the first href link

                var getTitle = function (el) {
                    return $(el).attr('title');    
                };
               
                $('#site-title').html(getTitle('a'));