/* ################################################## */
/*  Made by: www.DIRECTBASING.com                     */
/*  Semantisch correcte xHTML Basing                  */
/* ################################################## */

Cufon.replace(".entry-title, #bannerCntr h2");

$(document).ready(function(){

	if($("input[name='_wpcf7']").val() == "2")
	{
		$("form.wpcf7-form").submit(function(){
			$.post("/blikvanger.php", { plaats: $("input[name='plaats']:checked").val(), message: $("textarea[name='bericht']").val() }, function(data){ });
			
			return true;
		});
	}
	
});


