function myBM() {
    if (document.all) {
        window.external.AddFavorite('http://www.bustybabespass.com/main.php', 'Busty Babes Pass');
    }
    else if (window.sidebar) {
        window.sidebar.addPanel('Busty Babes Pass', 'http://www.bustybabespass.com/main.php', '');
    }
    else {
        alert('For the moment your browser does not support this feature!');
    }
}

