var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j("#sideContent h2, #primarySection h1, #primarySection h2, #primarySection h3").wrapInner('<span></span>');
   	$j("#search").focus(function() {if( this.value == this.defaultValue){this.value = "";}}).blur(function(){if( !this.value.length){this.value = this.defaultValue;}});
	$j("a[@href^='http://']:not(.noAutoLink)").addClass("offSite").bind('click keypress', function(event){ var code=event.charCode || event.keyCode; if(!code || (code && code == 13)) { if(pageTracker){ var fixedLink = this.href; fixedLink = fixedLink.replace(/https?:\/\/(.*)/,"$1"); fixedLink = '/outgoing/' + fixedLink; pageTracker._trackPageview(fixedLink); }; }; });
});

