/**
 * This plugin can be used in 4 ways, this is only 1. Make sure to check
 * the other 3 links as well to see all the Modes.
 */
jQuery(function( $ ){			
$.preload( '.post-image img', {
    placeholder:'http://www.typeneu.com/v2/wp-content/themes/TypeNeu08/images/img-not-found.gif',
    notFound:'http://www.typeneu.com/v2/wp-content/themes/TypeNeu08/images/img-not-found.gif'
});
});
