var text = new Array(); text[0]='For millions of women in the US and worldwide, sexual satisfaction has all too often become an unachievable fantasy. The effects of an impaired sex-life can mean loss of passion in the relationship, p'; text[1]='The quality of the pelvic muscle exercises is more important than the number you perform or the seconds you are able to hold each contraction. As with all exercise, you will build strength over time a'; text[2]='Following childbirth I was incontinent. Then I discovered Kegelaid and have used it from the first day I received it and feel so relieved that my freedom has been restored. Many thanks.'; text[3]='I was so pleased to finally find something that will help me live a normal life. I have fought this problem for over twelve years and hadn\'t found anything to compare with it.'; text[4]='Excellent product and package is very discreet. Product solution help was very good. Products have really helped, haven\'t had any problems since.'; text[5]='Fast, prompt and very discrete'; var nIndex = 0; var timerID = null; function rotate_text(){ var len = text.length; if(nIndex >= len) nIndex = 0; document.getElementById('text').innerHTML = "" + text[nIndex] + "... Read more"; nIndex++; timerID = setTimeout('rotate_text()',5000); } function pause() { if (timerID != null) { clearTimeout(timerID); timerID = null; } } function play() { if (timerID == null) { timerID = setTimeout('rotate_text()', 1000); } }