// JavaScript Document

var iNeedTo = new Array()
iNeedTo[0] = '<span ><a href="/int/automate_transfers.html" >automate</a> or script secure file transfers.</span>'
iNeedTo[1] = '<span ><a href="/int/remote_access.html" >remotely access</a> machines over the Internet.</span>'
iNeedTo[2] = '<span ><a href="/int/replace_telnet.html" >replace</a> nonsecure Telnet.</span>'
iNeedTo[3] = '<span ><a href="/int/replace_ftp.html" >replace</a> nonsecure FTP.</span>'
iNeedTo[4] = '<span >securely download and upload files with <a href="/int/drag_n_drop.html" >simple drag and drop.</a></span>'
iNeedTo[5] = '<span ><a href="/int/check_email.html" >connect</a> from the road to check e-mail.</span>'
iNeedTo[6] = '<span >allow users to <a href="/int/transfer_files.html" >transfer files</a> with limited access.</span>'
iNeedTo[7] = '<span >lock down my <a href="/int/lock_firewall.html" >firewall</a>.</span>'
iNeedTo[8] = '<span >protect my <a href="/int/private_data.html" >private data</a>.</span>'
iNeedTo[9] = '<span >use strong <a href="/int/strong_encryption.html" >encryption</a>.</span>'
iNeedTo[10] = '<span ><a href="/int/terminal_emulation.html" >connect to hosts</a> with a variety of terminal emulations.</span>'
iNeedTo[11] = '<span>get a  commercially supported UNIX <a href="/int/secure_shell_unix.html">Secure Shell server</a>.</span>'
iNeedTo[12] = '<span>comply with <a href="/int/use_fips.html" >FIPS 140-2</a>.</span>'

var newNeed = Math.floor(Math.random()*(iNeedTo.length))
document.write(iNeedTo[newNeed])


