function SetBlockSizes() { // document.getElementById('div_news').style.width = parseInt(((document.body.clientWidth - 220) / 2) / document.body.clientWidth * 100 )+"%"; // document.getElementById('div_articles').style.width = parseInt(((document.body.clientWidth - 220) / 2) / document.body.clientWidth * 100)+"%"; // document.getElementById('div_articles').style.left = parseInt((document.body.clientWidth - 220) / 2 + 220); //alert(document.body.clientWidth - 220); }