jQuery().ready(function(){
	if (jQuery('.viewHotel').length > 0){
		jQuery('.viewHotel').click(function(){
			s=s_gi(s_account);
			s.linkTrackVars='prop19';
			s.prop19=jQuery(this).attr('rel').toLowerCase();
			s.tl(this, 'o', 'View Hotel');
		});
	}
	
	if (jQuery('.showSpecial').length > 0){
		jQuery('.showSpecial').click(function(){
			s=s_gi(s_account);
			s.linkTrackVars='prop18,eVar6';
			s.prop18=jQuery(this).attr('rel').toLowerCase();
			s.eVar6 = s.prop18;
			s.tl(this, 'o', 'View Special');
		});
	}
	
	if (jQuery('.check-rates').length > 0){
		jQuery('.check-rates').click(function(){
			s=s_gi(s_account);
			s.linkTrackVars='prop17,eVar21';
			s.prop17=jQuery(this).attr('rel').toLowerCase();
			s.eVar21 = s.prop17;
			s.tl(this, 'o', 'Check Rates');
		});
	}
	
	if (jQuery('.top-deals').length > 0){
		jQuery('.top-deals').click(function(){
			s=s_gi(s_account);
			s.linkTrackVars='prop24,eVar24';
			s.prop24=jQuery(this).attr('rel').toLowerCase();
			s.eVar24 = s.prop24;
			s.tl(this, 'o', 'Top Deals');
		});
	}
});