function ifriends_console(url) {
    new_page = window.open(url, "_blank", "height=320,width=640,left=2,top=2,toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,copyhistory=0,status=0");
}

function addToFavorites() {
    if (window.external) {
        window.external.AddFavorite('http://www.blackjackpussy.com','Free Porn for Newbies - 100% Free and Hardcore')
    } else {
        alert("Sorry! Your browser doesn't support this function. You will need to select Add Bookmark in your browser's menu at the top of the screen.");
    }
}

function jumpSection(formElement) {
    value=formElement.options[formElement.selectedIndex].value
    formElement.options[0].selected = true
    location.href='#' + value
}

