/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "body > table:nth-child(2) > tbody > tr:nth-child(1) > td:nth-child(2) > img:nth-child(1)": [
            ["style", "opacity", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1020,
         labels: {

         },
         timeline: [
            { id: "eid1", tween: [ "style", "body > table:nth-child(2) > tbody > tr:nth-child(1) > td:nth-child(2) > img:nth-child(1)", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid3", tween: [ "style", "body > table:nth-child(2) > tbody > tr:nth-child(1) > td:nth-child(2) > img:nth-child(1)", "opacity", '1', { fromValue: '0'}], position: 505, duration: 515 }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-67726462");

