$.noConflict();
jQuery(document).ready(function($){
	
	$("#footerNL").load("preis.php .article:lt(3)", function(){
		$("a", this).remove();
		$(".loopRight", this).append('<div class="clear" /><a href="preis.php">Mehr&hellip;</a>');
	});
	
});
