Loading dots …
<script type="text/javascript">
$(document).ready( function() {
var x=0; setInterval(function() {
var dots = ""; x++; for (var y=0; y < x%3; y++) {dots+=".";} $("#loading-dots").text(dots);
} , 500);
});
</script>
<p class="title">Connecting to the iTunes Store.<span id="loading-dots">...</span></p>