var header_root = 'http://www.avene.fi/header_images/';

jQuery(function($){

//mainpage_column
$('h1','.mainpage_column').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_mainpage_column/"+ $(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h1','.taydelliset').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_taydelliset/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h3','.taydelliset').each(
    function(){
		$(this).html("<img src='"+header_root+"h3_taydelliset/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h1','.lehdistossa').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_mainpage_column/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h1','.locations').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_mainpage_column/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);


//product_categories
$('h1','#product_categories').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_product_info/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h1','.basic_content').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_product_info/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

//product_info
$('h1','#product_info').each(
    function(){
		$(this).html("<img src='"+header_root+"h1_product_info/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

//product_size
$('.product_size','#product_info').each(
    function(){
		$(this).html("<img src='"+header_root+"p_product_size/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h3 a','.highlight').each(
    function(){
		$(this).html("<img src='"+header_root+"h3_highlight/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('h3','.submenu').each(
    function(){
		$(this).html("<img src='"+header_root+"h3_highlight/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);


$('h3','.product_selector').each(
    function(){
		$(this).html("<img src='"+header_root+"h3_highlight/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('.act','.mainmenu').each(
    function(){
		$(this).html("<img src='"+header_root+"mainmenu_act/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

$('.inact','.mainmenu').each(
    function(){
		$(this).html("<img src='"+header_root+"mainmenu/"+$(this).html()+".gif' alt='"+$(this).html()+"'/>");
    }
);

 
});
