
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("<tr><th>1.</th><td><a href='"+hotCourseLink1+"'>"+hotCourseTitle1+"</a></td></tr>");
document.write("<tr><th>2.</th><td><a href='"+hotCourseLink2+"'>"+hotCourseTitle2+"</a></td></tr>");
document.write("<tr><th>3.</th><td><a href='"+hotCourseLink3+"'>"+hotCourseTitle3+"</a></td></tr>");

