<!--

var quote=new Array()

   quote[0]='<IMG height=82 src=/apx/pict/f1.jpg width=776 border=0>';
   quote[1]='<IMG height=82 src=/apx/pict/f2.jpg width=776 border=0>';
   quote[2]='<IMG height=82 src=/apx/pict/f3.jpg width=776 border=0>';
   quote[3]='<IMG height=82 src=/apx/pict/f4.jpg width=776 border=0>';
 
var rquote = Math.floor((quote.length)*Math.random());
document.write(quote[rquote])

//-->




