
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='Friends with Benefits<a href="http://www.kcactive.com/aande/reel/0711_reel/index.html#horrible"><br />About the only<br />real "benefit" for this film<br />is a full refund.</a>'


quotes[1]='A Little Help<a href="http://www.kcactive.com/aande/reel/0711_reel/index.html#buck"><br />Jenna Fischer should<br />probably stick with her day<br />job at the office.</a>'

quotes[2]='Captain America:<br /> The First Avenger<a href="http://www.kcactive.com/aande/reel/0711_reel/index.html#transformers"><br />The Captain's only<br />saving grace is the acting<br />of Tommy Lee Jones.</a>'





var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
