function gotoFairy(){
	location.href='fairy.php';
}

function gotoTwiztt(){
	location.href='twiztt.php';
}

function gotoVanilla(){
	location.href='vanilla.php';
}

function gotoGlorious(){
	location.href='glorious.php';
}

function gotoMagnum(){
	location.href='magnum.php';
}

function gotoScoop(){
	location.href='scoop.php';
}