// JavaScript Document

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

var pictures = new makeArray(1);

//pictures[0] = "<a href='membership/index.html'><img src='images/banner_5daydrive.jpg' width='550' height='150' border='0' alt='banner'></a>";
//pictures[0] = "<a href='insideout/index.php'><img src='images/banner_pio.jpg' width='550' height='150' border='0' alt='banner'></a>";
//pictures[0] = "<a href='scholasticscrimmage/index.html'><img src='images/banner_scrimmage.jpg' width='550' height='150' border='0' alt='banner'></a>";
pictures[0] = "<a href='music/index.html'><img src='images/banner_musicpsu_opera.jpg' width='550' height='150' border='0' alt='banner'></a>";
//pictures[1] = "<img src='images/banner_courtside.jpg' width='550' height='150' border='0' alt='banner'>";
//pictures[1] = "<a href='http://www.wpsu.org/huddleup/'><img src='images/banner_huddleup2.jpg' width='550' height='150' border='0' alt='banner'></a>";



var pictures2 = new makeArray(2);

//pictures2[0] = "<a href='insideout/index.php'><img src='images/banner_550x70_paio.gif' width='550' height='70' border='0' alt='banner'></a>";
pictures2[0] = "<a href='bookmark/index.html'><img src='images/banner_550x70_bookmark.gif' width='550' height='70' border='0' alt='banner'></a>";




function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return (seed >> 16) % n;
}
        
var now = new Date()
var seed = now.getTime() % 0xffffffff

}

