r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"550px",
  "height":"205px",     
  "animation_resolution":30,           //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":"#000000",
  "textbox_opacity":0.5,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
    //*************************
    //SLIDE 1 Image
    //*************************
    {
    
      //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>E-Series cards for fast development and easy deployment</b><br/>\
              PCI Express and cluster solutions for FPGA-accelerated computing,<br/>\
              ideal for algorithm prototyping and small-form-factor products.",
              
      "text_height":"33%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":9,           //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/pico_rotate_1.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.picocomputing.com/",
      "target" : "window",            //options: window, none
      
      
      
      "width":"550px",
      "height":"400px",
      
      "animation":"slide_down_and_up",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
      
    },
    
    //*************************
    //SLIDE 2 Image
    //*************************
    {
    
      //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>SC-Series clusters for scalable computing performance</b><br/>\
              Up to 77 E-Series modules in a single, expandable case, perfect for<br/>\
              cryptography, bioinformatics and other compute-intensive applications.",
              
      "text_height":"33%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":9,           //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/pico_rotate_2.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.picocomputing.com/",
      "target" : "window",            //options: window, none
      
      
      
      "width":"550px",
      "height":"400px",
      
      "animation":"slide_down_and_up",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
      
    },
    
    //*************************
    //SLIDE 3 Image
    //*************************
    {
    
      //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>EX-Series PCI Express cards</b><br/>\
              Designed for high-throughput software/hardware coprocessing.<br/>\
              Custom configurations are available to fit your applications.",
              
      "text_height":"33%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":9,           //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/pico_rotate_3.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.picocomputing.com/",
      "target" : "window",            //options: window, none
      
      
      "width":"550px",
      "height":"400px",
      
      "animation":"slide_down_and_up",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
      
    },
    
    
    //*************************
    //SLIDE 4 Image
    //*************************
    {
      //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 Pico Computing M-Series modules</b><br/>\
              Satisfying your need for processing speed. Ask about M-Series modules<br/>\
              and customized cards and clusters for bioinformatics, financial, data<br/>\
               security and other high performance computing applications.",
              
      "text_height":"33%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":9,           //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/pico_rotate_4.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.picocomputing.com/",
      "target" : "window",            //options: window, none
      
      
      "width":"550px",
      "height":"400px",
      
      "animation":"slide_down_and_up",   //options:
                                         //slide_right_and_left
                                         //slide_down_and_up
                                         //none
                                     
      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}
