$(document).ready(function() { Cufon.replace('h1, h2, h3, h4, #sidebar ul ul li'); $("div.webicons").hide(); $("img.icoon").click(function(event) { event.stopPropagation(); $(this).parent().find("div.webicons").fadeToggle("fast"); }).mouseenter(function() { $(this).css('opacity',1); }).mouseleave(function() { $(this).css('opacity',0.5); }) $(this).click(function(event) { $("div.webicons").fadeOut("fast"); }); $("#formulier input").keydown(function(event) { var emailPattern = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,4}$/; var emailadres = $(this).val(); if (event.keyCode == '13') { if(emailPattern.test(emailadres)) { $.get('/wp-content/themes/newtimesnewheroes/pressmail.php',{emailadres:emailadres},function(data) { $("#formulier").slideUp("fast"); $("#pers").slideDown("fast"); }); } else { alert("This is not a valid e-mail address..."); } } }); jQuery("abbr.timestamp").timeago(); }); /* FILE ARCHIVED ON 06:35:36 Apr 16, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:29:27 Mar 31, 2017. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */