	function SwipeIMG(blob,title,description,which,width)
{	

partA = "<img src='" + blob + "' alt=''>"

	
	wrapperStart = "<table cellspacing='0' width='" + width + "'>" + "<tr><td width='" + width + "' align='left'>"
	wrapperEnd = "</td></tr></table>"
	
	newContent = partA
	document.getElementById("SwipeIMGover" + which).innerHTML = newContent
}
