function afLink(asp,anc,anc2){
	if(asp=="A8"){
		location.href = "http://px.a8.net/svt/ejp?a8mat=" + anc;
	}else if(asp=="AT"){
		location.href = "http://www.accesstrade.net/at/c.html?rk=" + anc;
	}else if(asp=="VC"){
		location.href = "http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=" + anc + "&pid=" + anc2;
	}else{
		location.href = ""
	}
	return false;
}

