Created
          September 18, 2014 21:12 
        
      - 
      
- 
        Save arthursoares/c32dd59734d5485b24c5 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script type="text/javascript"> | |
| var description = { | |
| 'flor' : { | |
| 'bg' : "images/bg_flor.gif", | |
| 'cor' : "#5baa64", | |
| 'gif' : "images/flor.gif" | |
| }, | |
| 'portuga' : { | |
| 'bg' : "images/bg_portuga.gif", | |
| 'cor' : "#986433", | |
| 'gif' : "images/portuga.gif" | |
| }, | |
| 'mariachi' : { | |
| 'bg' : "images/bg_mariachi.gif", | |
| 'cor' : "#5baa64", | |
| 'gif' : "images/mariachi.gif" | |
| } | |
| }; | |
| var size = description.length | |
| var x = Math.floor(size*Math.random()) | |
| document.getElementById('latino').src=description.x[gif]; | |
| </script> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment