私はウェブページを持っています。2 つの異なる弦をランダムに切り替えてください。これを行う最も簡単な方法は何ですか?
<!-- BEGIN #random part -->
<section id="countdown">
<div class="countdown-background">
<h1>This is the first random string</h1>
<h1>I'd like this to be the second random string</h1>
</div>
<div class="clear"></div>
<div class="countdown-background">
<p>Here's another first random string</p>
<p>And here's the second of the second random string</p>
</div>
</section>
<!-- END #random part -->