quote0= "<a href='http://www.ladspants.com/c-in2/cat_14.html'><img src='images/uploads/cin2side.gif' alt='C-IN2' border='0' /></a>";
quote1= "<a href='http://www.ladspants.com/dugas/cat_12.html'><img src='images/uploads/dugasside.gif' alt='Dugas' border='0' /></a>";
quote2= "<a href='http://www.ladspants.com/gigo/cat_13.html'><img src='images/uploads/gigoside.gif' alt='Gigo' 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));
