function setCls(loc, loc2) {
	var url = window.location.href;
	if (loc2 && url.indexOf(loc2) != -1) {
		return ' class="on"';
	} else if (url.indexOf(loc) != -1) {
		return ' class="on"';
	}
}

function tempCls() {
	var url = window.location.href;
	if (url == 'http://www.homefinderextra.com/') {
		return ' class="on"';
	}
}

document.write('<div style="width:114px;"'+tempCls()+'><a href="http://www.homefinderextra.com/" onclick="pageTracker._link(this.href);">Find a Home</a></div>');
document.write('<div style="width:118px;"><a href="http://www.buffalonews.com/400?cat=2">Place Your Ad</a></div>');
document.write('<div style="width:80px;"'+setCls('/rentals/')+'><a href="http://www.homefinderextra.com/rentals" onclick="pageTracker._link(this.href);">Rentals</a></div>');
document.write('<div style="width:174px;"'+setCls('BuffaloCommercialRealEstate')+'><a href="http://www.cityfeet.com/BuffaloCommercialRealEstate/" onclick="pageTracker._link(this.href);">Commercial Real Estate</a></div>');
document.write('<div style="width:180px;"'+setCls('research','infotrak')+'><a href="http://www.homefinderextra.com/research/" onclick="pageTracker._link(this.href);">Neighborhood Research</a></div>');
document.write('<div style="width:154px;"'+setCls('homeimprovement')+'><a href="http://www.homefinderextra.com/homeimprovement/" onclick="pageTracker._link(this.href);">Home Improvement</a></div>');
document.write('<div style="width:140px;background-image:url(http://www.homefinderextra.com/wnyhomestyle/images/navbar-bgrd-orange.png);"><a href="http://www.wnyhomestyle.com/">WNY HomeStyle</a></div>');

$(".base_mainnav").ready(function() {
	$(".base_mainnav > div").mouseover(function(){
	    $(this).addClass( "hover" );
	}).mouseout(function(){
		$(this).removeClass( "hover" );
	});
});
		