No = 0;


function change() {
	switch(No) {
	case 0:
var url ="youth/yousu.jpg";
var now_for_cache = new Date();

		document.photo.src = url + '?' + now_for_cache.getTime();
		No = 1;
		break;

	case 1:
		document.photo.src = "livealbum/060823.jpg";
		No = 0;
		break;

	}
}
function OpenWin(){
    win=window.open("livealbum/index.html","new","directories=no,location=no,menubar=no,scrollbars=no,toolbar=no,status=no,resizable=no,width=430,height=270");
}

