/** web track page * */
var trackWebPage = function() {
	var target = "web/view/transcend";
	trackClick(target);

};
trackWebPage();
