var photo = ""
txt = ""
var numpicts = 7
day = new Date() 
seed = day.getTime()
ran = parseInt(((seed - (parseInt(seed/1000,10) *1000))/10)/100*numpicts + 1,10)

var quote = ""
txt = ""
var numquotes = 7
day = new Date() 
seed = day.getTime()
ran = parseInt(((seed - (parseInt(seed/1000,10) *1000))/10)/100*numquotes + 1,10)

if (ran == (1))
{photosrc=("/images/photos/photo02.jpg");
txt=("")}

if (ran == (2))
{photosrc=("/images/photos/photo03.jpg");
txt=("")}

if (ran == (3))
{photosrc=("/images/photos/photo04.jpg");
txt=("")}

if (ran == (4))
{photosrc=("/images/photos/photo06.jpg");
txt=("")}

if (ran == (5))
{photosrc=("/images/photos/photo07.jpg");
txt=("")}

if (ran == (6))
{photosrc=("/images/photos/photo08.jpg");
txt=("")}

if (ran == (7))
{photosrc=("/images/photos/photo09.jpg");
txt=("")}


if (ran == (1))
{quotesrc=("/images/quotes/quote01.gif");
txt=("")}

if (ran == (2))
{quotesrc=("/images/quotes/quote02.gif");
txt=("")}

if (ran == (3))
{quotesrc=("/images/quotes/quote03.gif");
txt=("")}

if (ran == (4))
{quotesrc=("/images/quotes/quote04.gif");
txt=("")}

if (ran == (5))
{quotesrc=("/images/quotes/quote05.gif");
txt=("")}

if (ran == (6))
{quotesrc=("/images/quotes/quote06.gif");
txt=("")}

if (ran == (7))
{quotesrc=("/images/quotes/quote02.gif");
txt=("")}