r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"605px",
  "height":"220px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"images/pause.gif",
  "play_image":"images/play.gif",
  
  
  "textbox_background":"black",
  "textbox_opacity":0.7,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 - The Bar Illuminated
    //*************************
    {
    
      //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>The Bar Illuminated</b><br/>\
              A San Francisco Bar Scene",
              
      "text_height":"19%",              //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/expression_demo1.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.jenspeigle.com/w.thebarilluminated.html",
      "target" : "window",            //options: window, none
      
      
      
      "width":"605px",
      "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 - Along Farmers Market
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Along Farmer's Market</b><br/>\
      San Francisco city scenes<br/>\
      ",
              
      "text_height":"19%",
      "text_animation":"slide_from_top",
      
      "exposure_length":7,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/expression_demo2.jpg",
      "link_to" : "http://www.jenspeigle.com/w.alongfarmersmarket.html",
      "target" : "main",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Window Shopping for Dresses
    //*************************
    {
      "text":"<b>Window Shopping for Dresses</b><br/>\
              San Francisco Scenes<br/>\
              ",

      "text_height":"19%",
      "text_animation":"slide_from_top",

      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/expression_demo3.jpg",
      "link_to" : "http://www.jenspeigle.com/w.windowshoppingdresses.html",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Red Ornaments
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Red Ornaments</b><br/>\
      A Holiday Scene<br/>\
      <br/>\
      ",
      "text_height":"19%",
      "text_animation":"slide_from_top",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo4.jpg",
      "link_to":"http://www.jenspeigle.com/w.redornaments.html",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
   
   
    //*************************
    //SLIDE 5 - Koi Paintings
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Paintings of Koi</b><br/>\
      Koi Paintings from the Local Koi Farm<br/>\
      <br/>\
      ",
      "text_height":"19%",
      "text_animation":"slide_from_top",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo5.jpg",
      "link_to":"http://www.jenspeigle.com/w.koi1.html",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },

   
    //*************************
    //SLIDE 6 - Shopping at Farmers Market
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Shopping at Farmers Market</b><br/>\
      A San Francisco Street Scene<br/>\
      <br/>\
      ",
      "text_height":"19%",
      "text_animation":"slide_from_top",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo6.jpg",
      "link_to":"http://www.jenspeigle.com/w.shoppingatfarmersmarket.html",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },



    //*************************
    //SLIDE 7 - Los Carneros Avenue
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Los Carneros Avenue</b><br/>\
      A Scene from the Napa Valley Side Streets<br/>\
      <br/>\
      ",
      "text_height":"19%",
      "text_animation":"slide_from_top",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo7.jpg",
      "link_to":"http://www.jenspeigle.com/w.loscarnerosavenue.html",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },


    //*************************
    //SLIDE 8 - Rolling Hills
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Rolling Hills</b><br/>\
      A Scene from the Napa Valley<br/>\
      <br/>\
      ",
      "text_height":"19%",
      "text_animation":"slide_from_top",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo8.jpg",
      "link_to":"http://www.jenspeigle.com/w.rollinghills.html",
      "width":"605px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    }


   
   
   
   
   
  ]
}

