var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-563-107-wrapper';
wsContentVar += '{';
wsContentVar += '     font-size:x-small;';
wsContentVar += '     color:#4D5258;';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-563-107-evenrow';
wsContentVar += '{';
wsContentVar += '     font-size:x-small;';
wsContentVar += '     color:#4D5258;';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-563-107-oddrow';
wsContentVar += '{';
wsContentVar += '     font-size:x-small;';
wsContentVar += '     color:#4D5258;';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-563-107-desc';
wsContentVar += '{';
wsContentVar += '     font-size:x-small;';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-563-107-title';
wsContentVar += '{';
wsContentVar += '     font-size:x-small;';
wsContentVar += '     color:#4D5258;';
wsContentVar += '     margin-bottom:-5px;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-563-107-titlelink';
wsContentVar += '{';
wsContentVar += '     font-size:x-small;';
wsContentVar += '     color:#4D5258;';
wsContentVar += '     margin-bottom:-5px;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '     ';
wsStyleVar.setAttribute('type', 'text/css');
if (wsStyleVar.styleSheet)
{   // IE
    wsStyleVar.styleSheet.cssText = wsContentVar;
}
else
{                // the world
    var tt1 = document.createTextNode(wsContentVar);
    wsStyleVar.appendChild(tt1);
}
var wsHeadVar = document.getElementsByTagName('head')[0];
wsHeadVar.appendChild(wsStyleVar);
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-title\">");
document.write("<a href=\"http://www.ncsa.uiuc.edu/UserInfo/Data/MSS/Doc/#access\" class=\"edu-uiuc-webservices-pc-563-107-titlelink\">SSH Added to NCSA's Mass Storage System Access</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-desc\"><p>Access to the NCSA Mass Storage System is now available via SSH-based transfer clients. In addition to FTP, users can use SSH to log in to accounts and use UNIX command line utilities and basic shell scripting. Each of NCSA's production resources has a dedicated, high-speed connection to MSS.</p></div>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-evenrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-title\">");
document.write("<a href=\"http://www.ncsa.uiuc.edu/UserInfo/Training/Workshops/CUDA/\" class=\"edu-uiuc-webservices-pc-563-107-titlelink\">NCSA offers 'Introduction to CUDA' webinar</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-desc\"><p>The webinar will provide an introduction to using the CUDA software environment on Lincoln, the TeraGrid's only GPU resource. Some simple CUDA programs will be run with code walk-throughs explaining the CUDA basics; debugging techniques will be demonstrated using gdb with CUDA in device emulation mode; and a CUDA program will be combined with MPI to show how both of these high-performance computing tools can be used together. Hands-on participant activities will not be supported during the session but participants are welcome to download the example programs to use for practice after the workshop. For full details, including registration, see: <a href='http://www.ncsa.uiuc.edu/UserInfo/Training/Workshops/CUDA/'>http://www.ncsa.uiuc.edu/UserInfo/Training/Workshops/CUDA/</a></p></div>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-title\">");
document.write("<a href=\"http://www.ncsa.uiuc.edu/News/08/0908NCSAto.html\" class=\"edu-uiuc-webservices-pc-563-107-titlelink\">NCSA to add 47 teraflops of compute power with new heterogeneous system</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-563-107-desc\"><p>NCSA is installing a new high-performance system, called Lincoln, that will deliver peak performance of 47.5 teraflops when it comes online in October. Lincoln will consist of 192 compute nodes (Dell PowerEdge 1950 III dual-socket nodes with quad-core Intel Harpertown 2.33GHz processors and 16GB of memory) and 96 NVIDIA Tesla S1070 accelerator units.</p></div>");
document.write("</div>");
document.write("</div>");
