r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"850px",
  "height":"220px",     
  "animation_resolution":40,           //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 - 
    //*************************
    {
    
      //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>A Community Concept like no other in Middle Tennessee</b><br/>\
              Estate & Village Homesites, The Village Center, and the Music City Star ",
              
      "text_height":"23%",              //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":"images/slideb.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "",
      "target" : "window",            //options: window, none
      
      
      
      "width":"850px",
      "height":"220px",
      
      "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 - 
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>A Work of Art in the Making</b><br/>\
      What started as a developer's Vision and an Artist's design ~ takes form before our very eyes<br/>\
      ",
              
      "text_height":"23%",
      "text_animation":"slide_from_top",
      
      "exposure_length":7,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/slide22.jpg",
      "link_to" : "",
      "target" : "main",
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - 
    //*************************
    {
      "text":"<b>A Timeless & Classic Design.</b><br/>\
              Boulevard and Court Yard Streets, accented by hedgerow sidewalks, decorative street lamps and exquisite community landscaping",

      "text_height":"27%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/slide33.jpg",
      "link_to" : "",
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - 
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Unsurpassable Master Builders</b><br/>\
      A collection of the area’s finest custom home builders, offering the highest level of excellence through their many years of expert experience.<br/>\
     <br/>\
      ",
      "text_height":"20%",
      "text_animation":"slide_from_right",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/slide44.jpg",
      "link_to":"",
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

