

tj$.rotator.supplyData(

    {


      interval : 4000,  //mseconds
      interleave_swapping : false, 
      data : [          //to be rotated

  


           //---------- item to show: ---------------------------------------------------------------------------
	/*
           { 
             image : '',
             text : { title : '',
                      message :  "Your Yoga Studio canceled because of the weather? Do custom yoga at home!"
                    },
             effect :  {  
                   interval : 30,
                   prop : [ 
                        { start : 0.01,  increment : 0.01,  finalv : 0.99, unhide : true, attr : 'opacity' }
                   ]
             } 
           },
*/
           //---------- item to show: ---------------------------------------------------------------------------
           { 
             image : '',
             text : { title : '',
                      message :  "YogaTailor creates custom personalized yoga workouts for you , maximizing the benefits within your available time and ability"
                    },
             effect :  {  
                   interval : 30,
                   prop : [ 
                        { start : 0.01,  increment : 0.01,  finalv : 0.99, unhide : true, attr : 'opacity' }
                   ]
             } 
           },


           //---------- item to show: ---------------------------------------------------------------------------
           { 
             image : '',
             text : { title : '',
                      message :  "Yoga keeps you fit , healthy and happy. Benefits include better muscle tone, weight loss, enhanced immunity,relaxed sleep patterns, reduction in stress..."
                    },
             effect :  {  
                   interval : 30,
                   prop : [ 
                        { start : 0.01,  increment : 0.01,  finalv : 0.99, unhide : true, attr : 'opacity' }
                   ]
             } 
           },


           //---------- item to show: ---------------------------------------------------------------------------
           { 
             image : '',
             text : { title : '',
                      message :  "Say goodbye to driving and your baby sitter, say hello to online yoga. With a press of a button get custom-fit yoga videos that you can do at your own time and pace" 
                    },
             effect :  {  
                   interval : 30,
                   prop : [ 
                        { start : 0.01,  increment : 0.01,  finalv : 0.99, unhide : true, attr : 'opacity' }
                   ]
             } 
           },


           //---------- item to show: ---------------------------------------------------------------------------
           { 
             image : '',
             text : { title : '',
                      message :  "Get best of both worlds,Get personal yoga workouts from the convenience of your home. Try for FREE! Only $7.99 per month after free trial"
                    },
             effect :  {  
                   interval : 30,
                   prop : [ 
                        { start : 0.01,  increment : 0.01,  finalv : 0.99, unhide : true, attr : 'opacity' }
                   ]
             } 
           }



      ]
    }).initMoving();


