// <![CDATA[

( function( $ )
{
    
    function linkImageBlockWithDetailedView()
    {
        var $news  = $( this ),
            $image = $news.find( '.tx-krznews-contentBlock img' ),
            $link  = $news.find( '.tx-krznews-news-actions a' );
            
        if( !$image.length )
        {
            return;
        }
        
        $image.wrap( $link.clone().html( '' ).attr( 'id', '' ) );
    }
    
    function init()
    {
        $( '.tx-krznews-news' ).each( linkImageBlockWithDetailedView );
    }
    
    $( init );
    
} )( jQuery );

// ]]>
