﻿// JScript File
var iText = ''	
    iText  += '<td valign="top" colspan="3" class="banner-subheader">'
        iText  += '<table cellspacing="0" cellpadding="0" width="100%" border="0">'
            iText  += '<tr>'
                iText  += '<td align="left" valign="top">&nbsp;'
                iText  += '</td>'
                iText  += '<td align="right" valign="top">'
                    iText  += '<table height="100%" border="0" cellspacing="6" cellpadding="0">'	    
                    iText += '<tr>'
		                iText += '<td style="height:10px;">&nbsp;'
		                iText += '</td>'
	                iText += '</tr>'
	                iText += '<tr>'
		                iText += '<td style="height:10px;">'
			                iText += '<a href="JobPlacement.htm" class="a">'
				                iText += 'Job Placement'
			                iText += '</a>'
		                iText += '</td>'
	                iText += '</tr>'
                	
	                iText += '<tr>'
		                iText += '<td style="height:10px;">'
				                iText += '<a href="Testimonials.htm" class="a">'
				                iText += 'Student Testimonials'
				                iText += '</a>'
		                iText += '</td>'
	                iText += '</tr>'
                	
	                iText += '<tr>'
		                iText += '<td style="height:10px;">'
			                iText += '<a href="classrequest.asp" class="a">'
				                iText += 'Classroom Rental'
			                iText += '</a>'
		                iText += '</td>'
	                iText += '</tr>'
            	
	                iText += '<tr>'
		                iText += '<td style="height:10px;">'
			                iText += '<a href="RequestBrochure.htm" class="a">'
				                iText += 'Download Brochures'
			                iText += '</a>'
		                iText += '</td>'
	                iText += '</tr>'
                	
	                iText += '<tr>'
		                iText += '<td style="height:10px;">'
			                iText += '<a href="register.asp" class="a">'
				                iText += 'Request Information'
			                iText += '</a>'
		                iText += '</td>'
	                iText += '</tr>'
	            iText  += '</table>'
                iText  += '</td>'
            iText  += '</tr>'
        iText  += '</table>'
    iText  += '</td>'
document.write(iText)


