var ar_preload = new Array( 'welkom' , 'nieuws' , 'biografie' , 'media' , 'links' , 'gastenboek' , 'contact' );

for( i = 0; i < ar_preload.length; i++ ){
	
	img= new Image(); 
  	img.src="/images/menu_" + ar_preload[i] + "_active.png"; 

}
  

$(function(){ 
	
	$('.antispam').each(function(){
		
		$('<span>@</span>').insertBefore( $(this) );
		$('<span>.</span>').insertAfter( $(this) );
		
		//$(this).find('.core').html( '@' + $(this).find('.core').html() + '.' );
		
		
	})
	
});


