// JavaScript Document


function line() {
};
line = new line();
number = 0;
line[number++] = "<p>Dogs are sometimes reluctant to go out in the rain as it amplifies sound which can hurt their sensitive ears.</p>"
line[number++] = "<p>For people who want a dog but don’t like the sound of barking, a possible solution is a basenji dog from the Congo. This dog does not bark, it makes a yodel-like sound.</p>"
line[number++] = "<p>Did you know the average dog has 42 permanent teeth in his mouth?</p>"
line[number++] = "<p>It is dangerous to feed chocolate to dogs. Chocolate contains varying quantities of theobromine, a natural stimulant found in the cocoa bean, which affects the central nervous system and heart of dogs and can result in fatal poisoning.</p>"
line[number++] = "<p>The earliest ‘fossil’ finds of dogs date back to 10,000 BC</p>"
line[number++] = "<p>A female carries her young about 60 days before the puppies are born.</p>"
increment = Math.floor(Math.random() * number);

