You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var words=new Array("filler","text","silly","very","fill","make","short","long","column","test");function AddFillerLink(){if(!document.getElementById||!document.createElement)return;var i,l;for(i=0;i<arguments.length;i++){l=document.createElement("a");l.href="#";l.appendChild(document.createTextNode("Add Text to this section"));l.onclick=function(){AddText(this);return(false)};document.getElementById(arguments[i]).appendChild(l);}}
function AddText(el){var s="",n,i;n=RandomNumber(20,80);for(i=0;i<n;i++)