﻿function moveCloseLink() {
    var cb = document.getElementById('sb-nav-close');
    var tb = document.getElementById('sb-title');
    if (tb) tb.appendChild(cb);
} 
