r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"325px",
  "height":"435px",     
  "animation_resolution":30,           //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 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>We have all seen this image. A tree ready to be taken down and disposed of.</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic1.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 2 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Wood From The Hood collects trees for reclaimation.</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic2.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 3 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Tree being loaded onto the sawmill</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic3.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 4 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>First cuts create beautiful slabs of wood</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic4.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 5 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>The inner beauty of the tree is exposed.</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic5.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 6 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Wood slabs are then milled further to become flooring and other products.</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic6.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 7 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Each board can be tracked to the zip code </br>where it came from.</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic7.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 8 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Elm flooring is a beautiful thing.</b>",
              
      "text_height":"8%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic8.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 9 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Other products of Wood From The Hood include Picture Frames, Coasters, Cutting Boards, and Cribbage Boards.</b>",
              
      "text_height":"11%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic9.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 10 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Wood From The Hood plants a tree to replace one lost to disease.</b>",
              
      "text_height":"11%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic10.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"325px",
      "height":"435px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 11 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Rick and Cindy with Elmer The Elm at the tree planting during Kings Fair, 2009.</b>",
              
      "text_height":"11%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic11.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"408px",
      "height":"435px",
      
      "animation":"slide_right_and_left",
      									  //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    },
  
    //*************************
    //SLIDE 12 - No movement
    //*************************
    {
    
      //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 style='color:white;font-size:12px'>Rick, Cindy, and Jon. Reclaiming wood one tree at a time.</b>",
              
      "text_height":"11%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":7,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"img/pic12.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : " ",
      //"target" : "window",            //options: window, none
      
      
      
      "width":"438px",
      "height":"435px",
      
      "animation":"slide_right_and_left",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":2,
      "pause_speed":7
      
    }




   
  ]
}
