CU*OverDrive 2011

Put the pedal to the metal with a full year of marketing
Marketing is an essential tool to keep your members informed and motivated about all you have to offer.
Utilize CU*Overdrive as an inexpensive tool to keep communication with your members moving. Download the CU*OverDrive Overview Brochure.
Here’s the full calendar
Too much?
Don’t want to run a full year of marketing? You can pick any of our campaigns and run them individually. However, you won’t get the print pricing benefits of running with the rest of the network.
*/
/*
$('.c_tweet a')
.attr('href','https://twitter.com/share')
.attr('data-text','tweet:' + $(this).parent().children('textarea').text())
.attr('target','_blank')
.attr('data-count','none')
.addClass('twitter-share-buttom');
$.getScript('http://platform.twitter.com/widgets.js');
*/
$('.c_tweet a, .c_msg a').click(function(){
$(this).siblings('textarea').val(function(i,val){ return val.replace(/
/gi,"\n").replace(/<\/?p>/gi,"\n");}).slideToggle('fast').select();
})
//magic for 2012 order form
//jQuery('input[type=radio]').parents('li.gfield').not('li#field_20_7').next('li').css('background','green').children('input[type=number]').val('3333')
// jQuery('input[type=radio]').parents('li.gfield').next('li').css('background','red').children('div input[type=number]').val('3333')
$("label:contains('Lobby Posters')").parent('li').children('div').children('input').change(function(){
if(confirm('Would you like to use this number as the default?')){
$("label:contains('Lobby Posters')").parent('li').children('div').children('input').val( $(this).val() );
}
})
$("label:contains('Lobby Inserts')").parent('li').children('div').children('input').change(function(){
if(confirm('Would you like to use this number as the default?')){
$("label:contains('Lobby Inserts')").parent('li').children('div').children('input').val( $(this).val() );
}
})
$("label:contains('Mail Inserts')").parent('li').children('div').children('input').change(function(){
if(confirm('Would you like to use this number as the default?')){
$("label:contains('Mail Inserts')").parent('li').children('div').children('input').val( $(this).val() );
}
})
$("label:contains('Monthly Inserts')").parent('li').children('div').children('input').change(function(){
if(confirm('Would you like to use this number as the default?')){
$("label:contains('Monthly Inserts')").parent('li').children('div').children('input').val( $(this).val() );
}
})
$("label:contains('Quarterly Inserts')").parent('li').children('div').children('input').change(function(){
if(confirm('Would you like to use this number as the default?')){
$("label:contains('Quarterly Inserts')").parent('li').children('div').children('input').val( $(this).val() );
}
})
//$('input[type=submit].gform_button').click(function(){ $(this).submit(); $(this).attr('disabled','disabled'); $(this).parent().prepend('Your order is being submitted. This may take a minute. Please be patient while the form submits. You will receive an email confirming your order.
'); return true; });
$('.entry-content input[type=submit].gform_button').click(function(){
$(this).parent().prepend('Your order is being submitted. This may take a minute, this message will update when it is finished. Please be patient while the form submits. You will receive an email confirming your order.
');
$(this).attr('value','Please Wait...');
$(this).attr('disabled','disabled');
$('.entry-content form').submit();
return true;
});
if($('#campaign-pricing').size() && $('input#input_2_1[value*=collat]').size()){
$('#campaign-pricing').hide();
}
})
-->