//[ADD_TO_FAV]

function addfav(url,title) {if(url=='')url=location.href;if(title=='')title=document.title;var agt=navigator.userAgent.toLowerCase();if(agt.indexOf("opera")!= -1) alert('Press CTRL-T to add this page to favorites');else if(document.all) window.external.AddFavorite(url,title);else if(window.sidebar) window.sidebar.addPanel(title,url, "");}

//[END]

