
<!-- // Hide

function getQuote() {

var starz = new Array();

starz[00] = "<a href='#'><IMG BORDER='0' SRC='images/rotate1.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[01] = "<a href='#'><IMG BORDER='0' SRC='images/rotate2.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[02] = "<a href='#'><IMG BORDER='0' SRC='images/rotate3.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[03] = "<a href='#'><IMG BORDER='0' SRC='images/rotate4.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[04] = "<a href='#'><IMG BORDER='0' SRC='images/rotate5.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[05] = "<a href='#'><IMG BORDER='0' SRC='images/rotate6.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[06] = "<a href='#'><IMG BORDER='0' SRC='images/rotate7.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[07] = "<a href='#'><IMG BORDER='0' SRC='images/rotate8a.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[08] = "<a href='#'><IMG BORDER='0' SRC='images/rotate9.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[09] = "<a href='#'><IMG BORDER='0' SRC='images/rotate10.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[10] = "<a href='#'><IMG BORDER='0' SRC='images/rotate1.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[11] = "<a href='#'><IMG BORDER='0' SRC='images/rotate2.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[12] = "<a href='#'><IMG BORDER='0' SRC='images/rotate3.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[13] = "<a href='#'><IMG BORDER='0' SRC='images/rotate4.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[14] = "<a href='#'><IMG BORDER='0' SRC='images/rotate5.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[15] = "<a href='#'><IMG BORDER='0' SRC='images/rotate6.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[16] = "<a href='#'><IMG BORDER='0' SRC='images/rotate7.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[17] = "<a href='#'><IMG BORDER='0' SRC='images/rotate8a.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[18] = "<a href='#'><IMG BORDER='0' SRC='images/rotate9.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";
starz[19] = "<a href='#'><IMG BORDER='0' SRC='images/rotate10.jpg' width='201' height='125' alt='Eyebuzz' title='Eyebuzz'></a>";

//generate a random number

function rand(n){

seed = (0x015a4e35 * seed) % 0x7ffffff;
return (seed >> 16) % n;
}

var now = new Date()
var seed = now.getTime() % 0xffffff

// Put the random image into position

var strz = [rand(starz.length)];

	if(strz == 7)
	{
	document.write(starz[10]);
	}
	else
	{
	document.write(starz[strz])
	}
}


function getQuotz() {

var pix = new Array(04);

pix[00] = "<img src='images/rotate1.jpg' width='201' height='125' border='0'>";
pix[01] = "<img src='images/rotate2.jpg' width='201' height='125' border='0'>";
pix[02] = "<img src='images/rotate3.jpg' width='201' height='125' border='0'>";
pix[03] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
pix[04] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
pix[05] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
pix[06] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
pix[07] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
pix[08] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
pix[09] = "<img src='images/rotate4.jpg' width='201' height='125' border='0'>";
//generate a random number

function rand(n){

seed = (0x015a4e35 * seed) % 0x7ffffff;
return (seed >> 16) % n;
}

var now = new Date()
var seed = now.getTime() % 0xffffff

// Put the random image into position

document.write(pix[rand(pix.length)])

}

// End Hide -->

