

function popup(url,name,w,h) {
 
  window.open(url,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no, width='+w+' ,height='+h+',top=250,left=250')
}

function do_click(id){
	window.open("banner_redirect.php?id="+id);
}
function do_search(){
	var k=document.search.keyword.value
	if (k.length<5)
		alert('Sorry, the keyword is too short.');
	else
		document.search.submit();
}



function favorieten(){
var bookmarkurl="http://www.huwelijk-bedankjes.nl/"
var bookmarktitel="Huwelijk-bedankjes.nl"

if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}


