$(document).ready(function(){
	$("a[rel=edit]").click(function(){
		n=$(this).attr('n');
		window.open("/ru/news/edit/"+n);
	});
});
