var bookmarkurl="http://news2day.ru/"
var bookmarktitle="Сегодня-News"

function addbookmark()
{
    alert(1);
    if (document.all)
    {
        alert(2);
        window.external.AddFavorite(bookmarkurl,bookmarktitle);
    }
    return false;
}

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 = title;
        return true;
    }
    else if (b.type == "Netscape") window.sidebar.addPanel(title,url,"");
    else alert("Нажмите CTRL-D, чтобы добавить страницу в закладки.");
    return false;
}

function twitter()
{
	var url = document.URL;
    
	window.open('http://twitter.com/home?status='+encodeURIComponent(document.title)+' '+encodeURIComponent(url),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function facebook() {
    var url = document.URL;
    
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&t='+encodeURIComponent(document.title),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function vkontakte() {
    var url = document.URL;
    
	window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(document.title)+'','sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function livejournal() 
{
	var url = document.URL;
    
	window.open('http://www.livejournal.com/update.bml?event='+encodeURIComponent(url)+'&subject='+encodeURIComponent(document.title),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function liveinternet ()
{
	var url = document.URL;
    
	window.open('http://www.liveinternet.ru/journal_post.php?action=l_add&cnurl='+encodeURIComponent(url)+'&cntitle='+encodeURIComponent(document.title),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function write_smi2 () 
{
smi2_host=typeof smi2_host!='undefined'?smi2_host:'smi2.ru';
var w=64,h=72;
if (typeof smi2_skin=='number' && smi2_skin==1) {w=16;h=16};
var u=typeof smi2_url=='string'?smi2_url:window.location.href;

$('#__smi2__').attr('src', "http://"+smi2_host+"/partner/xsvoting.php?url="+escape(u).replace(/\+/g,'%2b')+
(typeof smi2_title=='string'?('&t='+encodeURI(smi2_title)):'')+
(typeof smi2_text=='string'?('&text='+encodeURI(smi2_text)):'')+
(typeof smi2_group=='number'?('&group='+encodeURI(smi2_group)):'')+
(typeof smi2_tags=='string'?('&tags='+encodeURI(smi2_tags)):'')+
(typeof smi2_img=='string'?('&img='+encodeURI(smi2_img)):'')+
(typeof smi2_skin=='number'?('&skin='+encodeURI(smi2_skin)):''));
}
