function switchImage(ad){

	document.getElementById("carimage").setAttribute("src", ad);

}
