//bookmark
var bookmarkurl="http://www.bestepornosite.nl"
var bookmarktitel="Beste Pornosite"
function favo(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
function loadPage(list){
location.href=list.options[list.selectedIndex].value
}

//form
function alterNate(elm){
	if (!elm.base) elm.base = elm.value
	if (elm.value == elm.base) elm.value = "";
	else if (elm.value == "") elm.value = elm.base;
}
