// makes array

function makeArray(poi) {
	for (var i = 0; i < poi; i++) this[i] = null;
this.length = poi;
}

var cheek = new makeArray(15);

cheek[0] = "<a href='/goto?url=http://www.bagelradio.com' target='_new'><img src='/media/ads/bagel-radio/bagel-radio-150.jpg' border='0' width='150' height='100'></a>";
cheek[1] = "<a href='/goto?url=http://www.clubbo.com' target='_new'><img src='/media/ads/clubbo/clubbo-believe-150.jpg' border='0' width='150' height='100'></a>";
cheek[2] = "<a href='/goto?url=http://www.eff.org/' target='_new'><img src='/media/ads/eff/eff-vs-att-150.gif' border='0' width='150'></a>";
cheek[3] = "<a href='/goto?url=http://www.musicforamerica.org' target='_new'><img src='/media/ads/music-for-america/mfa_blog150_8.jpg' border='0' width='150' height='100'></a>";
cheek[4] = "<a href='/goto?url=http://www.musicforamerica.org' target='_new'><img src='/media/ads/music-for-america/mfa_blog150_10.jpg' border='0' width='150' height='100'></a>";
cheek[5] = "<a href='/goto?url=http://www.songpod.com.au' target='_new'><img src='/media/ads/songpod/songpod-150.gif' border='0' width='150' height='100'></a>";
cheek[6] = "<a href='/content/features/'><img src='/media/images/banners/afbannerad150x100.gif' border='0' width='150' height='100'></a>";
cheek[7] = "<a href='/content/goodbadweird/'><img src='/media/images/banners/gbwbannerad150x100.gif' border='0' width='150' height='100'></a>";
cheek[8] = "<a href='/content/howtorock/'><img src='/media/images/banners/htrbannerad150x100.gif' border='0' width='150' height='100'></a>";
cheek[9] = "<a href='/content/popmechanics/'><img src='/media/images/banners/pmbannerad150x100.gif' border='0' width='150' height='100'></a>";
cheek[10] = "<a href='/about/advertise/'><img src='/media/images/banners/rradbannerad150x100.jpg' border='0' width='150' height='100'></a>";
cheek[11] = "<a href='/about/advertise/'><img src='/media/images/banners/rradbannerad150x100v2.jpg' border='0' width='150' height='100'></a>";
cheek[12] = "<a href='/about/advertise/'><img src='/media/images/banners/rrbannerad150x100v3.jpg' border='0' width='150' height='100'></a>";
cheek[13] = "<a href='/content/scenes/'><img src='/media/images/banners/spbannerad150x100.gif' border='0' width='150' height='100'></a>";
cheek[14] = "<a href='/goto?url=http://www.ohpurleese.com' target='_new'><img src='/media/ads/really/really-mag-150.jpg' border='0' width='150' height='100'></a>";


// generate random numbers

function beep(n) {
seed = (0x015a4e35 * seed) % 0x7ffffff;
return (seed >> 16) % n;
}
var now = new Date()
var seed = now.getTime() % 0xffffff




