// div click
function logoClick(){
	location.href="/";	
}

String.prototype.trim=function() {
     return this.rtrim().ltrim()
}
String.prototype.ltrim=function() {
     return this.replace(/^\s*/,'')
}
String.prototype.rtrim=function() {
     return this.replace(/\s*$/,'')
}
													
function BookmarkBoothBayHarborHomes(){
	if (document.all){
		window.external.AddFavorite('http://www.BBayHarborHomes.com','Boothbay Harbor Homes - Available Boothbay Harbor Maine New Homes');
	}
	else if (window.sidebar){
		window.sidebar.addPanel('Boothbay Harbor Homes - Available Boothbay Harbor Maine New Homes', 'http://www.BBayHarborHomes.com', "")
	}
}