r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"788px",
  "height":"189px",  
  "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,
  "textbox_color":"white",
  "textbox_padding":"",        //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":"",
              
      "text_height":"0%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_left",
      
      
      "exposure_length":33,           //in seconds
      
    
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":5,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"images/a.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" :"",
      "target" : "none",            //options: window, none
      
      
      
      "width":"2500px",
      "height":"189px",
      
      "animation":"slide_right_and_left",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":40,
      "pause_speed":40
      
    }
  ]
}

