function change(numbah){
	var a = document.getElementById('clicked');	
	a.src = "rotate/"+numbah+".jpg";
}


function windowOpen(page){
	window.open(page,"","height=600px,width=500px,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function windowOpened(page){
	window.open(page,"","height=600px,width=800px,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}



function changeIt(){
	var a = document.getElementsById('clicks');
	var b = a.getElementsByTagName('a');
	b[0].onClick = alert('hello world');
}

