Tournament Results
Tournament Results
March 30, 2014
|
|
Individual Results |
Team Results |
Beginner | Beginner |
Beginner II | Beginner II |
Elementary | Elementary |
Reserve | Reserve |
Advanced | Advanced |
Championship | Championship |
Under 1800 | Under 1800 |
jQuery(document).ready(function($) {
var gravityform_products = {"2708":false,"2822":false,"2662":false,"3692":"https:\/\/tristatechess.com\/product\/uscf-regular-youth-membership\/","3691":"https:\/\/tristatechess.com\/product\/uscf-premium-youth-membership\/","3690":"https:\/\/tristatechess.com\/product\/uscf-membership-regular-adult\/","3688":"https:\/\/tristatechess.com\/product\/scholastic-uscf-membership-without-magazine\/","3687":"https:\/\/tristatechess.com\/product\/scholastic-uscf-membership-with-magazine\/","3854":"https:\/\/tristatechess.com\/product\/scholastic-uscf-membership-without-magazine-2\/"};
var label = "Select options";
$('.add_to_cart_button').each(function() {
if ($(this).data('product_id') in gravityform_products) {
$(this).text(label);
$(this).click(function(event) {
event.preventDefault();
var product_id = $(this).data('product_id');
window.location = gravityform_products[product_id];
return false;
});
}
});
});