$(document).ready(function () {
	$("a[rel=external]").each(function () {
		$(this).attr("target", "TOP" + Math.floor(Math.random()*11123));	
	});
});
