function bounce(url) {
    window.location = url;
}

function bbCodeGuide() {
    alert ('Coming Soon!');
}