// JavaScript Document
var title = 'Lovely Mature Porn!';
var url='http://www.lovely-mature.net';
function addbookmark() {
    if (window.sidebar) {
        window.sidebar.addPanel(title, url,"");
    } else if( document.all ) {
        window.external.AddFavorite( url, title);
    } else if( window.opera && window.print ) {
        return true;
    }
}