function addBookmark(title,url) { if (window.sidebar) { window.sidebar.addPanel(title, url,""); } else if( document.all ) { window.external.AddFavorite( url, title); } else if( window.opera && window.print ) { return true; } } function clk(site) { if (document.images) { (new Image()).src="/action/sendto.cfm?site=" + escape(site) + "&rand=" + (1 + Math.floor(Math.random() * 9000)); } return true; } function lclk(site) { if (document.images) { (new Image()).src="/action/sendto2.cfm?site=" + escape(site) + "&rand=" + (1 + Math.floor(Math.random() * 9000)); } return true; } function guestdeny(){ alert("Members Only. Registration is free. No spam or newsletters."); }