r = {

  /*
    Note: All time and speed measurments are in seconds
  */

  "div":"ad_rotator1", 
  "width":"732px",
  "height":"186px",
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
  
  "pause_image":"images/images_rot/pause.gif",
  "play_image":"images/images_rot/play.gif",
  
  
  "textbox_background":"#ffffff",
  "textbox_opacity":0.5,
  "textbox_color":"black",
  "textbox_padding":"5px 5px 5px 10px",        //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":"30%",              //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":3,            //in seconds
      
    
      "type":"image",                 //options: html, image, or flash
      "src":"images/images_rot/eixil-home01.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.eixil.com",
      "target" : "window",            //options: window, none
      
      
      
      "width":"732px",
      "height":"186px",
      "animation":"fade",   //options:
                            //slide_right_and_left
                           //slide_down_and_up
                           //none

      //sliding animations have two options
      "animation_speed":10,
      "pause_speed":10

    },

    //*************************
    //SLIDE 2 - Blue thing
    //*************************
    {
      "text":"",


      "text_height":"30%",
      "text_animation":"slide_from_left",

      "exposure_length":10,

      "transition":"fade",
      "transition_speed":1,

      "type":"image",
      "src":"images/images_rot/eixil-home02.jpg",
     "link_to" : "http://www.eixil.com",
      "target" : "window",
      "width":"732px",
      "height":"186px",

      "animation":"fade",
      "animation_speed":10,
      "pause_speed":10
    },


    //*************************
    //SLIDE 3 - Escalators
    //*************************
    {
      "text":"",

      "text_height":"30%",
      "text_animation":"fade",

      "exposure_length":10,

      "transition":"fade",
      "transition_speed":1,

      "type":"image",
      "src":"images/images_rot/eixil-home03.jpg",
     "link_to" : "http://www.eixil.com",
	  "target" : "window",
      "width":"732px",
      "height":"186px",

      "animation":"fade-in",
      "animation_speed":10,
      "pause_speed":10
    },

    //*************************
    //SLIDE 4 - Architecture
    //*************************
    {
      "text":"",
      "text_height":"30%",
      "text_animation":"slide_from_top",
      "exposure_length":10,

      "transition":"fade",
      "transition_speed":3,

      "type":"image",
      "src":"images/images_rot/eixil-home04.jpg",
      "link_to" : "http://www.eixil.com",
	  "target" : "window",
      "width":"732px",
      "height":"186px",

      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    },
	   //*************************
    //SLIDE 5 - Architecture
    //*************************
    {
      "text":"<b style='color:white;font-size:16px'>Example #4</b><br/>\
      Font styles can be assigned by editing the CSS file.<br/>\
      No Flash Files! Change the background transparency in the configuration file.",
      "text_height":"30%",
      "text_animation":"slide_from_top",
      "exposure_length":10,

      "transition":"fade",
      "transition_speed":1,

      "type":"image",
      "src":"images/images_rot/eixil-home05.jpg",
     "link_to" : "http://www.eixil.com",
	  "target" : "window",
      "width":"732px",
      "height":"186px",

      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    }
  ]
}
