r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"480px",
  "height":"400px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"images/homepage/pause.gif",
  "play_image":"images/homepage/play.gif",
  
  
  "textbox_background":"#000000",
/*  "textbox_opacity":0.5, */
  "textbox_opacity":0.2,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - renaissance
    //*************************
    {

      //when adding text to an animation, add a '\' to the end of the line
      //avoid using " tokens in your HTML, use ' or \" instead      
      "text":"<img src='images/homepage/renaissance_1_caption.png'/>",
              
      "text_height":"17%",              //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":1,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"images/homepage/renaissance_1_680x400.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.renaissancefireplaces.com/",
      "target" : "window",            //options: window, none
      
      
      
      "width":"680px",
      "height":"400px",
      
      "animation":"slide_right_and_left",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
      
    },
    
    
    //****************************
    //SLIDE 2 - Town & Country
    //****************************
    {
      "text":"<img src='images/homepage/town_and_country_2_caption.png'/>",
              
      "text_height":"17%",
      "text_animation":"slide_from_left",
      
      "exposure_length":10,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/homepage/town_and_country_2_680x400.jpg",
      "link_to" : "http://www.townandcountryfireplaces.net/",
      "target" : "window",
      "width":"680px",
      "height":"400px",
      
      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //********************
    //SLIDE 3 - Regency
    //********************
    {
      "text":"<img src='images/homepage/regency_3_caption.jpg'/>",

      "text_height":"17%",
      "text_animation":"slide_from_right",
      
      "exposure_length":10,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/homepage/regency_3_680x400.jpg",
      "link_to" : "http://www.regency-fire.com/",
      "target" : "window",
      "width":"680px",
      "height":"400px",
      
      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //********************
    //SLIDE 4 - Mendota
    //********************
    {
      "text":"<img src='images/homepage/mendota_4_caption.jpg'/>",

      "text_height":"17%",
      "text_animation":"slide_from_left",
      "exposure_length":10,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/homepage/mendota_4_680x400.jpg",
      "link_to":"http://www.mendotahearth.com/",
      "target" : "window",
      "width":"680px",
      "height":"400px",
      
      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

