jQuery(function($){

$('h1','#content_items').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h1/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);

$('h1','#content_basic').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h1_basic/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);

$('h1','#content_news').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h1_basic/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);

$('h1','#palsta1').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h1_product/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);
$('h4','#palsta1').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h4_product/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);
$('h4','#palsta2').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h4_product_w/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);
$('h4','#palsta3').each(
    function(){
		$(this).replaceWith("<h1><img src='http://testi.briiffi-interactive.com/luonto/header_images/h4_product/"+$(this).html()+".gif' alt='"+$(this).html()+"'/></h1>");
    }
);

$('a','h4','.basic','#nostot').each(
    function(){
		//$(this).text("<img src='http://testi.briiffi-interactive.com/luonto/header_images/h4_nosto/"+$(this).html()+".gif' class='header' alt='"+$(this).html()+"'/>");
		$(this).html("<img src='http://testi.briiffi-interactive.com/luonto/header_images/h4_nosto/"+$(this).html()+".gif' class='header' alt='"+$(this).html()+"'/>");
    }
);

$('h4','.form','#nostot').each(
    function(){
		$(this).html("<img src='http://testi.briiffi-interactive.com/luonto/header_images/h4_nosto_form/"+$(this).html()+".gif' class='header' alt='"+$(this).html()+"'/>");
    }
);

//#palsta1
 
});
