$(function(){
	$("img[src*='_vsmall.jpg']").thumbPopup({
		imgSmallFlag: "_vsmall",
		imgLargeFlag: "_vlarge"
	});
});

