var scripturl = "http://www.theAfterNet.net/Scripts/yabb2/nph-yabb.pl";

function viewMember (which) {
	top.mainFrame.location.href = scripturl + "?board=;action=viewprofile;username=" + which;
}
function goBlog() {
	window.open(document.list.blogs.options[document.list.blogs.selectedIndex].value);
}
function gotoBio() {
		top.mainFrame.location.href = document.list.select.options[document.list.select.selectedIndex].value;
}
function goHome () {
	if (parent.frames.length == 0 || parent.frames.length == 1 ) {
		location.href = "http://www.theAfterNet.net/index.shtml";
	} else {
		location.href = "http://www.theAfterNet.net/frames/mainFrame.shtml";
	}
}
function fixFrames () {
	if (window.name != "mainFrame") {
		location.href = "http://www.theAfterNet.net/index.shtml?" + location.pathname;
	}
}
function gotoTop(which) {
	if (which == 1) {
		top.mainFrame.scroll(0,0);	top.mainFrame.timeline.scroll(0,0);
	} else {
		top.mainFrame.scroll(0,50000);	top.mainFrame.timeline.scroll(0,50000);
	}
}