//requires jquery.custom.form, jquery.custom.dropdown
$(function() {
   $('#search_query').val('').placeholder({value: $('#search_domain :selected').text()});
   $('#search_domain').dropdown().change(function() { $('#search_query').placeholder({value: $(this).find(':selected').text()}).focus(); });
});

//temporary wvhj2011 banner
$(function() {
   $.getScript('http://templates.kennisnet.nl/kennisnet/default/js/wvhj2011.js');
});
