// JavaScript Document	

window.onload = begin;
 
function begin()
{
	new Effect.Appear(document.getElementById('newImg'), { duration: 1.0, from:0, to:1});
	
}




