// JavaScript Document

var $j = jQuery.noConflict();

jQuery(document).ready(function() {
								
	$j("a").easyTooltip();						
							
	$j(".page-item-9 a:first").attr("href","#");
	$j(".page-item-62 a:first").attr("href","http://www.myonestop.net/foreclosure/");
	$j(".page-item-60 a:first").attr("href","http://www.myonestop.net/homeowners/");

  });
