// JavaScript Document
//Swap Image//

//timer = "";

function SwapImage(img) {
	obj = document.getElementById("image");
	obj.src = img;
//clearTimeout(timer);
//timer=setTimeout('DefaultImage()',5000);
}


