/**
 * Site specific javascript code.
 *
 * requires jquery to be already loaded
 */

/* ============================ document ready ============================ */
$(document).ready( function() {
	// set up new window/tab for rel=external links
	$('a[rel~=ad]').click( function(e) {
	  $.get('/click.php', { t: da_nonce } );
	  pageTracker._trackEvent( "ad", "click", da_ref_keyword, da_keyword);
	});

});
