function getBrowserInfo() {
 var t,v = undefined;
 if (window.opera) t = 'Opera';
 else if (document.all) {
  t = 'IE';
  var nv = navigator.appVersion;
  var s = nv.indexOf('MSIE')+5;
  v = nv.substring(s,s+1);
 }
 else if (navigator.appName) t = 'Netscape';
 return {type:t,version:v};
}
 
function bookmark(a){
 var url = window.document.location;
 var title = window.document.title;
 var b = getBrowserInfo();
 if (b.type == 'IE' && 7 > b.version && b.version >= 4) window.external.AddFavorite(url,title);
 else if (b.type == 'Opera') {
  a.href = url;
  a.rel = "sidebar";
  a.title = url+','+title;
  return true;
 }
 else if (b.type == "Netscape") window.sidebar.addPanel(title,url,"");
 return false;
}


(function($) {
$(function() {
	$(".informer_correspondent").html('<iframe id="out_iframe_v" src="http://korrespondent.net/get_informers/?s=162-85-86-&l=ru&n=5&i=1&c=orange&f=v&t=n" allowtransparency="true" frameborder=0 vspace=0 hspace=0 width=100% height=460px marginwidth=0 marginheight=0 scrolling=no></iframe>');
})
})(jQuery)
