function gen_tooltips(){
				// tooltips
				$('#previews a').tooltip({
					bodyHandler: function(){
						//return $("a img").attr("alt");
						return $(this).find("img").attr("alt");
					},
					showURL: false,
					track: true,
					fade: 150,
					fixPNG: true
				});
			}