

 $(document).ready(function() {

  $('a.companyInfo').cluetip({
	local: true,
	cluetipClass: 'default',
	positionBy: 'bottomTop'
  });
  
  $('a.offerInfo').cluetip({
	local: true,
	cluetipClass: 'default',
	positionBy: 'bottomTop',
	clickThrough: true,
	showTitle: false
  }); 

  //	tracking: true,    
  
  $('#houdini').cluetip({
    splitTitle: '|', // use the invoking element's title attribute to populate the clueTip...
                     // ...and split the contents into separate divs where there is a "|"
    showTitle: false, // hide the clueTip's heading
	
  });
});
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
