not working. Why? i want to do this because seoquake bar adds dis to my source code and it messes up a for loop i am using that is based on the div length of document
window.onload = var dekki = function window(){
var div = document.getElementsByTagName('div');
divLength = div.length;
return divLength;
}
document.write(dekki);
Just separate them then they will work