// JavaScript Document


/*** Temporary text filler function. Remove when deploying template. ***/
var gibberish=["Day la trang 5s account", "Chao mung ban da vao trang quan ly tai khoan", "Cam on ban su dung dich vu nay"]
function filltext(words){
for (var i=0; i<words; i++)
document.write(gibberish[Math.floor(Math.random()*3)]+" ")
}

