//<!--
function bookmarkPage(t) {
if (window.external) {window.external.AddFavorite(document.location.href, document.title); } 
 else if (window.opera ||window.sidebar) { 	
    if (t.rel == "sidebar") { t.href = location.href; t.title = document.title; } else 
     { alert('To bookmark this page, click "OK" below    \nand then press CTRL-T on your keyboard1.'); } 
    } else { alert('To bookmark this page, click "OK" below    \nand then press CTRL-D on your keyboard.\n(Macintosh users press Command-D.)'); }
}
//-->

