// JavaScript Document
function echanger (b,s) {
	if (document.images)
	b.src = s;
}
