// LOCAL JS
var DOVE_BBS_ROOT = "";
var SITE = "";

function jump_bio(themeID){
	if(themeID == "") return;
	location.href = "flat3.asp?id=" + themeID;
}
