// thepoppenkast.com
$(document).ready(function(){
	$(":text").labelify({labelledClass:"tbsearch"});
	$(".ceebox").ceebox();
});