$(document).ready(function() {
	$('div.field-field-extern a').each(function() {
		var original_link = $(this).attr('href');
	});
});