function makeArray(len) {


    for (var i = 0; i < len; i++) this[i] = null;


this.length = len;


}



ideasa = new makeArray(3);



ideasa[0] = "<a href='index.html'><img src='./g4banners/234x60_1_1.gif' alt='Creativity' border='0'></a>"

ideasa[1] = "<a href='http://www.battlecreekenquirer.com'><img src='./g4banners/234x60_1_2.gif' alt='Read the local paper.' border='0'></a>"

ideasa[2] = "<a href='http://www.westmichiganmusic.com'><img src='./g4banners/234x60_support1.gif' alt='Support Local Music' border='0'></a>"

function rand(n) {



seed = (0x015a4e35 * seed) % 0x7fffffff;



return (seed >> 16) % n;



}



var now = new Date()




var seed = now.getTime() % 0xffffffff