// JavaScript Document


function changeimage(pic_url) {

	document.getElementById("picbanner").src = pic_url;
	
}
