jQuery(function($) {
  // preloading images
  $( '#content-left ul li' ).each( function( i, e ) {
    $("<img>").attr( "src", "../images/menu0" + (i+1) + "_o.png" );
  });
});

