r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"600px",
  "height":"220px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"V/vspfiles/img/pause.gif",
  "play_image":"V/vspfiles/img/play.gif",
//  "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 - Buliding Add
    //*************************
    {
    
      //when adding text to an animation, add a '\' to the end of the line
      //avoid using " tokens in your HTML, use ' or \" instead      
      "text":"<br/>\ Business & Governments Discounts\
              ",
              
      "text_height":"10%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      "exposure_length":5,           //in seconds
      
      "transition":"fade",  //options:
                                       //slide_from_left
                                       //slide_from_right
                                       //slide_from_top
                                       //slide_from_bottom
                                       //fade
                                    
      "transition_speed":2,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"v/vspfiles/images/expression_demo4.jpg",
    //  "src":"images/expression_demo4.jpg",
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.avdemand.com",
      "target" : "window",            //options: window, none
      
      
      
      "width":"600px",
      "height":"220px",
      
      "animation":"none",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":6,
      "pause_speed":6
      
    },
    
    
    //*************************
    //SLIDE 2 - Blue thing
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'>Custom Cables</b>\
      ",
              
      "text_height":"10%",
      "text_animation":"slide_from_top",
      
      "exposure_length":5,           
      
      "transition":"fade",   
      "transition_speed":2,            
      
      "type":"image",                
      "src":"V/vspfiles/images/NetworkAdd1.jpg",
   //   "src":"images/NetworkAdd1.jpg",
      "link_to" : "http://www.AVdemand.com/",
      "target" : "main",
      "width":"600px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":6,
      "pause_speed":6
    },
    
    
    //*************************
    //SLIDE 3 - Escalators
    //*************************
    {
      "text":"<b>NEW PRODUCT OF THE WEEK.",

      "text_height":"10%",
      "text_animation":"slide_from_left",
      
      "exposure_length":5,
      
      "transition":"fade",   
      "transition_speed":2,
      
      "type":"image",                
      "src":"V/vspfiles/images/CustomerAdd 2.jpg",
  //	  "src":"images/CustomerAdd 2.jpg",
      "link_to" : "http://www.AVdemand.com/",
      "width":"600px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":6,
      "pause_speed":6
    },
    
    //*************************
    //SLIDE 4 - Architecture
    //*************************
    {
      "text":"<b style='color:white;font-size:12px'> PRODUCTS SHIP THE SAME DAY.<br/>\ ",
     
	  "text_height":"10%",
      "text_animation":"slide_from_right",
      "exposure_length":5,
      
      "transition":"fade",
      "transition_speed":2,
      
      "type":"image",
      "src":"V/vspfiles/images/mini-switch-add.jpg",
  //    "src":"images/mini-switch-add.jpg",
      "link_to":"http://www.AVdemand.com/",
      "width":"600px",
      "height":"220px",
      
      "animation":"none",
      "animation_speed":6,
      "pause_speed":6
    }
    
    
   
  ]
}