function res2()
{
  var title2  = "Research and Statistics";
  document.getElementById("contentInnerHeader").innerHTML = title2;
 
  var output2  = "<ul><li><a href=\"";
      output2 += "pdf/BuildingTransitionsfromHSchooltoCollegeandCareersforKY";
	  output2 += "Youth(SREB).pdf\"";
	  output2 += "target=\""; 
	  output2 += "_blank\"";
	  output2 += ">Building Transitions from High School to College and Careers For Kentucky";
	  output2 += "&rsquo\;";
	  output2 += "s Youth</a> <img src=\"images/pdficon_small.gif\" alt=\"PDF document icon\" width=\"17\" height=\"17\" /></li><li><a href=\"";
	  output2 += "pdf/DualEnrollmentTaskForceStudyResults(KY).pdf\"";
	  output2 += " target= \"";
	  output2 += "_blank\"";
	  output2 += ">Dual Enrollment Task Force, Study, and Preliminary Survey Results (KY)</a> <img src=\"images/pdficon_small.gif\" alt=\"PDF document icon\" width=\"17\" height=\"17\" /></li><li><a href= \""; 
	  output2 += "pdf/FactorsThatPredictStudentPerfinDualCreditCoursesinKY.pdf\"";
	  output2 += " target= \"";
	  output2 += " _blank\"";
	  output2 += ">Factors That Predict Student Performance in Dual Credit Courses in Kentucky Community and Technical Colleges</a> <img src=\"images/pdficon_small.gif\" alt=\"PDF document icon\" width=\"17\" height=\"17\" /></li><li><a href= \"";
	  output2 += "pdf/TheDualEnrollmentofHSStudentsinPostEdinKY.pdf\"";
	  output2 += " target= \"";
	  output2 += " _blank\"";
	  output2 += " >The Dual Enrollment of High School Students in Postsecondary Education in Kentucky, 2001 ";
	  output2 += "&ndash;";
	  output2 += " 02 to 2004 ";
	  output2 += "&ndash;";
	  output2 += " 05</a> <img src=\"images/pdficon_small.gif\" alt=\"PDF document icon\" width=\"17\" height=\"17\" /></li><li><a href= \"";
	  output2 += "pdf/TrendsAmongHSSeniors7204.pdf\"";
	  output2 += " target= \"";
	  output2 += " _blank\"";
	  output2 += ">Trends Among High School Seniors 1972 ";
	  output2 += "&ndash;";
	  output2 += " 2004</a> <img src=\"images/pdficon_small.gif\" alt=\"PDF document icon\" width=\"17\" height=\"17\" /></li></ul>";
	  
  document.getElementById("resources").innerHTML = output2;
  
 
}

function res3()
{
  var title3  = "In the News";
  document.getElementById("contentInnerHeader").innerHTML = title3;
 
  var output3  = "<ul>";
      output3 += "<li><a href=\"http://www.wbko.com/home/headlines/8421362.html\">Replacing Summer Jobs for College Credit</a></li>";
	  output3 += "<li><a href=\"http://www.usnews.com/articles/education/2008/06/26/more-high-school-kids-take-college-classes.html\">More High School Kids Take College Classes</a></li>";
	  output3 += "<li><a href=\"http://www.nytimes.com/2006/01/08/education/edlife/collegecredit.html?_r=1&oref=slogin\">The College Try: Getting Credit Before You Get There</a></li>";
	  output3 += "</ul>";
	  
  document.getElementById("resources").innerHTML = output3;
}