Skip to content

Instantly share code, notes, and snippets.

@arthursoares
Created September 18, 2014 21:12
Show Gist options
  • Save arthursoares/c32dd59734d5485b24c5 to your computer and use it in GitHub Desktop.
Save arthursoares/c32dd59734d5485b24c5 to your computer and use it in GitHub Desktop.
<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