r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"440px",
  "height":"225px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"features/img/pause.gif",
  "play_image":"features/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 - PCA
    //*************************
    {
    
      //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='font-size:13px'>Your first step in wellness: detoxification.</b>",
              
      "text_height":"25px",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":10,           //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":"features/images/web_rotation_pca_225.gif",
      
      
      //Images have two extra options for linking:      
      "link_to" : "shopquery.asp?catalogid=59&bc=no",
      "target" : "none",            //options: window, none
      
      
      "width":"440px",
      "height":"225px",
      
      "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 - NG
    //*************************
    {
      "text":"<b style='font-size:14px'>NG-RX</b> for young and old alike to increase cognitive function.",
              
      "text_height":"25px",
      "text_animation":"slide_from_top",
      
      "exposure_length":10,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"features/images/web_rotation_ng_225.gif",
      "link_to" : "shopquery.asp?catalogid=58&bc=no",
      "target" : "none",
      "width":"440px",
      "height":"225px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    
    //*************************
    //SLIDE 3 - Anavone
    //*************************
    {
      "text":"<b>Stress relief in a bottle</b> Relax. Sleep well tonight with Anavone.",

      "text_height":"25px",
      "text_animation":"slide_from_left",
      
      "exposure_length":10,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"features/images/web_rotation_ana_225.gif",
      "link_to" : "shopexd.asp?id=19&bc=no",
      "width":"440px",
      "height":"225px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
    
    //*************************
    //SLIDE 4 - Ovation
    //*************************
    {
      "text":"<b style='color:white;font-size:14px'>TurboSonic Ovation</b><br/>\
      The TurboSonic Ovation Whole Body Vibration device brings you professional results in the comfort of your own home.",
      "text_height":"30%",
      "text_animation":"slide_from_right",
      "exposure_length":25,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "src":"features/images/web_rotation_tso_225.jpg",
      "link_to":"shopexd.asp?id=97&bc=no",
      "width":"835px",
      "height":"225px",
      
      "animation":"slide_right_and_left",
      "animation_speed":7,
      "pause_speed":10
    }
    
    
   
  ]
}

