function trackLink(args) {
	//alert(args.split("__")[0] + " = TRACKING = " + args.split("__")[1])
	// position 0 is the account
	// position 1 is the tracking link
	
	var pageTracker = _gat._getTracker(args.split("__")[0]);
	pageTracker._trackPageview(args.split("__")[1]);
}
