I have two controls
<div id="div1" class="ddd">
For US
</div>
<div id="div2" class="ddd">
For UK
</div>
I want to show the div 1 content for 3 seconds and then show div 2 contents for 3 seconds and keep repeating this behaviour. Can this be done without using any otehr plugin. There could be more than 2 controls.