<?xml version="1.0" encoding="UTF-8"?>  
<!-- This file was written by the JAVA GraphML Library. -->  
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"   
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
         xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns 
           http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"  
         xmlns:y="http://www.yworks.com/xml/graphml">  
  <key id="d0" for="node" yfiles.type="nodegraphics"/>  
  <key id="d1" for="edge" yfiles.type="edgegraphics"/>  
  <graph id="G" edgedefault="directed">  
    <node id="n0">  
      <data key="d0">  
        <y:ShapeNode>  
          <y:Geometry x="170.5" y="-15.0" width="59.0" height="30.0"/>  
          <y:Fill color="#CCCCFF" transparent="false"/>  
          <y:BorderStyle type="line" width="1.0" color="#000000"/>  
          <y:NodeLabel>January</y:NodeLabel>  
          <y:Shape type="rectangle"/>  
        </y:ShapeNode>  
      </data>  
    </node>  
    <node id="n1"/>  
    <edge id="e1" source="n1" target="n0">  
      <data key="d1">  
        <y:PolyLineEdge>  
          <y:Path sx="0.0" sy="-15.0" tx="29.5" ty="0.0">  
            <y:Point x="425.0" y="0.0"/>  
          </y:Path>  
          <y:LineStyle type="line" width="1.0" color="#000000"/>  
          <y:Arrows source="none" target="standard"/>  
          <y:EdgeLabel>Happy New Year!</y:EdgeLabel>  
          <y:BendStyle smoothed="false"/>  
        </y:PolyLineEdge>  
      </data>  
    </edge>  
  </graph>  
</graphml>
