jQuery(document).ready(function(){


jQuery(function() {

	    jQuery('a[href=#space4a]').click(function() {
	        jQuery('#textblock').load('index_content.html #content_space4a');
	        return false;
	    });

	    jQuery('a[href=#lipka]').click(function() {
	        jQuery('#textblock').load('index_content.html #content_lipka');
	        return false;
	    });
	    
	    jQuery('a[href=#warnke]').click(function() {
	        jQuery('#textblock').load('index_content.html #content_warnke');
	        return false;
	    });

	    jQuery('a[href=#contact]').click(function() {
	        jQuery('#textblock').load('index_content.html #content_contact');
	        return false;
	    });	    
	    
	});



});
			
