//window.onload = rotate;

//var adImages = new Array("watten_cover185mm.jpg","watten2.png");
//var thisAd = 0;

function change() { 
	
	thisAd++;
	if (thisAd == adImages.length) {
		thisAd = 0;
	}
	document.getElementById("rotate").src = adImages[thisAd];

//  setTimeout("rotate()", 3 * 1000);
}

function open() {
//	alert("[]");
	window.open("http://run.sonance.net/09/ytube/tar1.html","mywindow","menubar=1,resizable=0,width=100,height=100"); 
}