<!--
var ad=new Array()

ad[0]='<a href="http://www.amazon.com/Kindle-Color-Multi-touch-Display-Wi-Fi/dp/B0051VVOB2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-2&pf_rd_r=0SD98HF0Z4V7HBZSA9SY&pf_rd_t=101&pf_rd_p=1321401782&pf_rd_i=133141011&_encoding=UTF8&tag=gotastewine-20&linkCode=ur2&camp=1789&creative=9325"><img src="images/products/kindle-fire300.jpg" alt="" border="0"></a><img src="http://www.assoc-amazon.com/e/ir?t=gotastewine-20&l=ur2&o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />';



var i=Math.floor(Math.random()*ad.length);
document.write(ad[i]);

//-->
