/* 
  *This is a jquery plugin
*/
/* This Function Controls jQuery thumbhovers*/
$(function(){
	$(".thumb-pop img[src*='_s.png']").thumbPopup({
		imgSmallFlag: "_s",
		imgLargeFlag: "_l"
	});
});
