 // <![CDATA[
        $(document).ready(function() {
          $("#Promos").slideshow({'speed': 3000, 'timeout': 1000, 'fx': 'fade', 'pause': 1});
          if ( $('#ShopCertificates').size() )
        	{
        		$('#Sidenotes').hide();
        		$('#ShopCertificates a').tooltip({ 
        			bodyHandler: function() { 
        				return $($(this).attr('href')).html(); 
        			},
        			showURL: false,
        			left: -180 
        		});
        		jQuery('#CorrectionValues a').bind({
        			click: function(){
        				return false;
        			}
        		});
        	}
        });
        // ]]>
