
var gibberish=["This is just some filler text", "Welcome to <span class='tk'>TK</span>DOGS.COM - It's all about dogs&hellip;", "Demo content nothing to read here"]

function filltext(words){
for (var i=0; i<words; i++)
document.write(gibberish[Math.floor(Math.random()*3)]+" ")
}