
<!-- // Hide

function getQuote() {

var starz = new Array();

starz[00] = "<IMG BORDER='0' SRC='images/homerotate1.jpg' width='745' height='564' alt='photo by George Georgiades | Eyebuzz websites' title='photo by George Georgiades | Westchester website and blog design'>";
starz[01] = "<IMG BORDER='0' SRC='images/homerotate2.jpg' width='745' height='564' alt='photo by Cecile Graat | Print ads and graphic design services' title='photo by Cecile Graat | Print ads and graphic design services'>";
starz[02] = "<IMG BORDER='0' SRC='images/homerotate3.jpg' width='745' height='564' alt='photo by Kerem Yucel | Westchester website and graphic design' title='photo by Kerem Yucel | Westchester website and graphic design'>";


//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])
	}
}




// End Hide -->


