
var hotCourseTitle1 = 'Cleaning Your Copy'
var hotCourseLink1 = 'http://www.newsu.org/courses/course_detail.aspx?id=nu_cleancopy04'
var hotCourseTitle2 = 'The Be A Reporter Game'
var hotCourseLink2 = 'http://www.newsu.org/courses/course_detail.aspx?id=knight_reportgame08'
var hotCourseTitle3 = 'News Sense: The Building Blocks of News'
var hotCourseLink3 = 'http://www.newsu.org/courses/course_detail.aspx?id=mah_newssense05'

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>");

