var quotes = new Array;


quotes.push("<img src=http://www.gift-wrapping-ideas.com/rotateart/mastspot.gif>");
quotes.push("<img src=http://www.gift-wrapping-ideas.com/rotateart/mastspot3.gif>");
quotes.push("<img src=http://www.gift-wrapping-ideas.com/rotateart/mastspot4.gif>");
quotes.push("<img src=http://www.gift-wrapping-ideas.com/rotateart/mastspot5.gif>");


document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
