// JavaScript Document
jQuery(function($) {
	$(".wr-partner a").click(function(){
		pageTracker._trackPageview($(this).attr("rel"));
	});
});