
	var hotCourseTitle1 = 'The Be A Reporter Game'
	var hotCourseLink1 = 'http://www.newsu.org/courses/course_detail.aspx?id=knight_reportgame08'
	var hotCourseTitle2 = 'Best of Photojournalism: What Makes a Winner'
	var hotCourseLink2 = 'http://www.newsu.org/courses/course_detail.aspx?id=nppa_bop06'
	var hotCourseTitle3 = 'The Lead Lab'
	var hotCourseLink3 = 'http://www.newsu.org/courses/course_detail.aspx?id=nu_leadlab04'

document.write("<li><a href='"+hotCourseLink1+"'>"+hotCourseTitle1+"</li>");
document.write("<li><a href='"+hotCourseLink2+"'>"+hotCourseTitle2+"</li>");
document.write("<li><a href='"+hotCourseLink3+"'>"+hotCourseTitle3+"</li>");

