function bookmark() {	if(window.sidebar) { window.sidebar.addPanel(document.title,document.location.href,""); }	else if( document.all ) { window.external.AddFavorite(document.location.href,document.title); }	else { alert("Rất tiếc! Trình duyệt của bạn không hỗ trợ đặt Bookmark!"); }}function setHomepage(){ if (document.all)    {        document.body.style.behavior='url(#default#homepage)';		document.body.setHomePage('http://www.tapchithue.com/');     }    else if (window.sidebar)    {    if(window.netscape)    {         try   {              netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");           }           catch(e)           {      alert("This action was aviod by your browser，If you want to enable，Please enter about:config in your address line,and change the value of signed.applets.codebase_principal_support to true");           }    }     var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);    prefs.setCharPref('browser.startup.homepage','http://www.tapchithue.com/'); }}function bookmarksite(title, url){	if (document.all)	window.external.AddFavorite(url, title);	else if (window.sidebar)	window.sidebar.addPanel(title, url, "")}function GoCategory(objCat){	window.open(objCat, '_top', '');}function footer() {	document.writeln('');}function left(){	document.writeln('');}function right(){	document.writeln('');}
