About 4-6 weeks.
We will call or e-mail you and ask you to send one or attend our club monthly meeting to get your card.
function do_resize(){
var width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width(); var height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();
var toggleSize = true; jQuery('iframe').animate({ width: toggleSize ? width : 640, height: toggleSize ? height : 360 }, 250);
toggleSize = !toggleSize; }