function Bookmark(){
if( navigator.appVersion.indexOf("MSIE") > 0) 
 if( parseInt(navigator.appVersion)>=4 )
  window.external.AddFavorite("http://www.topwijven.nl", document.title="topwijven.nl");
}
function reloadPage(dd,doit) {
	var v1 = eval('doit.'+dd+'.options[doit.'+dd+'.selectedIndex].value');
	window.open(v1,'reclame','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+screen.availWidth+',height='+screen.availHeight);
	var v2 = eval('doit.'+dd+'.selectedIndex = 0');
}

function rebuildLinks() 
{
	out_path = 'http://www.topwijven.nl/mty4.php?to=';
	if(document.getElementsByTagName) {
		var blocks = document.getElementsByTagName("div");
		for(var i=0;i<blocks.length;i++) {
			if( blocks[i].getAttribute('class') == 'shave' || blocks[i].getAttribute('className') == 'shave' || blocks[i].className == 'shave' ) {
				var links = blocks[i].getElementsByTagName("a");
				for (var x=0;x<links.length;x++) {
					if( links[x].href.substr(0,7) != 'mailto:' ) {
						links[x].href = out_path + escape(links[x].href);
					}
				}
			}
		}
	}
}
