<!--

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(3);

images[0] = "<a href = 'combo_legal_bud_specials.html'><img src='images/template/randomindex/indexpic1.jpg' border=0 align=right alt='Monster Smoke Shop'></a>";

images[1] = "<a href = 'combo_legal_bud_specials.html'><img src='images/template/randomindex/indexpic2.jpg' border=0 align=right alt='Monster Smoke Shop'></a>";

images[2] = "<a href = 'combo_legal_bud_specials.html'><img src='images/template/randomindex/indexpic3.jpg' border=0 align=right alt='Monster Smoke Shop'></a>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
