jQuery(document).ready(function() {
	$("#wpnewsletter_email").focus(function(){ 
	  /* Callback goes here */ 
		if ($("#wpnewsletter_email").val() == "въведете своя e-mail") {
			$("#wpnewsletter_email").val("");
		}
	}); 
	$('a:not([href^="http://parklivefest.com"])').not('[href^="#"]').addClass("external") .attr({ target: "_blank" });
	
	
});

