﻿
$(document).ready(function() {

$('#masthead').click(function() { //start function when any link is clicked   
window.location = 'default.aspx';
}); //close click( 

  $('.tip').cluetip({splitTitle: '|',
  dropShadow: true,
  tracking:true,
  cursor: 'pointer',
  width:'120px',
  arrows: true, 
  cluetipClass: 'jtip'});  
});




  



