<html>
  <head>
<title></title>
   <script language="javascript" src="http://www.google.com/jsapi"></script>
   </head>
   <body>
<style media="print" type="text/css">
@media print
{
body * { visibility: hidden; }
#divPrint * { visibility: visible; }
#divPrint { position: absolute; top: 40px; left: 30px; }
}
</style>
   <div id="chart"></div>
   <div id="divPrint"><a href="javascript:void(processPrint('chart'));" style="float:right;" class="Normal">
 <img src="Images/action_print.gif" alt="Print" />
    </a></div>
   <script type="text/javascript">
      var queryString = '';
      var dataUrl = '';
      function onLoadCallback() {
        if (dataUrl.length > 0) {
          var query = new google.visualization.Query(dataUrl);
          query.setQuery(queryString);
          query.send(handleQueryResponse);
        } else {
          var dataTable = new google.visualization.DataTable();
          dataTable.addRows(63);
          dataTable.addColumn('number');
          dataTable.setValue(0, 0, 140.3763);
          dataTable.setValue(1, 0, 140.3905);
          dataTable.setValue(2, 0, 140.3656);
          dataTable.setValue(3, 0, 140.4118);
          dataTable.setValue(4, 0, 140.3782);
          dataTable.setValue(5, 0, 140.3968);
          dataTable.setValue(6, 0, 140.4142);
          dataTable.setValue(7, 0, 140.4335);
          dataTable.setValue(8, 0, 140.5051);
          dataTable.setValue(9, 0, 140.5827);
          dataTable.setValue(10, 0, 140.6067);
          dataTable.setValue(11, 0, 140.6214);
          dataTable.setValue(12, 0, 140.6149);
          dataTable.setValue(13, 0, 140.6471);
          dataTable.setValue(14, 0, 140.6486);
          dataTable.setValue(15, 0, 140.6498);
          dataTable.setValue(16, 0, 140.5855);
          dataTable.setValue(17, 0, 140.5513);
          dataTable.setValue(18, 0, 140.6123);
          dataTable.setValue(19, 0, 140.7613);
          dataTable.setValue(20, 0, 140.7603);
          dataTable.setValue(21, 0, 140.791);
          dataTable.setValue(22, 0, 140.8314);
          dataTable.setValue(23, 0, 140.8281);
          dataTable.setValue(24, 0, 140.9019);
          dataTable.setValue(25, 0, 140.8795);
          dataTable.setValue(26, 0, 140.8913);
          dataTable.setValue(27, 0, 141.0389);
          dataTable.setValue(28, 0, 141.071);
          dataTable.setValue(29, 0, 141.2249);
          dataTable.setValue(30, 0, 141.167);
          dataTable.setValue(31, 0, 141.1836);
          dataTable.setValue(32, 0, 141.236);
          dataTable.setValue(33, 0, 141.2303);
          dataTable.setValue(34, 0, 141.255);
          dataTable.setValue(35, 0, 141.2927);
          dataTable.setValue(36, 0, 141.3732);
          dataTable.setValue(37, 0, 141.4567);
          dataTable.setValue(38, 0, 141.4795);
          dataTable.setValue(39, 0, 141.5039);
          dataTable.setValue(40, 0, 141.4508);
          dataTable.setValue(41, 0, 141.6071);
          dataTable.setValue(42, 0, 141.6562);
          dataTable.setValue(43, 0, 141.6799);
          dataTable.setValue(44, 0, 141.8568);
          dataTable.setValue(45, 0, 141.8699);
          dataTable.setValue(46, 0, 141.9063);
          dataTable.setValue(47, 0, 141.9618);
          dataTable.setValue(48, 0, 141.9838);
          dataTable.setValue(49, 0, 142.031);
          dataTable.setValue(50, 0, 142.0546);
          dataTable.setValue(51, 0, 142.0938);
          dataTable.setValue(52, 0, 142.1437);
          dataTable.setValue(53, 0, 142.1814);
          dataTable.setValue(54, 0, 142.1996);
          dataTable.setValue(55, 0, 142.2158);
          dataTable.setValue(56, 0, 142.3233);
          dataTable.setValue(57, 0, 142.3553);
          dataTable.setValue(58, 0, 142.3891);
          dataTable.setValue(59, 0, 142.4749);
          dataTable.setValue(60, 0, 142.5248);
          dataTable.setValue(61, 0, 142.5481);

          draw(dataTable);
        }
      }
      function draw(dataTable) {
        var vis = new google.visualization.ImageChart(document.getElementById('chart'));
        var options = {
chxl:   '0:|Apr 12|May 12|Jun 12',
chxp:   '',
chxr:   '0,1,12|1,139.3,144.2',
chxs:   '',
chxtc:  '',
chxt:   'x,y',
chs:    '600x350',
cht:    'lc',
chco:   'FF9900',
chd:    't:140.3763,140.3905,140.3656,140.4118,140.3782,140.3968,140.4142,140.4335,140.5051,140.5827,140.6067,140.6214,140.6149,140.6471,140.6486,140.6498,140.5855,140.5513,140.6123,140.7613,140.7603,140.791,140.8314,140.8281,140.9019,140.8795,140.8913,141.0389,141.071,141.2249,141.167,141.1836,141.236,141.2303,141.255,141.2927,141.3732,141.4567,141.4795,141.5039,141.4508,141.6071,141.6562,141.6799,141.8568,141.8699,141.9063,141.9618,141.9838,142.031,142.0546,142.0938,142.1437,142.1814,142.1996,142.2158,142.3233,142.3553,142.3891,142.4749,142.5248,142.5481',
chg:    '25,25',
chtt:   'KAF Bond Fund Performance Chart From April 2012 To June 2012',
chds:   '139.3,144.2',
chls:   '0.75,-1,-1'
        };
        vis.draw(dataTable, options);
      }
      function handleQueryResponse(response) {
        if (response.isError()) {
          alert('Error in query: ' + response.getMessage() + ' ' + response.getDetailedMessage());
          return;
        }
        draw(response.getDataTable());
      }
      google.load("visualization", "1", {packages:["imagechart"]});
      google.setOnLoadCallback(onLoadCallback);
    </script>
  <script type="text/javascript" language="javascript">       var gAutoPrint = true;
        function processPrint(divName) {
if (document.getElementById != null) {
var html = '<HTML>\n<HEAD>\n';
if (document.getElementsByTagName != null) {
    var headTags = document.getElementsByTagName("head");
if (headTags.length > 0) html += headTags[0].innerHTML;
}
html += '\n</HE' + 'AD>\n<BODY>\n';
var printReadyElem = document.getElementById(divName);
if (printReadyElem != null) html += printReadyElem.innerHTML;
else {
alert("Error, no contents.");
return;
}
html += '\n</BO' + 'DY>\n</HT' + 'ML>';
var printWin = window.open("", "processPrint");
printWin.document.open();
printWin.document.write(html);
printWin.document.close();
if (gAutoPrint) printWin.print();
} else alert("Browser not supported.");
}
</script>
  </body>
</html>
