Have something you would like to sell or an opening at your workplace? Let us know below. All entries are active for one week only.
Submit to Swap Shop
";
jQuery("#textarea_listing_remaining").html("" + text_max + " characters remaining." + listing_inst);
jQuery("#listing_description").keyup(function() {
var text_length = jQuery("#listing_description").val().length;
var text_remaining = text_max - text_length;
jQuery("#textarea_listing_remaining").html("" + text_remaining + " characters remaining." + listing_inst);
});
});