//打折信息
function product_agio_index()
{
	var title_A = "Happy China Lantern Festival!8% off! Feb.28-Mar.15";
	document.write(title_A);
}

function product_agio_cart()
{
	var title_A = "Happy China Lantern Festival!8% off! Feb.28-Mar.15";
	if(title_A!="")
	{
		document.write("<tr>");
		document.write("<td><strong>Discount</strong>&nbsp;</td>");
		document.write("<td>Happy China Lantern Festival!8% off! Feb.28-Mar.15 </td>");
		document.write("</tr>");
	}
}