﻿//window.onload = function() {
//    settings = {
//        tl: { radius: 8 },
//        tr: { radius: 8 },
//        bl: { radius: 8 },
//        br: { radius: 8 },
//        antiAlias: true,
//        autoPad: true
//    }
//    var myBoxObject = new curvyCorners(settings, "roundCorner");
//    myBoxObject.applyCornersToAll();
//}

function bookmark_us() {
    var url = window.location;
    var title = "BundleHub";
    if (window.sidebar) // firefox
        window.sidebar.addPanel(title, url, "");
    else if (window.opera && window.print) { // opera
        var elem = document.createElement('a');
        elem.setAttribute('href', url);
        elem.setAttribute('title', title);
        elem.setAttribute('rel', 'sidebar');
        elem.click();
    }
    else if (document.all)// ie
        window.external.AddFavorite(url, title);
}

