// JavaScript Document
jQuery(document).ready(function(jQuery){
	jQuery(function() {jQuery('a[rel*=external]').click( function() {	window.open(this.href); return false;});});
	jQuery(function() {jQuery("a[href*='http://']:not([href*='"+location.hostname+"'])").click( function() {window.open(this.href);return false;});});

	if(jQuery("#mc_signup_form")) {
		jQuery("#mc_mv_EMAIL").addClass('required email');
		jQuery("#mc_signup_form").validate({});
	}
	
	jQuery("#cf_field_14").attr("maxlength", 4);
	jQuery("#cf_field_15").attr("maxlength", 4);
	jQuery("#cf_field_16").attr("maxlength", 4);
	jQuery("#cf_field_17").attr("maxlength", 4);
	jQuery("#cf_field_18").attr("maxlength", 5);
}); // WINDOW ONLOAD
