r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"541px",
  "height":"212px",     
  "animation_resolution":50,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"img/pause.gif",
  "play_image":"img/play.gif",
  
  
  "textbox_background":"#000000",
  "textbox_opacity":0.5,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - Changes
    //*************************
    {
    
      //when adding text to an animation, add a '\' to the end of the line
      //avoid using " tokens in your HTML, use ' or \" instead      
      "text":"<b>Trancesolutions - New Farm Hypnotherapy</b><br/>\
              Hypnotherapy, the natural, drug free path to positive change.",
              
      "text_height":"23%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":10,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":3,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"images/changes.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.trancesolutions.com/",
      "target" : "window",            //options: window, none
      
      
      
      "width":"541px",
      "height":"212px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
      
    },
    
    
    //*************************
    //SLIDE 2 - People
    //*************************
    {
      "text":"<b>Motivation and Success</b><br/>\
      Use the power of your inner mind to achieve your potential.<br/>\
      ",
              
      "text_height":"23%",
      "text_animation":"slide_from_top",
      
      "exposure_length":10,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/people.jpg",
      "link_to" : "http://www.trancesolutions.coma/",
      "target" : "main",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Future
    //*************************
    {
      "text":"<b>'The best way to predict your future is to create it' (Unknown).</b><br/>\
              Using your creative imagination is a powerful way to build a different future.<br/>\
              Hypnotherapy puts you in control of positive change.<br/>\
              ",

      "text_height":"27%",
      "text_animation":"slide_from_left",
      
      "exposure_length":10,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/future.jpg",
      "link_to" : "http://www.trancesolutions.com/",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Road
    //*************************
    {
      "text":"<b>'The journey of a thousand miles starts with one step' (Lao Tzu)</b><br/>\
      Success is a journey not a destination, and the doing is often more<br/>\ important that the outcome.<br/>\
      ",
      "text_height":"25%",
      "text_animation":"slide_from_right",
      "exposure_length":10,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/road.jpg",
      "link_to":"http://www.trancesolutions.com/",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

