/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'twiflash1',
            className:'stage_twiflash1_id',
            type:'image',
            tag:'img',
            rect:[0,0,450,230],
            fill:['rgba(0,0,0,0)','images/twiflash1.png']
        },
        {
            id:'twiflash2',
            className:'stage_twiflash2_id',
            type:'image',
            tag:'img',
            rect:[0,0,450,230],
            fill:['rgba(0,0,0,0)','images/twiflash2.png']
        },
        {
            id:'twiflash3',
            className:'stage_twiflash3_id',
            type:'image',
            tag:'img',
            rect:[0,0,450,230],
            fill:['rgba(0,0,0,0)','images/twiflash3.png']
        },
        {
            id:'twiflash4a',
            className:'stage_twiflash43_id',
            type:'image',
            tag:'img',
            rect:[0,0,450,230],
            fill:['rgba(0,0,0,0)','images/twiflash4.png']
        },
        {
            id:'twiflash5',
            type:'image',
            tag:'div',
            rect:[0,0,450,230],
            fill:['rgba(0,0,0,0)','images/twiflash5.png']
        },
        {
            id:'twiflash6',
            type:'image',
            tag:'div',
            rect:[0,0,450,230],
            fill:['rgba(0,0,0,0)','images/twiflash6.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_twiflash2}": [
            ["style", "opacity", '0']
         ],
         "${_twiflash1}": [
            ["style", "opacity", '0']
         ],
         "${_twiflash5}": [
            ["style", "opacity", '0']
         ],
         "${_twiflash6}": [
            ["style", "opacity", '0']
         ],
         "${_twiflash3}": [
            ["style", "opacity", '0']
         ],
         "${_twiflash4a}": [
            ["style", "opacity", '0']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,1.00)'],
            ["style", "width", '450px'],
            ["style", "height", '230px'],
            ["style", "overflow", 'hidden']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 25000,
         labels: {

         },
         timeline: [
            { id: "eid39", tween: [ "style", "${_twiflash5}", "opacity", '1', { fromValue: '0'}], position: 16000, duration: 1000 },
            { id: "eid40", tween: [ "style", "${_twiflash5}", "opacity", '0', { fromValue: '1'}], position: 20000, duration: 1000 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '450px', { fromValue: '450px'}], position: 0, duration: 0 },
            { id: "eid36", tween: [ "style", "${_twiflash4a}", "opacity", '1', { fromValue: '0'}], position: 12000, duration: 1000 },
            { id: "eid37", tween: [ "style", "${_twiflash4a}", "opacity", '0', { fromValue: '1'}], position: 16000, duration: 1000 },
            { id: "eid4", tween: [ "style", "${_twiflash1}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1000 },
            { id: "eid5", tween: [ "style", "${_twiflash1}", "opacity", '0', { fromValue: '1'}], position: 4000, duration: 1000 },
            { id: "eid42", tween: [ "style", "${_twiflash6}", "opacity", '1', { fromValue: '0'}], position: 20000, duration: 1000 },
            { id: "eid46", tween: [ "style", "${_twiflash6}", "opacity", '0', { fromValue: '1'}], position: 24000, duration: 1000 },
            { id: "eid30", tween: [ "style", "${_twiflash3}", "opacity", '1', { fromValue: '0'}], position: 8000, duration: 1000 },
            { id: "eid31", tween: [ "style", "${_twiflash3}", "opacity", '0', { fromValue: '1'}], position: 12000, duration: 1000 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '230px', { fromValue: '230px'}], position: 0, duration: 0 },
            { id: "eid24", tween: [ "style", "${_twiflash2}", "opacity", '1', { fromValue: '0'}], position: 4000, duration: 1000 },
            { id: "eid27", tween: [ "style", "${_twiflash2}", "opacity", '0', { fromValue: '1'}], position: 8000, duration: 1000 }]
      }
   }
}};

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-164266404");

