
<!--Hide

if (top.frames.length!=0)
    top.location=self.document.location;


function tellOthers()   {
      window.open('friends.html', 'Others', 'scrollbars=yes,toolbar=no,location=no,top=0,left=200,width=470,height=450');
	}

function getWeather()   {
      window.open('weather.html', 'Weather', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=700,height=450');
	}
	
function getEvents()   {
      window.open('events.html', 'Events', 'scrollbars=yes,toolbar=yes,location=no,top=0,left=0,width=640,height=500');
	}
	
function howFind()   {
      window.open('location.html', 'Location', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=400');
	}
	
function getAttractions()   {
      window.open('http://www.wellsmaine.org/attractions/', 'Beaches', 'scrollbars=yes,toolbar=yes,location=no,top=0,left=0,width=640,height=500');
	}
	
function tellOthers2()   {
      window.open('friends.html', 'Others2', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=470,height=450');
	}
	
function getWeather2()   {
      window.open('weather.html', 'Weather2', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=640,height=450');
	}

function getEvents2()   {
      window.open('events.html', 'Events2', 'scrollbars=yes,toolbar=yes,location=no,top=0,left=0,width=640,height=500');
	}

function getAttractions2()   {
      window.open('attractions.html', 'Beaches2', 'scrollbars=yes,toolbar=yes,location=no,top=0,left=0,width=640,height=500');
	}	
	
	
	
//End-->