//打折信息
function product_agio_index()
{
	var title_A = "10% Off! Happy Spring Festival! Jan.10-Feb.20";
	document.write(title_A);
}

function product_agio_cart()
{
	var title_A = "10% Off! Happy Spring Festival! Jan.10-Feb.20";
	if(title_A!="")
	{
		document.write("<tr>");
		document.write("<td><strong>Discount</strong>&nbsp;</td>");
		document.write("<td>10% Off! Happy Spring Festival! Jan.10-Feb.20 </td>");
		document.write("</tr>");
	}
}
