quote0= "<a href='http://www.ladspants.com/gang/cat_6.html'><img src='images/uploads/gangside.gif' alt='Gang' border='0' /></a>";
quote1= "<a href='http://www.ladspants.com/paul-smith/cat_10.html'><img src='images/uploads/paulsmithside.gif' alt='Paul Smith' border='0' /></a>";
quote2= "<a href='http://www.ladspants.com/toot/cat_11.html'><img src='images/uploads/tootside.gif' alt='Toot' border='0' /></a>";

//change the red number below to equal 1 less than the total number of quotes
var ran_unrounded=Math.random()*2;
var ran_number=Math.round(ran_unrounded);

document.write(eval("quote"+ran_number));
