jQuery(document).ready(function() {
	jQuery('a.button.challenge_now_130, a.button.challenge_now_170').bind('click', function(e) {
		e.preventDefault();

		if(this.rel == '') {
			return;
		};

		loadColorBox(http_host+'car-combat/popup-challenge.html?mvi='+this.rel+'&pt='+build_push_to());
	});
});
