window.onload=function(){
var bodyTag = document.getElementsByTagName("body")[0];
var sinettiDiv = document.createElement('div');
sinettiDiv.id = 'sinettiseura';
bodyTag.appendChild(sinettiDiv);
}
