$(document).ready(function() {
	if($('.bookClick').length > 0){
		$('.bookClick').click(function(){
			s=s_gi(s_account);
			s.linkTrackVars = 'events';
			s.linkTrackEvents = 'event6';
			s.events = 'event6';
			s.tl(this, 'o', 'book now link');
		});
	}
});
