function sayit(){if(navigator.appName=="Microsoft Internet Explorer"){if(window.getSelection){var A=window.getSelection()}else{if(document.all){rng=document.selection.createRange();A=rng.text}}}else{var A=window.getSelection()}if(document.rs_form){if(window.location.href){document.rs_form.url.value=window.location.href}else{if(document.location.href){document.rs_form.url.value=document.location.href}}document.rs_form.rstext.value=A}}function copyselected(){setTimeout("sayit()",50);return true}function readPage(){if(document.rs_form){if(document.rs_form.url.value==""){if(window.location.href){document.rs_form.url.value=window.location.href}else{if(document.location.href){document.rs_form.url.value=document.location.href}}}if(document.rs_form.rstext.value!=""){document.rs_form.submit()}else{window.open("http://asp.readspeaker.net/cgi-bin/snsrsone?customerid=1003615&id=3&url="+document.rs_form.url.value,"Readspeaker","height=110,width=350,top=0,left=0,screenX=0,screenY=0,innerHeight=110,innerWidth=350")}}}document.onmouseup=copyselected;document.onkeyup=copyselected;