// JavaScript Document

var pcurrent=""

function pstorecurrent(aa){
	pcurrent=aa
}

function gotothispage(thispage){
	if (thispage!=pcurrent){
		location.href=[thispage]
	}
}





