var mess = new Array('<a href="http://www.macyourself.com/2009/04/14/13-surprising-quotes-that-prove-steve-jobs-can-predict-the-future/"><img src="/wp-content/themes/macyourself-v3/layout/sidebar/hottopics-stevefuturequotes.jpg" alt="13 surprising quotes that prove Steve Jobs can predict the future" width="292" height="98" border="0" /></a>','<a href="http://www.macyourself.com/2008/10/11/12-must-have-dashboard-widgets-for-the-average-mac-user/"><img src="/wp-content/themes/macyourself-v3/layout/sidebar/hottopics-12widgets.jpg" alt="12 must-have Dashboard widgets for the average Mac user" width="292" height="98" border="0" /></a>','<a href="http://www.macyourself.com/2009/05/06/classic-apple-mac-commercials-that-relentlessly-bash-pcs/"><img src="/wp-content/themes/macyourself-v3/layout/sidebar/hottopics-classiccommercials.jpg" alt="Classic Apple Mac commercials that relentlessly bash PCs" width="292" height="98" border="0" /></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
