if (self != top)
	top.location.replace(self.location);

var theDefault='homepage_right.asp'
var thePage=theDefault
var theFrame='text'

	var framedPage = location.search.toLowerCase();
	if (framedPage.length > 1 && framedPage.indexOf("://") != -1){
		framedPage = framedPage.substring(1);
		var theSplit = framedPage.indexOf('~');
		if(theSplit!=-1)
		{
			thePage = framedPage.substring(0,theSplit);
			theFrame = framedPage.substring(theSplit+1);
		}
		else
		thePage = framedPage
	}

function frameStuffer_hp(){

	eval('top.'+theFrame+'.location.replace("'+thePage+'");');

	if(theFrame!='text')
	{
		top.text.location.replace(theDefault);
		theFrame='text'
	}

}

