function LoadIPR (){
var leftIPR = '<div class="SubRightCol_Story" style="margin-bottom: 15px;">'
	+  '<span class="header">Investor Presentations</span><br /><br />'
	+  '<strong>07/23/08</strong>'
	+  '<ul class="RightColList">'
	+  '<li><a href="data/p080723a.pdf">Fixed Income Investor Review</a></li>'
	+  '<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?p=irol-eventDetails&c=97076&eventID=1871455">Webcast Replay</a></li>'
	+  '<li><a href="http://podcasting.thomson.com.edgesuite.net/16265/2008/July/C/C_7.23.08.mp3">MP3 Download</a></li>'
	+  '</ul>'
	+  '<div id="presarchivelink"><a href="pres.htm">Click here for more</a></div>'
	+  '</div>';
document.getElementById("leftNavIPR").innerHTML = leftIPR;
}