function doShow(el){
	$("#" + el).show();
}

function doHide(el){
	$("#" + el).hide();
}

$(document).ready(function(){
$("a[href='/for_agencies/ndn/']").css('color','red');
	//old one $("iframe[src^='http://77.246.224.218:8585']").each(function(){
	// теперь урл меняется на сервере в /content/article.php:53
//	$("iframe[src^='http://remote.meridian-express.ru:8585/']").each(function(){
//		var href = $(this).attr('src');
//		$(this).attr('src',href + '&rate=%D1%80%D0%B1');
//		});
})
