$(document).ready(function(){
	
	/* open all external links in a new window */
	$("a[href^='http:']").not("[href*='moodconcepts.nl']").attr('target','_blank');  
	

});
