function JSAddFavorite()
{

if ( window.sidebar && "object" == typeof( window.sidebar ) && "function" == typeof( window.sidebar.addPanel ) )

{

// firefox

window.sidebar.addPanel( '北京圣天龙科技有限公司', 'http://www.sntaro.com/', '' );

}

else if ( document.all && "object" == typeof( window.external ) )

{

// ie

window.external.addFavorite( 'http://www.sntaro.com/', '北京圣天龙科技有限公司' );

}

}
