$(document).ready(function(){
	//googlemap pop
	$(".gmap").colorbox({transition:"elastic", close:"Close", width:"640px", height:"480px", iframe:true, opacity:0.6});
	//hello health experience pop
	$(".hhexperience").colorbox({transition:"elastic", close:"Close", innerWidth:"640px", innerHeight:"480px", iframe:true, opacity:0.6});  
});

function recordOutboundLink(link, category, action) {
	
  try {
    var pageTracker=_gat._getTracker("UA-7869325-18");
    pageTracker._trackEvent(category, action);
    
    setTimeout('document.location = "' + link.href + '"', 100)
  }catch(err){}

}
