Hi,
I was hoping someone might be able to help me, I wasn't sure whether to post on php or javascript.
I've created a toolbar at the bottom of my side that I'd like to use to rotate my Follow, Fan and Subscribe buttons ramdomly. I've seen a few javascripts out there that do this for quotes and images, but when using the arrays of javascript it creates a lot of confusion in having quotes and single quotes that are within the code, with an additional set of array quotes. What script would you recommend?
I want to randomize these 3 codes:
Code:<div class="fb-like" data-href="https://facebook.com/***" data-send="false" data-width="320" data-show-faces="false" data-colorscheme="dark" data-font="trebuchet ms"></div>
<form id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" method="post" class="validate" target="_blank"
action="http://lonlf.us5.list-manage1.com/subscribe/post?u=8200626871fa13">
<input style="margin-top: 36px; margin-left: 9px; margin-right: 9px;
width:140px;" name="EMAIL" id="mce-EMAIL" value="Enter your email..." type="email" class="required email" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="vertical-align:bottom;">
</form>
<a href="https://twitter.com/Lon" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @Lon</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

