  
if(window.location.href == 'http://people.cs.uchicago.edu/~mpschaef/climbpics/font2/pictureframe.html#1'){
  document.write('<tr>')
  document.write('<td><img src=\"font1.jpg\"></td>')
  document.write('</tr>')
  document.write('<tr>')
  document.write('<td class=\"bodytext\">A tasty boulder on a perfect day at Mont Aigu. There are two great problems on this block.</td>')
  document.write('</tr>') 
 }

else if (window.location.href == 'http://people.cs.uchicago.edu/~mpschaef/climbpics/font2/pictureframe.html#2'){
  document.write('<tr>')
  document.write('<td><img src=\"font2.jpg\"></td>')
  document.write('</tr>')
  document.write('<tr>')
  document.write('<td class=\"bodytext\">On problem one, Merrick struggles to maintain tension setting up for the next move.</td>')
  document.write('</tr>') 
 }
 
 
else if (window.location.href == 'http://people.cs.uchicago.edu/~mpschaef/climbpics/font2/pictureframe.html#3'){
   document.write('<tr>')
   document.write('<td><img src=\"font3.jpg\"></td>')
   document.write('</tr>')
   document.write('<tr>')
   document.write('<td class=\"bodytext\">After sending problem two standing, Rob makes the throw to add a sit start on the problem.</td>')
   document.write('</tr>') 
 }
 
else if (window.location.href == 'http://people.cs.uchicago.edu/~mpschaef/climbpics/font2/pictureframe.html#4'){
  document.write('<tr>')
  document.write('<td><img src=\"font4.jpg\"></td>')
  document.write('</tr>')
  document.write('<tr>')
  document.write('<td class=\"bodytext\">Merrick sets up for the tricky mantle at the top of the second problem.</td>')
  document.write('</tr>') 
 }
 
 
else if (window.location.href == 'http://people.cs.uchicago.edu/~mpschaef/climbpics/font2/pictureframe.html#5'){
   document.write('<tr>')
   document.write('<td><img src=\"font5.jpg\"></td>')
   document.write('</tr>')
   document.write('<tr>')
   document.write('<td class=\"bodytext\">After completeing the good lines on that boulder, we turn to look down the trail to see if there are any more. There are. </td>')
   document.write('</tr>') 
 }


