r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"541px",
  "height":"212px",     
  "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 - 120-Ton Crane
    //*************************
    {
    
      //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'>2009 St. Louis Boat and Sportshow, Edward Jones Dome</b><br/>\
      100-Ton Hydraulic Crane Hoisting a Fiberglass Boat Inside The Dome<br/>\
      ",

              
      "text_height":"18%",              //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_demo5.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://missouricrane.jalbum.net/St.%20Louis%20Boat%20Show%202009/",
      "target" : "window",            //options: window, none
      
      
      
      "width":"541px",
      "height":"212px",
      
      "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 - Rough Terrains
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>New Rough Terrain Cranes Available</b><br/>\
      Click To See Our New Rough Terrain Crane Rental Section Of The Website<br/>\
      ",
              
      "text_height":"18%",
      "text_animation":"slide_from_top",
      
      "exposure_length":7,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/expression_demo6.jpg",
      "link_to" : "http://www.missouricrane.com/rough_terrain.htm",
      "target" : "main",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Up In The Air
    //*************************
    {
      "text":"<b>The Up In The Air Movie Set</b><br/>\
              38-Ton and 40-Ton Cranes Hoisting The Blue Screen Downtown<br/>",

      "text_height":"18%",
      "text_animation":"slide_from_left",
      
      "exposure_length":7,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/expression_demo7.jpg",
      "link_to" : "http://missouricrane.jalbum.net/Up%20In%20The%20Air%20Movie/",
      "target" : "window",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Pencil Set
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>The City Museum, St. Louis, MO</b><br/>\
      Hoisting World's Largest Pencil.  Click To See CNN Headline News Video<br/>",
      
      "text_height":"18%",
      "text_animation":"slide_from_right",
      "exposure_length":7,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"images/expression_demo8.jpg",
      "link_to":"http://www.cnn.com/video/#/video/bestoftv/2009/02/16/ntm.big.pencil.cnn",
      "target" : "window",
      "width":"541px",
      "height":"212px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}
