<!--Hide from JS-Impaired Browsers
// This file sets up the capability to bookmark a page just by clicking the reference
/**************************************************** 
     AUTHOR: WWW.CGISCRIPT.NET, LLC 
     URL: http://www.cgiscript.net 
     Use the script, just leave this message intact. 
     Download your FREE CGI/Perl Scripts today! 
     ( http://www.cgiscript.net/scripts.htm ) 
****************************************************/ 

var url = "http://www.geocities.com/rlbecker/indexnoframe.htm"; 
var title = "Dick Becker's Radio LIVE on the Internet"; 

function bookmark(){ 
if(document.all) 
window.external.AddFavorite(url,title) 
} 

// --> 
