r = {

  /*
    Note: All time and speed measurments are in seconds
  */
  
  "div":"ad_rotator1", 
  "width":"495px",
  "height":"230px",     
  "animation_resolution":40,           //frames per second
                                       //60 = very smooth (not all CPUs can perform this fast)
                                       //4 = very choppy ()
    
  
  "textbox_background":"#000000",
  "textbox_opacity":0.5,
  "textbox_color":"white",
  "textbox_padding":"5px 10px 5px 10px",        //top right bottom left
  
  "slide":
  [
  
  
    //*************************
    //SLIDE 1 - 2020 Report
    //*************************
    {
      "text":"<b style='color:white;font-size:16px'>View the Energy and Transportation 2020 Vision Report",

      "text_height":"14%",
      "text_animation":"slide_from_right",
      
      "exposure_length":6,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/Rotator-SolarTrees.jpg",
      "link_to" : "http://muniweb.fhgov.com/egov/docs/1320690315_692291.pdf",
      "target" : "window",
      "width":"495px",
      "height":"230px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },

  

    //*************************
    //SLIDE 2 - Energy Efficiency
    //*************************
    {
      "text":"<b style='color:white;font-size:16px'>Utility and Federal Energy Rebate Programs Available",

      "text_height":"14%",
      "text_animation":"slide_from_left",
      
      "exposure_length":6,
      
      "transition":"fade",   
      "transition_speed":1,
      
      "type":"image",                
      "src":"images/Rotator-Solar.jpg",
      "link_to" : "http://www.fhgov.com/SustainableWeb/ProgramsProjects/IncentivePrograms.asp",
      "target" : "main",
      "width":"495px",
      "height":"230px",
      
      "animation":"none",
      "animation_speed":10,
      "pause_speed":10
    },
  
    //*************************
    //SLIDE 3 - City Hall
    //*************************
    {
    
      //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='color:white;font-size:16px'>City Hall Revitalization Project",
              
      "text_height":"14%",              //size of textbox
                                        //choices are %, px, pt, and em
      "text_animation":"slide_from_top",
      
      
      "exposure_length":6,           //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/Rotator-CityHall.jpg",
      
      
      //Images have two extra options for linking:      
      "link_to" : "http://www.fhgov.com/SustainableWeb/ProgramsProjects/CityHallRevitalization.asp",
      "target" : "main",            //options: window, none
      
      
      
      "width":"495px",
      "height":"230px",
      
      "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 - Home Energy Audit
    //*************************
    {
      "text":"<b style='color:white;font-size:16px'>Home Energy Audit",
              
      "text_height":"14%",
      "text_animation":"fade",
      
      "exposure_length":6,           
      
      "transition":"fade",   
      "transition_speed":1,            
      
      "type":"image",                
      "src":"images/Rotator-HomeEnergy.jpg",
      "link_to" : "http://resnet.us/home-energy-audit",
      "target" : "_blank",
      "width":"495px",
      "height":"230px",
      
      "animation":"slide_down_and_up",
      "animation_speed":10,
      "pause_speed":10
    },
    
    

    
    //*************************
    //SLIDE 5 - OakGreen Challenge
    //*************************
    {
      "text":"<b style='color:white;font-size:16px'>OakGreen Challenge",
      "text_height":"14%",
      "text_animation":"slide_from_right",
      "exposure_length":6,
      
      "transition":"fade",
      "transition_speed":1,
      
      "type":"image",
      "link_to" : "http://www.oakgov.com/oakgreen/oakgreen_challenge/index.html",
      "target" : "_blank",
      "src":"images/Rotator-OakGreenChallenge.jpg",
      "width":"495px",
      "height":"230px",
      
      "animation":"slide_right_and_left",
      "animation_speed":10,
      "pause_speed":10
    }
    
    
   
  ]
}

