

	/* Randomly generate 1,2, or 3 */
	var mdp_ez_no = Math.ceil(3*Math.random());
		
	if (mdp_ez_no == 1) {	
		mdp_ez_news='<a href="https://secure.bhg.com/common/profile/quicksignup.jsp?regSource=1063"><img  border="0" src="http://images.meredith.com/bhg/images/bettertv/News1_300x250_promo.jpg"/></a>';
	} else if (mdp_ez_no == 2){
		mdp_ez_news='<a href="https://secure.bhg.com/common/profile/quicksignup.jsp?regSource=1063"><img border="0" src="http://images.meredith.com/bhg/images/bettertv/News2_300x250_promo.jpg"/></a>';	
	} else {
		mdp_ez_news='<a href="https://secure.bhg.com/common/profile/quicksignup.jsp?regSource=1063"><img border="0" src="http://images.meredith.com/bhg/images/bettertv/News3_300x250_promo.jpg"/></a>';
	}
	document.write(mdp_ez_news);






