var content = clipboardData.getData("Text");
if (content!=null) {
document.write("<center><font face='Arial,Helvetica,Geneva,Swiss,SunSans-Regular' size=3 color=red>Here Is The Text We Grabbed From Your Clipboard:</font> <br><br><span style='background-color: #FFFF00'>");
document.write(content);
document.write("</span><p></p>");
}
else {document.write('<center>GOOD NEWS - no text was found on your clipboard. You can skip the info below - but still be careful out there!</centeR><br><br>');}
