var cText = ''
    cText += '<tr>'
		cText += '<td style="padding-right:5px;height:10px;">&nbsp;'
		cText += '</td>'
	cText += '</tr>'
	
	cText += '<tr>'
		cText += '<td style="padding-right:5px;height:10px;">'
			cText += '<a href="JobPlacement.htm" class="a">'
				cText += 'Job Placement'
			cText += '</a>'
		cText += '</td>'
	cText += '</tr>'
	
	cText += '<tr>'
		cText += '<td style="padding-right:5px;height:10px;">'
				cText += '<a href="Testimonials.htm" class="a">'
				cText += 'Student Testimonials'
				cText += '</a>'
		cText += '</td>'
	cText += '</tr>'
	
	cText += '<tr>'
		cText += '<td style="padding-right:5px;height:10px;">'
			cText += '<a href="classrequest.asp" class="a">'
				cText += 'Classroom Rental'
			cText += '</a>'
		cText += '</td>'
	cText += '</tr>'
	
	cText += '<tr>'
		cText += '<td style="padding-right:5px;height:10px;">'
			cText += '<a href="RequestBrochure.htm" class="a">'
				cText += 'Download Brochures'
			cText += '</a>'
		cText += '</td>'
	cText += '</tr>'
	
	cText += '<tr>'
		cText += '<td style="padding-right:5px;height:10px;">'
			cText += '<a href="register.asp" class="a">'
				cText += 'Request Information'
			cText += '</a>'
		cText += '</td>'
	cText += '</tr>'
	
document.write(cText)
