var bookurl="http://www.easternfemales.com"
var booktitle="Eastern Females and Russian Brides"
function addbookmark(){
if (document.all)
   window.external.AddFavorite(bookurl,booktitle)
else
   alert("You need IE 4+ to use this particular feature.")
}

function get_page(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

startList = function() {
        if (document.all&&document.getElementById) {
            navRoot = document.getElementById("sidenav");
            for (i=0; i<navRoot.childNodes.length; i++) {
                node = navRoot.childNodes[i];
                if (node.nodeName=="LI") {
                    node.onmouseover=function() {
                        this.className+=" over";
                    }
                    node.onmouseout=function() {
                        this.className=this.className.replace(" over", "");
                    }
                }
            }
        }
    }

function mailerlink() {
user = "home"; 
site = "<?echo $baseurl ?>"; 
subject = "?subject=Eastern Females Website Enquiry";
document.write("<a class='footerlink' href='mailto:" + user + "@" + site + subject + "'>");
document.write("Email the Webmaster</a>&nbsp;");
}