function switchIMG(img,current,next)
{
	img.src = "/wp-content/themes/upwordsem/images/"+next;
}
