$(document).ready(function(){
  
//$("#EducationWrapper a").prepend("<img src='http://lib.store.yahoo.net/lib/ehobbies-com/educationarrowback.jpg' style='display:inline; border:none;'>&nbsp;");

});


function showAnswer(b){
$(".answer").hide();

$("#"+b).show();


}
