/* Random Quote and Image generator, Written by Kenny "Fox k" Ogle. */
/* Copywrite 2006 Choctaw Nation Health Services Authority. */

var totalquotes = 7;
var doublerandom = Math.floor (totalquotes * Math.random(18492));
image = Math.floor (totalquotes * Math.random(doublerandom));

if (image==0) {
document.write('<a href="pix/1.jpg" width="90"><img src="pix/1s.jpg" width="90"></a>');
}

if (image==1) {
document.write('<a href="pix/2.jpg" width="90"><img src="pix/2s.jpg" width="90"></a>');
}

if (image==2) {
document.write('<a href="pix/3.jpg" width="90"><img src="pix/3s.jpg" width="90"></a>');
}

if (image==3) {
document.write('<a href="pix/4.jpg" width="90"><img src="pix/4s.jpg" width="90"></a>');
}

if (image==4) {
document.write('<a href="pix/5.jpg" width="90"><img src="pix/5s.jpg" width="90"></a>');
}

if (image==5) {
document.write('<a href="pix/6.jpg" width="90"><img src="pix/6s.jpg" width="90"></a>');
}

if (image==6) {
document.write('<a href="pix/7.jpg" width="90"><img src="pix/7s.jpg" width="90"></a>');
}

/* ----------------------------------------------- */

document.write('<div align=center>');
document.write('</div>');

