//This file is UTF-8 昭夫

function change_icon(filename, image_width, image_height)
{
	image1.src = "ad_images/" + filename;
	image1.width = image_width;
	image1.height = image_height;
}
  
