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.6,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - Pipes
    //*************************
    {
    
      //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>Wright Farms</b><br/>\
              Gorgeous New Development in Mt. Juliet, Offering Exquisite Home Designs, Half Acre Lots & Large, All Brick & Stone Exteriors and New Community Pool and Club House ",
              
      "text_height":"23%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_right",
      
      
      "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/slidewr.jpg",
      "link_to" : "http://www.wrightfarms.info",
      "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 - Blue Thing
    //*************************
    {
      "text":"<b>Silver Springs</b><br/>\
              A breath taking community with stylish exterior & interior designs, with all of the features you desire - open green spaces, paved walking trails, underground utilites and more - starting in the $270s" ,
              
      "text_height":"23%",
      "text_animation":"slide_from_right",
      
      "exposure_length":7,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/slidess.jpg",
	  "link_to" : "http://www.silver-springs.info",
      "target" : "window",
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Escalators
    //*************************
    {
      "text":"<b>Stonehollow</b><br/>\
              Gorgeous community offering all of the features buyers have come to expect from Universal Builders, along with open green spaces, walking trails, sidewalks with gas lamp posts - Starting in the $290s ",

      "text_height":"27%",
      "text_animation":"slide_from_right",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/slidesh.jpg",
      "link_to" : "http://www.stonehollow.info",
      "target" : "window",            //options: window, none
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Architecture
    //*************************
    {
      "text":"<b>Ballentrace</b><br/>\
              Great new community on the north side of Lebanon offering  1+ acre home sites, scenic lake and area views, underground utilities and more - many lots available - bring your own builder ",
      
      "text_height":"20%",
      "text_animation":"slide_from_right",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/slide4.jpg",
      "link_to" : "http://www.Ballentrace.net",
      "target" : "window",            //options: window, none
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 5 - Pipes
    //*************************
    {
      "text":"<b>A Community Concept like no other in Middle Tennessee</b><br/>\
              Hamilton Springs brings not only a gorgeous community to Lebanon, it also brings the first community in Middle TN to offer its own Music City Star Rail Stop ",
      
      "text_height":"20%",
      "text_animation":"slide_from_right",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/slide5.jpg",
      "link_to" : "http://www.hamiltonsprings.info",
      "target" : "window",            //options: window, none
      "width":"850px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    }

    
    
   
  ]
}

