As we get closer to MIX08 in Vegas I wanted to add some bling to my blog to remind visitors it was happening, but I couldn't choose which image to use.
Now one solution would be to roll a quick Silverlight app to grab the images and display them randomly with pretty transitions and the like (in fact that's something that the new Vertigo Slide.Show might be perfect for) but I went old school with one line of Javascript so I could get something up and running quickly
1: <script type="text/javascript">
2: document.write('<br><a href="http://visitmix.com/2008"><img src="http://visitmix.com/2008/images/bling/blings_9_25_' + String.fromCharCode(97 + Math.round(Math.random() * 14)) + '.jpg" border="0" alt="Visit MIX08"></a>'); 3: </script>
It's quick and simple so feel free to steal and share ;) or you can just grab the images from FrankArrs page or the VisitMIX Mixtify site and play your self.