function switchImage(obj,src){
	try{
		obj.src = src;
	}
	catch(e){
	
	}
}
