$(document).ready(function() {
  
  $(function() {
		$('a[rel=tipsy]').tipsy({fade: true, gravity: 'sw', html: true});
		$('a[rel=tipsylower]').tipsy({fade: true, gravity: 'nw', html: true});
	});
	
	$('a.lightbox_link').lightBox();
  
});

function hover_wire(title, item, link, image) {
  $("#"+item).mouseover(
    function () {
      if ($("#"+title+" img").attr('src') != image) {
        $("#"+title).html('<a href="' + link + '"><img src="' + image + '" alt="" /></a>');
      }
    });
  i++;
}
