function makeArray(len) {
for (var i = 0; i < len; i++) this[i] = null;
this.length = len;
	}
sidebar = new makeArray(4);
sidebar[0] = "<p><a href='http://www.reed.edu/reed_magazine/autumn2009/features/architect/index.html'><img src='images_home/homeMagAutumn09_2.jpg' alt='A.E. Doyle' width='144' height='148' border='0'></a></p><p class='SideBarText2'>Discover the man behind the Owl in <a href='http://www.reed.edu/reed_magazine/autumn2009/index.html'><em>Reed</em></a> magazine</p>"

sidebar[1] = "<p><a href='http://www.reed.edu/reed_magazine/autumn2009/features/channeling_sappho/index.html'><img src='images_home/homeMagAutumn09_1.jpg' alt='Reed Magazine Autumn 2009 cover' width='144' height='148' border='0'></a></p><p class='SideBarText2'>Find out how <strong>Mary Barnard &rsquo;32</strong> freed Sappho from the Romantics in <a href='http://www.reed.edu/reed_magazine/autumn2009/index.html'><em>Reed</em></a> magazine</p>"

sidebar[2] = "<p><a href='http://www.reed.edu/reed_magazine/autumn2009/features/ottomars_odyssey/index.html'><img src='images_home/homeMagAutumn09_3.jpg' alt='Ottomars Odyssey' width='144' height='148' border='0'></a></p><p class='SideBarText2'>From tank gunner to humanities professor: <strong>Ottomar Rudolf</strong> talks to <a href='http://www.reed.edu/reed_magazine/autumn2009/index.html'><em>Reed</em></a> magazine</p>"

sidebar[3] = "<p><a href='http://www.reed.edu/reed_magazine/autumn2009/columns/alumni_profiles/xi_whiz.html'><img src='images_home/homeMagAutumn09_4.jpg' alt='Xi Whiz' width='144' height='148' border='0'></a></p><p class='SideBarText2'><strong>Dave Wiegand &rsquo;95</strong> clinches the National Scrabble Championship. Details in <a href='http://www.reed.edu/reed_magazine/autumn2009/index.html'><em>Reed</em></a> magazine</p>"

function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return (seed >> 16) % n;
	}
        
var now = new Date()
var seed = now.getTime() % 0xffffffff