This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
document.getElementById('lp-pom-button-23').onclick = function() { | |
var question1 = document.getElementById('did_you_or_a_loved_one_have_the_paragard_iud_birth_control_device_implanted').value; | |
var question2 = document.getElementById('were_you_or_a_loved_one_injured_by_a_broken_paragard_at_any_time').value; | |
var question3 = document.getElementById('in_what_year_was_the_paragard_implanted').value; | |
if ((question1 == "Yes") && (question2 == "Yes") && (question3 != "Before 2002")) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><audio id="loop-limited" controls="controls" autoplay style="width: 6em;height:20px;"><source src="http://www.chakdhoom.com/wp-content/uploads/2017/01/chak-1-AudioTrimmer.com_.mp3" type="audio/ogg" /><source src="http://www.chakdhoom.com/wp-content/uploads/2017/01/chak-1-AudioTrimmer.com_.mp3" type="audio/mpeg" /></audio><br /> | |
<script> | |
var loopLimit = 5; | |
var loopCounter = 0; | |
document.getElementById('loop-limited').addEventListener('ended', function(){if (loopCounter < loopLimit){this.currentTime = 0;this.play();loopCounter++;} | |
}, false);</script></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.elHeadlineIcon_check:before { | |
content: "\f00c"; | |
position: relative; | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.circle-ul { | |
list-style: none outside none; | |
display: block; | |
-webkit-margin-before: 1em; | |
-webkit-margin-after: 1em; | |
-webkit-margin-start: 0px; | |
-webkit-margin-end: 0px; | |
-webkit-padding-start: 40px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.counter_circle5 { | |
display: inline-flex; | |
top: 0px; | |
right: -25px; | |
z-index: 10; |