// JavaScript Document
$(document).ready(function() {
  $('a.cluePic').cluetip({ width:369, 
						 attribute:'rel',
						 topOffset:157, 
						 leftOffset:5,
						 positionBy:'auto', 
						 clickThrough:true,
						 sticky:true, 
    					 mouseOutClose:true});
});
