Skip to content

Instantly share code, notes, and snippets.

@Chavao
Created May 4, 2012 17:10
Show Gist options
  • Save Chavao/2596293 to your computer and use it in GitHub Desktop.
Save Chavao/2596293 to your computer and use it in GitHub Desktop.
var g_link_amigos = ['http://chav.in/1wh', 'http://chav.in/1CO'];
jQuery(function() {
jQuery(".link-amigos").attr('href', g_link_amigos[(Math.floor(Math.random()*g_link_amigos.length))]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment