// JScript source code
function GoNeeds(){
	document.location.href = '/needs/show.asp';
}

function GoOtherlinks(){
	document.location.href = '/links/otherlinks.asp';
}


function GoPostcards(){
	document.location.href = '/postcards';
}

function GoChatboard(){
	document.location.href = '/chatboard/main.asp';
}

function GoWeather(){
	document.location.href = '/weather/weather.asp';
}

function GoVisitedplace(){
	document.location.href = '/visitedplace';
}

function GoHome(){
	document.location.href = '/default.asp';
}
function GoInsert(){
	document.location.href = '/advertisment/show.asp';
}
