// ABSelect // Bookmarklet to load ABSelect.txt //javascript:(function(){if(location.host.indexOf('runbox')<0){alert('Not a Runbox site!')}else{n=self.name;r=/Runbox/;if(n.match(r)){n=n.replace(r,'ABSelect')}else{n=''}wn=window.open('',n,'width=300,height=200,left=20,top=20');(D=wn.document).write('Please Wait...');if(navigator.userAgent.indexOf('Opera')>=0)D.close();}})(); if(!opener.document.send){ alert('Not Available From This Page'); self.close(); }else{ is_IE=is_Opera=is_Mozilla=false;if(navigator.userAgent.indexOf('Opera')>=0){is_Opera=true}else if(navigator.userAgent.indexOf('MSIE')>=0){is_IE=true}else if(navigator.userAgent.indexOf('Mozilla')>=0){is_Mozilla=true} is_RunboxCom=is_RunboxNo=is_RunboxFast=false;if(location.host.indexOf('runbox.com')>=0){is_RunboxCom=true}else if(location.host.indexOf('runbox.no')>=0){is_RunboxNo=true}else if(location.host.indexOf('fast.runbox.com')>=0){is_RunboxFast=true} PROGRAM='ABSelect'; VERSION='2003.09.20.1'; HTML = "\n\nSelect Address\n\n\n\n\n

\nAccessing Address Book\n

\n \n
\n

\n\n\n\n\n

"+PROGRAM+"
"+VERSION+"
Copyright © 2003
Richard Carver

\n\n\n\n\n\n"; self.name=PROGRAM; document.write(HTML); document.close(); }