/** Amazon Auto Links v3.6.0b01 by miunosoft (Michael Uno) Generates links of Amazon products just coming out today. You just pick categories and they appear even in JavaScript disabled browsers. Copyright (c) 2013-2017, Michael Uno; Licensed under GPL v2 or later */ (function($){$(document).ready(function(){var _setPreviewButton=function(iButtonID,oThis){if('undefined'===typeof aal_button_preview_labels)return false;oThis.closest('fieldset').find('.amazon-auto-links-button').each(function(){$(this).attr('class','amazon-auto-links-button amazon-auto-links-button-'+iButtonID);if('undefined'!==typeof aal_button_preview_labels[iButtonID])$(this).text(aal_button_preview_labels[iButtonID]);$(this).parent().show()})};$('.button-select-row').find('select').each(function(){_setPreviewButton($(this).val(),$(this))});$('.button-select-row').find('select').change(function(){_setPreviewButton($(this).val(),$(this))})})}(jQuery))