var cText = ''
cText += '<div class="left">'
cText += '<div id="logo"> </div>'
cText += '<p>&nbsp; </p>'
cText += '<p>&nbsp; </p>'
cText += '<div id="navigation">'
cText += '<a href="index.html">Home</a><br>'
cText += '<br>'
cText += '<a href="cfp.html">Call for Papers</a><br>'
cText += '<br>'
cText += '<a href="comm.html">Committees</a><br>'
cText += '<br>'
cText += '<a href="instructions.html">Camera Ready Instructions</a><br>'
cText += '<br>'
cText += '<a href="program.html">Technical Program</a><br>'
cText += '<br>'
cText += '<a href="reg.html">Registration</a><br>'
cText += '<br>'
cText += '<a href="visa.html">Visa Information</a><br>'
cText += '<br>'
cText += '<a href="http://www.cs.uiuc.edu">Venue</a><br>'
cText += '<br>'
cText += '<a href="local.html">Local Information</a><br>'
cText += '<br>'
cText += '<a href="http://www.nossdav.org">Past NOSSDAV WORKSHOPS</a><br>'
cText += '</div></div></div>'
document.write(cText)
