<!--
	var ad = new Array(2)
	// Bestbuys week specials
	ad[0] = '<a href="http://www.amazon.com/exec/obidos/ASIN/B0006I0QJG/everydaydeals-20">Maidenform One Fab Fit Full Busted Tailored 7059 BLACK 36 DD</a><img src="http://www.assoc-amazon.com/e/ir?t=everydaydeals-20&amp;l=am2&amp;o=1&amp;a=B0006I0QJG" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />';
	// Hot Deals @Bestbuy
      //CircuitCity week ad
	ad[1] = '<a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&amp;path=ASIN/B0002LIKR2&amp;tag=everydaydeals-20&amp;camp=1789&amp;creative=9325">Warners Bright Stripes Underwire Bra # 1218 WHITE 38 C</a><img src="http://www.assoc-amazon.com/e/ir?t=everydaydeals-20&amp;l=as2&amp;o=1&amp;a=B0002LIKR2" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />';
	

	function showAd(){
		var display=Math.floor(Math.random()*(ad.length));
		document.write(ad[display]);
	}

//-->