<!--
function random_quote(){
var randquote=new Array()
//specify random quotes below
        randquote[1]="1"
        randquote[2]="2"
        randquote[3]="3"
        randquote[4]="4"
        randquote[5]="5"
        randquote[6]="6"
        randquote[7]="7"

var ry=Math.floor(Math.random()*randimg.length)
if (ry==0)
ry=1
document.write('<? include_once('+'"'+include_quote_0'+randimg[ry]+'.php'+'"'+'); ?>')
}
// -->
