// JavaScript functions for richmoKIDS by www.tm-webentwicklung.com

$(document).ready(function(){
	
	// External links
	$('a[rel=external]').attr({ 
		target: "_blank"
	});
	
});
