/*
$(document).ready(
	function(){ 
	
		
		$('h1.headers').each(
			function(){
				var headerText = $(this).text();
			    $(this).html('<img class="headers" src="include/headers.php?tekst=' + headerText + '" alt="' + headerText + '" align="top" />');
			}
		);		
		
			
		$('a small').each(
			function(){
				var headerText = $(this).text();
			    $(this).html('<img class="headersSmall" src="include/headersSmall.php?tekst=' + headerText + '" alt="' + headerText + '" align="top" />');
			}
		);
		
					
	}
);
*/
