// JavaScript Document
function genLink(){
	document.getElementById("promo1").href = "promotion_product.htm";
	document.getElementById("promo2").href = "promotion_birthday.htm";
	//return "mp0710.html";
}
