function magazine_DoFSCommand(command, args) {
	if (command == "show") {
    window.location.href="http://www.bellwetherinteractive.com/magazine-test-3.php";
	}
	else if (command == "hide") {
	}
}

