<!--Script for rotating top-right image
		count=0;
		Pimg=new Array();
		Pimg[0]="/upcoming/rtg_efeature_GDSG_1109";
		Pimg[1]="/anime/rtg_efeature_AFA_1109";
		//Pimg[2]="rtg_summer_Jul_Aug";
		//Pimg[3]="rtg_takachihokyo";
		//Pimg[4]="new_image_filename4";
		//Pimg[5]="new_image_filename5";
		//Pimg[5]="new_image_filename6";
		//Pimg[6]="new_image_filename7";

Purl=new Array();
Purl[0]="http://www.g-mark.org/english/";
Purl[1]="http://www.afa09.com/";
//Purl[2]="http://www.jnto.go.jp/";
//Purl[3]="http://www.jnto.go.jp/";
//Purl[4]="http://www.sg.emb-japan.go.jp/JCC/";
//Purl[5]="http://www.jnto.go.jp";

function ChangeImg(){
count++;
if (document.getElementById){
count %=2;
document.newphoto.src="img/"+Pimg[count]+".jpg";
document.getElementById("PLink").href = Purl[count];
}
/*else {
count %=5;
document.newphoto.src="top_image/main_photo/"+Pimg[count]+".jpg";
}*/
}
//-->

