{
	<div class="title">
		Who Has More Rights?
	</div>
	
	<div class="subTitle">
		Alabama Edition
	</div>
<br>
<br>
	<div class="title2">
		<div id="woman">
			A Woman
		</div>
				-or-
			<br>
		<div id="gun">
			A Gun?
		</div>
	</div>
<br>
<br>
	<div class="center">
		[[BEGIN->intro]]
	</div>
	
}
<div class="center" id="credit">
	BY PATRICK SUSMILCH
</div>{
(set: $score to 0)
(set: $woman to (text-color: "salmon"))
(set: $gun to (text-color: "palevioletred"))
}{
	<div class="title" id="welcome">
		WELCOME
	</div>
<br>
	Alabama just passed a bill making it functionally impossible to get an abortion.
<br>
<br>
Alabama also has some of the loosest gun laws in the United States.
Which begs the question: under this new law who has more rights?
<br>
<br>
$woman[ Women]? Or $gun[guns]?
<br>
<br>
Read the following scenarios and see if you can correctly answer who has more rights!
<br>
<br>
	<div class="center">
	[[CONTINUE->question 1]]
	</div>
}{
	<div class="title3">
	Who Has More Rights?
	<hr>
	</div>
$woman[
	A woman who recently missed her period and is seeking an induced abortion, one of the safest medical procedures in modern medicine.
]
<br>
	<div class="center">
		-OR-
	</div>
$gun[
A Smith & Wesson Model 29, chambered in .44 Magnum. As made popular by the film <q>Dirty Harry</q>.
]
<hr>
<div class="center">
	(link:"WOMAN")[
		(set: $answer1 to 0)
		(goto: "Answer 1")
	]
		<br><br>
	(link:"GUN")[
		(set: $answer1 to 1)
		(set: $score to it +1)
		(goto: "Answer 1")
	]
</div>
}Double-click this passage to edit it.Double-click this passage to edit it.{
	<div class="title3">
	Who Has More Rights?
	<hr>
	</div>
$woman[
	An 18 year old woman in her first semester of college seeking an induced abortion, one of the safest medical procedures in modern medicine.
]
<br>
	<div class="center">
		-OR-
	</div>
$gun[
A Glock 19 with an extended magazine and aftermarket sound suppressor (aka "silencer").
]
<hr>
<div class="center">
	(link:"WOMAN")[
		(set: $answer2 to 0)
		(goto: "Answer 2")
	]
		<br><br>
	(link:"GUN")[
		(set: $answer2 to 1)
		(set: $score to it +1)
		(goto: "Answer 2")
	]
</div>
}{
	(if: $answer1 is 0)[
		<div class="title">
			WRONG
		</div>
	]
	
	(else:)[
		<div class="title">
			CORRECT
		</div>
	]
<br>
The $woman[woman] is restricted from getting an abortion.
<br><br>
The $gun[magnum], though, is available to nearly everyone and allowed in almost all public places without a permit!
<br>
<br>
The $gun[gun] has more rights!
<br>
<br>
<div class= "center">
	[[CONTINUE->question 2]]
</div>
}{
	(if: $answer2 is 0)[
		<div class="title">
			WRONG
		</div>
	]
	
	(else:)[
		<div class="title">
			CORRECT
		</div>
	]
<br>
The $woman[woman] cannot get an abortion, and if she did her doctor could face up to 99 years in jail!
<br><br>
But don't worry, if you are a $gun[gun] there is currently no law limiting how many bullets your magazine can hold! And you can have a silencer!
<br><br>
$gun[Guns] have more rights once again!
<br><br>
<div class= "center">
	[[CONTINUE->question 3]]
</div>
}{
	<div class="title3">
	Who Has More Rights?
	<hr>
	</div>
$woman[
	A rape survivor's emergency contraception failed. She is now seeking an induced abortion, one of the safest medical procedures in modern medicine.
]
<br>
	<div class="center">
		-OR-
	</div>
$gun[
An AR-15 - the mass-shooter's weapon of choice - loaded with incendiary ammo. 
]
<hr>
<div class="center">
	(link:"WOMAN")[
		(set: $answer3 to 0)
		(goto: "Answer 3")
	]
		<br><br>
	(link:"GUN")[
		(set: $answer3 to 1)
		(set: $score to it +1)
		(goto: "Answer 3")
	]
</div>
}{
	(if: $answer3 is 0)[
		<div class="title">
			WRONG
		</div>
	]
	
	(else:)[
		<div class="title">
			CORRECT
		</div>
	]
<br>
Even though the pregnancy was the result of an assault the $woman[woman] still has no legal way to get an abortion.
<br><br>
The good news is that there are no laws stopping an "assault-style" weapon from getting loaded up with ammunition that burns at 3,000 degrees on impact!
<br><br>
$gun[Guns] get all the rights once again!
<div class= "center">
	[[CONTINUE->question 4]]
</div>
}{
	<div class="title3">
	Who Has More Rights?
	<hr>
	</div>
$woman[
	A woman recently came out of a coma only to discover she has been raped by her biological father. She is now seeking an induced abortion, one of the safest medical procedures in modern medicine.
]
<br>
	<div class="center">
		-OR-
	</div>
$gun[
An M107A1 Barrett .50 Caliber rifle capable of ranges up to 2000 feet.  
]
<hr>
<div class="center">
	(link:"WOMAN")[
		(set: $answer4 to 0)
		(goto: "Answer 4")
	]
		<br><br>
	(link:"GUN")[
		(set: $answer4 to 1)
		(set: $score to it +1)
		(goto: "Answer 4")
	]
</div>
}{
	(if: $answer4 is 0)[
		<div class="title">
			WRONG
		</div>
	]
	
	(else:)[
		<div class="title">
			CORRECT
		</div>
	]
<br>
One would think you could terminate a pregnancy that was the result of forced incest on an incapacitated $woman[woman] but you'd be wrong!
<br><br>
Nothing is stopping the ownership of a military sniper rifle capable of amputating a limb, though, so that's pretty reasonable!
<br><br>
$gun[Guns] win!
<div class= "center">
	[[CONTINUE->results]]
</div>
}{
<div class="center title">
You scored $score of 4
</div>
<br><br>
<div class="center">
	(if: $score is 0)[
		Wow, you really overvalue $woman[women]!
		<br><br>
		Sorry, but $gun[guns] have more rights than $woman[women].
	]
	
	(if: $score is 1)[
		You somewhat grasp the concept that $gun[guns] have more of a right to exist than $woman[women], but ultimately you failed.
		<br><br>
		$gun[Guns] have more rights than $woman[women].
	]
	
	(if: $score is 2)[
		Close! You understand that $gun[guns] are important but you failed to realize they are the *most* important.
		<br><br>
		$gun[Guns] have more rights than $woman[women].
	]
	
	(if: $score is 3)[
		You really know how much society values $gun[guns]!
		<br><br>
		$gun[Guns] have more rights than $woman[women]!
	]
	
	(if: $score is 4)[
		You truly understand that $gun[guns] are more important than $woman[women].
		<br><br>
		$gun[Guns] have more rights than $woman[women]!
	]
<br><br>
[[CONTINUE->sources]]
</div>
}{
<div class="title">
	SOURCES
<br><br>
</div>
<div class="center"
	Gifford's Law Center<br>and<br>House Bill 314 "Human Life Protection Act"
	<br><br>
	(link:"RESTART")[(reload:)]
</div>
}