function change_img(img){

	if(typeof show_special_siegel!="undefined" && show_special_siegel && show_special_siegel==1){
		if(!img.src.match(/g2/)){
			img.src=img.src.replace(/\/images/, "/g2/images");
		}
	}
	
	
}
