﻿function AddPref()
{
    if(window.sidebar && window.sidebar.addPanel)
    {
        if (navigator.userAgent.lastIndexOf("Netscape") != -1) {
            window.sidebar.addPanel('Pastificio Monte', 'http:\/\/www.pastificiomonte.it', '' );
        }
        else
        {
	        window.sidebar.addPanel('Pastificio Monte', 'http:\/\/www.pastificiomonte.it', '' );
        }
    }
    if(window.opera && window.print)
    {
        //document.write( '<a title="NotOnlyWeb" rel="sidebar" href="http:\/\/www.notonlyweb.com"><img src="img/oper.png" alt="Opera" border="0" align="absmiddle" /><\/a>' );
    } 
    else if( window.external && ( navigator.platform == 'Win32' || ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) ) {
	    window.external.AddFavorite( location.href.replace( '\/#.*\/', '' ), document.title );
    }
}
